shithub: choc

ref: 2f38d73f55a8927ceca131e74874d1d544d11fac
dir: /codeblocks/textscreen.cbp/

View raw version
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="textscreen" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="Debug-dyn">
				<Option output="..\bin\lib\libtextscreen-dbg.dll" prefix_auto="0" extension_auto="0" />
				<Option working_dir="..\bin" />
				<Option object_output="..\obj\dbg-dyn" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Option createStaticLib="1" />
				<Compiler>
					<Add option="-W" />
					<Add option="-g" />
				</Compiler>
			</Target>
			<Target title="Release-dyn">
				<Option output="..\bin\lib\libtextscreen.dll" prefix_auto="0" extension_auto="0" />
				<Option working_dir="..\bin" />
				<Option object_output="..\obj\rel-dyn" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Option createStaticLib="1" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
			</Target>
			<Target title="Debug-stc">
				<Option output="..\bin\lib\libtextscreen-dbg.a" prefix_auto="0" extension_auto="0" />
				<Option working_dir="" />
				<Option object_output="..\obj\dbg-stc" />
				<Option type="2" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Compiler>
					<Add option="-W" />
					<Add option="-g" />
				</Compiler>
			</Target>
			<Target title="Release-stc">
				<Option output="..\bin\lib\libtextscreen.a" prefix_auto="0" extension_auto="0" />
				<Option working_dir="" />
				<Option object_output="..\obj\rel-stc" />
				<Option type="2" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
			</Target>
		</Build>
		<VirtualTargets>
			<Add alias="All" targets="Debug-dyn;Release-dyn;Debug-stc;Release-stc;" />
			<Add alias="Debug" targets="Debug-dyn;Debug-stc;" />
			<Add alias="Release" targets="Release-dyn;Release-stc;" />
		</VirtualTargets>
		<Compiler>
			<Add directory="..\src" />
		</Compiler>
		<Linker>
			<Add option="-lmingw32 -lSDLmain -lSDL -mwindows" />
		</Linker>
		<Unit filename="..\textscreen\textscreen.h" />
		<Unit filename="..\textscreen\txt_button.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_button.h" />
		<Unit filename="..\textscreen\txt_checkbox.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_checkbox.h" />
		<Unit filename="..\textscreen\txt_desktop.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_desktop.h" />
		<Unit filename="..\textscreen\txt_dropdown.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_dropdown.h" />
		<Unit filename="..\textscreen\txt_font.h" />
		<Unit filename="..\textscreen\txt_gui.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_gui.h" />
		<Unit filename="..\textscreen\txt_inputbox.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_inputbox.h" />
		<Unit filename="..\textscreen\txt_io.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_io.h" />
		<Unit filename="..\textscreen\txt_label.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_label.h" />
		<Unit filename="..\textscreen\txt_main.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_main.h" />
		<Unit filename="..\textscreen\txt_radiobutton.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_radiobutton.h" />
		<Unit filename="..\textscreen\txt_separator.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_separator.h" />
		<Unit filename="..\textscreen\txt_spinctrl.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_spinctrl.h" />
		<Unit filename="..\textscreen\txt_strut.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_strut.h" />
		<Unit filename="..\textscreen\txt_table.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_table.h" />
		<Unit filename="..\textscreen\txt_widget.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_widget.h" />
		<Unit filename="..\textscreen\txt_window.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_window.h" />
		<Unit filename="..\textscreen\txt_window_action.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\textscreen\txt_window_action.h" />
		<Extensions>
			<code_completion />
		</Extensions>
	</Project>
</CodeBlocks_project_file>