summaryrefslogtreecommitdiff
path: root/codeblocks/libtextscreen.cbp
diff options
context:
space:
mode:
authorRussell Rice2013-07-03 21:35:41 +0000
committerRussell Rice2013-07-03 21:35:41 +0000
commit81e92c1bb287bb0b793bd9c5f4a3889e8f6ee4a3 (patch)
treeabeaa1c84c049f8be305b4affad111993b60b3bc /codeblocks/libtextscreen.cbp
parent95cc910349d0aa1e39d6c0786db577b8075eeb60 (diff)
downloadchocolate-doom-81e92c1bb287bb0b793bd9c5f4a3889e8f6ee4a3.tar.gz
chocolate-doom-81e92c1bb287bb0b793bd9c5f4a3889e8f6ee4a3.tar.bz2
chocolate-doom-81e92c1bb287bb0b793bd9c5f4a3889e8f6ee4a3.zip
- Update codeblocks projects
Subversion-branch: /branches/v2-branch Subversion-revision: 2609
Diffstat (limited to 'codeblocks/libtextscreen.cbp')
-rw-r--r--codeblocks/libtextscreen.cbp99
1 files changed, 54 insertions, 45 deletions
diff --git a/codeblocks/libtextscreen.cbp b/codeblocks/libtextscreen.cbp
index acc12fbd..8c7aa84b 100644
--- a/codeblocks/libtextscreen.cbp
+++ b/codeblocks/libtextscreen.cbp
@@ -7,9 +7,9 @@
<Option compiler="gcc" />
<Build>
<Target title="Debug">
- <Option output="..\lib\libtextscreen-dbg.a" prefix_auto="0" extension_auto="0" />
+ <Option output="../lib/libtextscreen-dbg.a" prefix_auto="0" extension_auto="0" />
<Option working_dir="" />
- <Option object_output="..\obj\libtextscreen\dbg" />
+ <Option object_output="../obj/libtextscreen/dbg" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
@@ -19,9 +19,9 @@
</Compiler>
</Target>
<Target title="Release">
- <Option output="..\lib\libtextscreen.a" prefix_auto="0" extension_auto="0" />
+ <Option output="../lib/libtextscreen.a" prefix_auto="0" extension_auto="0" />
<Option working_dir="" />
- <Option object_output="..\obj\libtextscreen\rel" />
+ <Option object_output="../obj/libtextscreen/rel" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
@@ -37,87 +37,96 @@
<Add alias="All" targets="Debug;Release;" />
</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\txt_button.c">
+ <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">
+ <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">
+ <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">
+ <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">
+ <Unit filename="../textscreen/txt_dropdown.h" />
+ <Unit filename="../textscreen/txt_fileselect.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_gui.h" />
- <Unit filename="..\textscreen\txt_inputbox.c">
+ <Unit filename="../textscreen/txt_fileselect.h" />
+ <Unit filename="../textscreen/txt_font.h" />
+ <Unit filename="../textscreen/txt_gui.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_inputbox.h" />
- <Unit filename="..\textscreen\txt_io.c">
+ <Unit filename="../textscreen/txt_gui.h" />
+ <Unit filename="../textscreen/txt_inputbox.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_io.h" />
- <Unit filename="..\textscreen\txt_label.c">
+ <Unit filename="../textscreen/txt_inputbox.h" />
+ <Unit filename="../textscreen/txt_io.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_label.h" />
- <Unit filename="..\textscreen\txt_main.h" />
- <Unit filename="..\textscreen\txt_radiobutton.c">
+ <Unit filename="../textscreen/txt_io.h" />
+ <Unit filename="../textscreen/txt_label.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_radiobutton.h" />
- <Unit filename="..\textscreen\txt_scrollpane.c">
+ <Unit filename="../textscreen/txt_label.h" />
+ <Unit filename="../textscreen/txt_largefont.h" />
+ <Unit filename="../textscreen/txt_main.h" />
+ <Unit filename="../textscreen/txt_radiobutton.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_scrollpane.h" />
- <Unit filename="..\textscreen\txt_sdl.c">
+ <Unit filename="../textscreen/txt_radiobutton.h" />
+ <Unit filename="../textscreen/txt_scrollpane.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_sdl.h" />
- <Unit filename="..\textscreen\txt_separator.c">
+ <Unit filename="../textscreen/txt_scrollpane.h" />
+ <Unit filename="../textscreen/txt_sdl.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_separator.h" />
- <Unit filename="..\textscreen\txt_smallfont.h" />
- <Unit filename="..\textscreen\txt_spinctrl.c">
+ <Unit filename="../textscreen/txt_sdl.h" />
+ <Unit filename="../textscreen/txt_separator.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_spinctrl.h" />
- <Unit filename="..\textscreen\txt_strut.c">
+ <Unit filename="../textscreen/txt_separator.h" />
+ <Unit filename="../textscreen/txt_smallfont.h" />
+ <Unit filename="../textscreen/txt_spinctrl.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_strut.h" />
- <Unit filename="..\textscreen\txt_table.c">
+ <Unit filename="../textscreen/txt_spinctrl.h" />
+ <Unit filename="../textscreen/txt_strut.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_table.h" />
- <Unit filename="..\textscreen\txt_widget.c">
+ <Unit filename="../textscreen/txt_strut.h" />
+ <Unit filename="../textscreen/txt_table.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_widget.h" />
- <Unit filename="..\textscreen\txt_window.c">
+ <Unit filename="../textscreen/txt_table.h" />
+ <Unit filename="../textscreen/txt_utf8.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_window.h" />
- <Unit filename="..\textscreen\txt_window_action.c">
+ <Unit filename="../textscreen/txt_utf8.h" />
+ <Unit filename="../textscreen/txt_widget.c">
<Option compilerVar="CC" />
</Unit>
- <Unit filename="..\textscreen\txt_window_action.h" />
+ <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 />
<envvars />