project.cbp 1.73 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="project" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="gcc_mingw">
				<Option output="bin/gcc_mingw/example" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/gcc_mingw/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
					<Add option="-Wall" />
					<Add option="-std=c++0x" />
				</Compiler>
			</Target>
			<Target title="vs_2013">
				<Option output="bin/vs/example" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/vs_2013/" />
				<Option type="1" />
				<Option compiler="microsoft_visual_c_2013" />
				<Compiler>
					<Add option="/EHa" />
					<Add option="/W2" />
					<Add directory="C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/include" />
				</Compiler>
				<Linker>
					<Add directory="C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/lib" />
					<Add directory="C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Lib" />
				</Linker>
			</Target>
			<Target title="vs_2010">
				<Option output="bin/vs/example" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/vs_2010/" />
				<Option type="1" />
				<Option compiler="msvc10" />
				<Compiler>
					<Add option="/EHa" />
					<Add option="/W2" />
				</Compiler>
				<Linker>
					<Add directory="C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Lib" />
				</Linker>
			</Target>
		</Build>
		<Unit filename="../INI.h" />
		<Unit filename="example.cpp" />
		<Extensions>
			<code_completion />
			<envvars />
			<debugger />
		</Extensions>
	</Project>
</CodeBlocks_project_file>