summaryrefslogtreecommitdiff
path: root/codeblocks/chocolate-setup.cbp
diff options
context:
space:
mode:
authorRussell Rice2007-03-10 02:11:18 +0000
committerRussell Rice2007-03-10 02:11:18 +0000
commit80746e7900d91688eba6c2a3f8bb1164bdb3de73 (patch)
tree9b2d0da14604829e9f5307593c53f4dfa57b0f9a /codeblocks/chocolate-setup.cbp
parenteba59fdf4448693b73b19ba12a11bff265d4ddfc (diff)
downloadchocolate-doom-80746e7900d91688eba6c2a3f8bb1164bdb3de73.tar.gz
chocolate-doom-80746e7900d91688eba6c2a3f8bb1164bdb3de73.tar.bz2
chocolate-doom-80746e7900d91688eba6c2a3f8bb1164bdb3de73.zip
Lots of changes/additions:
* Add libpcsound codeblocks project * Use libraries that are built and project dependencies inside main chocolate-doom/setup project and remove source files. * libraries are now built in the "lib" top level directory * Fix some warnings Subversion-branch: /trunk/chocolate-doom Subversion-revision: 852
Diffstat (limited to 'codeblocks/chocolate-setup.cbp')
-rw-r--r--codeblocks/chocolate-setup.cbp78
1 files changed, 3 insertions, 75 deletions
diff --git a/codeblocks/chocolate-setup.cbp b/codeblocks/chocolate-setup.cbp
index 0a65407b..1200e839 100644
--- a/codeblocks/chocolate-setup.cbp
+++ b/codeblocks/chocolate-setup.cbp
@@ -10,9 +10,8 @@
<Option output="..\bin\chocolate-setup-dbg.exe" prefix_auto="0" extension_auto="0" />
<Option working_dir="..\bin" />
<Option object_output="..\obj\dbg\" />
- <Option type="1" />
+ <Option type="0" />
<Option compiler="gcc" />
- <Option use_console_runner="0" />
<Compiler>
<Add option="-W" />
<Add option="-g" />
@@ -22,9 +21,8 @@
<Option output="..\bin\chocolate-setup.exe" prefix_auto="0" extension_auto="0" />
<Option working_dir="..\bin" />
<Option object_output="..\obj\rel\" />
- <Option type="1" />
+ <Option type="0" />
<Option compiler="gcc" />
- <Option use_console_runner="0" />
<Compiler>
<Add option="-O2" />
</Compiler>
@@ -44,7 +42,7 @@
<Add directory="..\textscreen" />
</Compiler>
<Linker>
- <Add option="-lmingw32 -lSDLmain -lSDL -mwindows" />
+ <Add option="-ltextscreen -lmingw32 -lSDLmain -lSDL -mwindows" />
<Add directory="..\bin" />
</Linker>
<Unit filename="chocolate-setup-res.rc">
@@ -97,76 +95,6 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\setup\txt_mouseinput.h" />
- <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>