tests.cbp 1.55 KB
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="pw3270tests" />
		<Option makefile_is_custom="1" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="Debug">
				<Option output=".bin/Debug/rpqtest" prefix_auto="1" extension_auto="1" />
				<Option object_output=".obj/Debug/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-g" />
				</Compiler>
			</Target>
			<Target title="Release">
				<Option output=".bin/Release/pw3270tests" prefix_auto="1" extension_auto="1" />
				<Option object_output=".obj/Release/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
			</Target>
		</Build>
		<Compiler>
			<Add option="-Wall" />
		</Compiler>
		<Unit filename="../include/lib3270/session.h" />
		<Unit filename="../lib3270/ctlr.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../lib3270/rpq.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../lib3270/session.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../lib3270/sf.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../lib3270/toggles.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="Makefile" />
		<Unit filename="rpqtest.c">
			<Option compilerVar="CC" />
		</Unit>
		<Extensions>
			<code_completion />
			<debugger />
		</Extensions>
	</Project>
</CodeBlocks_project_file>