Code::Blocks projects:
* fixed directory locations * minor enhancements to project building and locations of object files * addition of chocolate-server project * update workspace to accomodate chocolate-server project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 617
This commit is contained in:
parent
fd188e72e9
commit
57c9242928
5 changed files with 770 additions and 354 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="Workspace">
|
||||
<Project filename="chocolate-doom.cbp" active="1" />
|
||||
<Project filename="chocolate-doom.cbp" />
|
||||
<Project filename="chocolate-server.cbp" />
|
||||
<Project filename="textscreen.cbp" />
|
||||
<Project filename="textscreen.cbp" active="1" />
|
||||
<Project filename="chocolate-setup.cbp" />
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
||||
|
|
@ -9,20 +9,24 @@
|
|||
<Option virtualFolders="" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin\Debug\chocolate-server.exe" />
|
||||
<Option object_output="obj\Debug\" />
|
||||
<Option output="..\bin\chocolate-server-dbg.exe" />
|
||||
<Option working_dir="..\bin" />
|
||||
<Option object_output="..\obj\dbg" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-W" />
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin\Release\chocolate-server.exe" />
|
||||
<Option object_output="obj\Release\" />
|
||||
<Option output="..\bin\chocolate-server.exe" />
|
||||
<Option working_dir="..\bin" />
|
||||
<Option object_output="..\obj\rel" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
|
|
@ -31,137 +35,140 @@
|
|||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<VirtualTargets>
|
||||
<Add alias="All" targets="Debug;Release;" />
|
||||
</VirtualTargets>
|
||||
<Compiler>
|
||||
<Add directory="msvc" />
|
||||
<Add directory="textscreen" />
|
||||
<Add directory="..\msvc" />
|
||||
<Add directory="..\textscreen" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_net -mwindows" />
|
||||
</Linker>
|
||||
<Unit filename="src\d_dedicated.c">
|
||||
<Unit filename="..\src\d_dedicated.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\i_main.c">
|
||||
<Unit filename="..\src\i_main.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\i_timer.c">
|
||||
<Unit filename="..\src\i_timer.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\i_timer.h">
|
||||
<Unit filename="..\src\i_timer.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\m_argv.c">
|
||||
<Unit filename="..\src\m_argv.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\m_argv.h">
|
||||
<Unit filename="..\src\m_argv.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_common.c">
|
||||
<Unit filename="..\src\net_common.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_common.h">
|
||||
<Unit filename="..\src\net_common.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_dedicated.c">
|
||||
<Unit filename="..\src\net_dedicated.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_dedicated.h">
|
||||
<Unit filename="..\src\net_dedicated.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_io.c">
|
||||
<Unit filename="..\src\net_io.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_io.h">
|
||||
<Unit filename="..\src\net_io.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_packet.c">
|
||||
<Unit filename="..\src\net_packet.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_packet.h">
|
||||
<Unit filename="..\src\net_packet.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_sdl.c">
|
||||
<Unit filename="..\src\net_sdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_sdl.h">
|
||||
<Unit filename="..\src\net_sdl.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_server.c">
|
||||
<Unit filename="..\src\net_server.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_server.h">
|
||||
<Unit filename="..\src\net_server.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_structrw.c">
|
||||
<Unit filename="..\src\net_structrw.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\net_structrw.h">
|
||||
<Unit filename="..\src\net_structrw.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\z_native.c">
|
||||
<Unit filename="..\src\z_native.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="src\z_zone.h">
|
||||
<Unit filename="..\src\z_zone.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
|
|
|
|||
308
codeblocks/chocolate-setup.cbp
Normal file
308
codeblocks/chocolate-setup.cbp
Normal file
|
|
@ -0,0 +1,308 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="5" />
|
||||
<Project>
|
||||
<Option title="chocolate-setup" />
|
||||
<Option pch_mode="2" />
|
||||
<Option default_target="" />
|
||||
<Option compiler="gcc" />
|
||||
<Option virtualFolders="" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="..\bin\chocolate-setup-dbg.exe" />
|
||||
<Option working_dir="..\bin" />
|
||||
<Option object_output="..\obj\dbg\" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-W" />
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="..\bin\chocolate-setup.exe" />
|
||||
<Option working_dir="..\bin" />
|
||||
<Option object_output="..\obj\rel\" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<VirtualTargets>
|
||||
<Add alias="All" targets="Debug;Release;" />
|
||||
</VirtualTargets>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add directory="..\textscreen" />
|
||||
<Add directory="..\msvc" />
|
||||
<Add directory="..\src" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-lmingw32 -lSDLmain -lSDL -mwindows" />
|
||||
<Add directory="..\bin" />
|
||||
</Linker>
|
||||
<Unit filename="..\setup\display.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\keyboard.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\mainmenu.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\mouse.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\multiplayer.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\txt_keyinput.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\txt_keyinput.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\txt_mouseinput.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\setup\txt_mouseinput.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\textscreen.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_button.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_button.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_checkbox.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_checkbox.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_desktop.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_desktop.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_dropdown.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_dropdown.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_font.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_gui.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_gui.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_inputbox.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_inputbox.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_io.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_io.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_label.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_label.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_main.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_main.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_radiobutton.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_radiobutton.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_separator.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_separator.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_strut.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_strut.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_table.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_table.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_widget.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_widget.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_window.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_window.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_window_action.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Unit filename="..\textscreen\txt_window_action.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
</Unit>
|
||||
<Extensions />
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
|
|
@ -8,10 +8,10 @@
|
|||
<Option compiler="gcc" />
|
||||
<Option virtualFolders="" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin\Debug\textscreen.dll" />
|
||||
<Option working_dir="bin\Debug" />
|
||||
<Option object_output="obj\Debug\" />
|
||||
<Target title="Debug-dyn">
|
||||
<Option output="..\bin\lib\libtextscreen-dbg.dll" />
|
||||
<Option working_dir="..\bin" />
|
||||
<Option object_output="..\obj\dbg-dyn" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
@ -21,10 +21,37 @@
|
|||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin\Release\libtextscreen.a" />
|
||||
<Target title="Release-dyn">
|
||||
<Option output="..\bin\lib\libtextscreen.dll" />
|
||||
<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" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="obj\Release\" />
|
||||
<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" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\obj\rel-stc" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
@ -36,217 +63,288 @@
|
|||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<VirtualTargets>
|
||||
<Add alias="All" targets="Debug-dyn;Release-dyn;Debug-stc;Release-stc;" />
|
||||
</VirtualTargets>
|
||||
<Compiler>
|
||||
<Add directory="src" />
|
||||
<Add directory="..\src" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-lmingw32 -lSDLmain -lSDL -mwindows" />
|
||||
</Linker>
|
||||
<Unit filename="textscreen\textscreen.h">
|
||||
<Unit filename="..\textscreen\textscreen.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_button.c">
|
||||
<Unit filename="..\textscreen\txt_button.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_button.h">
|
||||
<Unit filename="..\textscreen\txt_button.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_checkbox.c">
|
||||
<Unit filename="..\textscreen\txt_checkbox.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_checkbox.h">
|
||||
<Unit filename="..\textscreen\txt_checkbox.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_desktop.c">
|
||||
<Unit filename="..\textscreen\txt_desktop.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_desktop.h">
|
||||
<Unit filename="..\textscreen\txt_desktop.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_dropdown.c">
|
||||
<Unit filename="..\textscreen\txt_dropdown.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_dropdown.h">
|
||||
<Unit filename="..\textscreen\txt_dropdown.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_font.h">
|
||||
<Unit filename="..\textscreen\txt_font.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_gui.c">
|
||||
<Unit filename="..\textscreen\txt_gui.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_gui.h">
|
||||
<Unit filename="..\textscreen\txt_gui.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_inputbox.c">
|
||||
<Unit filename="..\textscreen\txt_inputbox.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_inputbox.h">
|
||||
<Unit filename="..\textscreen\txt_inputbox.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_io.c">
|
||||
<Unit filename="..\textscreen\txt_io.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_io.h">
|
||||
<Unit filename="..\textscreen\txt_io.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_label.c">
|
||||
<Unit filename="..\textscreen\txt_label.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_label.h">
|
||||
<Unit filename="..\textscreen\txt_label.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_main.c">
|
||||
<Unit filename="..\textscreen\txt_main.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_main.h">
|
||||
<Unit filename="..\textscreen\txt_main.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_radiobutton.c">
|
||||
<Unit filename="..\textscreen\txt_radiobutton.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_radiobutton.h">
|
||||
<Unit filename="..\textscreen\txt_radiobutton.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_separator.c">
|
||||
<Unit filename="..\textscreen\txt_separator.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_separator.h">
|
||||
<Unit filename="..\textscreen\txt_separator.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_strut.c">
|
||||
<Unit filename="..\textscreen\txt_strut.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_strut.h">
|
||||
<Unit filename="..\textscreen\txt_strut.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_table.c">
|
||||
<Unit filename="..\textscreen\txt_table.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_table.h">
|
||||
<Unit filename="..\textscreen\txt_table.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_widget.c">
|
||||
<Unit filename="..\textscreen\txt_widget.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_widget.h">
|
||||
<Unit filename="..\textscreen\txt_widget.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_window.c">
|
||||
<Unit filename="..\textscreen\txt_window.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_window.h">
|
||||
<Unit filename="..\textscreen\txt_window.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_window_action.c">
|
||||
<Unit filename="..\textscreen\txt_window_action.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Unit filename="textscreen\txt_window_action.h">
|
||||
<Unit filename="..\textscreen\txt_window_action.h">
|
||||
<Option compilerVar="CPP" />
|
||||
<Option compile="0" />
|
||||
<Option link="0" />
|
||||
<Option target="Debug" />
|
||||
<Option target="Release" />
|
||||
<Option target="Debug-dyn" />
|
||||
<Option target="Release-dyn" />
|
||||
<Option target="Release-stc" />
|
||||
<Option target="Debug-stc" />
|
||||
</Unit>
|
||||
<Extensions />
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue