ref: da447edca541fa48dde32a69752e74549b7373a4
parent: 1c93a6a69da46fb19a05ad11e68d0eaa7a28ecc8
author: Russell Rice <rtc_marine@hotmail.com>
date: Sun Oct 5 00:18:55 EDT 2008
- Rename main.workspace to chocolate.workspace (since we have doom.cbp, heretic.cbp and hexen.cbp) - Rename textscreen.cbp to libtextscreen.cbp Subversion-branch: /branches/raven-branch Subversion-revision: 1336
--- /dev/null
+++ b/codeblocks/chocolate.workspace
@@ -1,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_workspace_file>
+ <Workspace title="Chocolate">
+ <Project filename="doom.cbp" active="1">
+ <Depends filename="libtextscreen.cbp" />
+ <Depends filename="libpcsound.cbp" />
+ </Project>
+ <Project filename="heretic.cbp">
+ <Depends filename="libtextscreen.cbp" />
+ <Depends filename="libpcsound.cbp" />
+ </Project>
+ <Project filename="hexen.cbp">
+ <Depends filename="libtextscreen.cbp" />
+ <Depends filename="libpcsound.cbp" />
+ </Project>
+ <Project filename="server.cbp" />
+ <Project filename="setup.cbp">
+ <Depends filename="libtextscreen.cbp" />
+ </Project>
+ <Project filename="libtextscreen.cbp" />
+ <Project filename="libpcsound.cbp" />
+ </Workspace>
+</CodeBlocks_workspace_file>
--- /dev/null
+++ b/codeblocks/libtextscreen.cbp
@@ -1,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+ <FileVersion major="1" minor="6" />
+ <Project>
+ <Option title="libtextscreen" />
+ <Option pch_mode="2" />
+ <Option compiler="gcc" />
+ <Build>
+ <Target title="Debug">
+ <Option output="..\lib\libtextscreen-dbg.a" prefix_auto="0" extension_auto="0" />
+ <Option working_dir="" />
+ <Option object_output="..\obj\libtextscreen\debug" />
+ <Option type="2" />
+ <Option compiler="gcc" />
+ <Option createDefFile="1" />
+ <Compiler>
+ <Add option="-W" />
+ <Add option="-gdwarf-2" />
+ </Compiler>
+ </Target>
+ <Target title="Release">
+ <Option output="..\lib\libtextscreen.a" prefix_auto="0" extension_auto="0" />
+ <Option working_dir="" />
+ <Option object_output="..\obj\libtextscreen\release" />
+ <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;Release;" />
+ </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.h" />
+ <Unit filename="..\textscreen\txt_radiobutton.c">
+ <Option compilerVar="CC" />
+ </Unit>
+ <Unit filename="..\textscreen\txt_radiobutton.h" />
+ <Unit filename="..\textscreen\txt_sdl.c">
+ <Option compilerVar="CC" />
+ </Unit>
+ <Unit filename="..\textscreen\txt_sdl.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 />
+ <envvars />
+ <debugger />
+ </Extensions>
+ </Project>
+</CodeBlocks_project_file>
--- a/codeblocks/main.workspace
+++ /dev/null
@@ -1,23 +1,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_workspace_file>
- <Workspace title="Chocolate">
- <Project filename="doom.cbp" active="1">
- <Depends filename="textscreen.cbp" />
- <Depends filename="libpcsound.cbp" />
- </Project>
- <Project filename="heretic.cbp">
- <Depends filename="textscreen.cbp" />
- <Depends filename="libpcsound.cbp" />
- </Project>
- <Project filename="hexen.cbp">
- <Depends filename="textscreen.cbp" />
- <Depends filename="libpcsound.cbp" />
- </Project>
- <Project filename="server.cbp" />
- <Project filename="setup.cbp">
- <Depends filename="textscreen.cbp" />
- </Project>
- <Project filename="textscreen.cbp" />
- <Project filename="libpcsound.cbp" />
- </Workspace>
-</CodeBlocks_workspace_file>
--- a/codeblocks/textscreen.cbp
+++ /dev/null
@@ -1,122 +1,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
- <FileVersion major="1" minor="6" />
- <Project>
- <Option title="libtextscreen" />
- <Option pch_mode="2" />
- <Option compiler="gcc" />
- <Build>
- <Target title="Debug">
- <Option output="..\lib\libtextscreen-dbg.a" prefix_auto="0" extension_auto="0" />
- <Option working_dir="" />
- <Option object_output="..\obj\libtextscreen\debug" />
- <Option type="2" />
- <Option compiler="gcc" />
- <Option createDefFile="1" />
- <Compiler>
- <Add option="-W" />
- <Add option="-gdwarf-2" />
- </Compiler>
- </Target>
- <Target title="Release">
- <Option output="..\lib\libtextscreen.a" prefix_auto="0" extension_auto="0" />
- <Option working_dir="" />
- <Option object_output="..\obj\libtextscreen\release" />
- <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;Release;" />
- </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.h" />
- <Unit filename="..\textscreen\txt_radiobutton.c">
- <Option compilerVar="CC" />
- </Unit>
- <Unit filename="..\textscreen\txt_radiobutton.h" />
- <Unit filename="..\textscreen\txt_sdl.c">
- <Option compilerVar="CC" />
- </Unit>
- <Unit filename="..\textscreen\txt_sdl.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 />
- <envvars />
- <debugger />
- </Extensions>
- </Project>
-</CodeBlocks_project_file>