foxygit / doom Log in
commit dac020ba99222b13a320cd04f2bac6d842a610f1
Author:     Russell Rice <rtc_marine@hotmail.com>
AuthorDate: Fri Sep 10 04:49:43 2010 +0000
Commit:     Russell Rice <rtc_marine@hotmail.com>
CommitDate: Fri Sep 10 04:49:43 2010 +0000

    - Add missing files to libtextscreen project
    - Disable compiling/linking setup project resource file temporarily so
    we can build the project

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2056
---
 codeblocks/libtextscreen.cbp | 5 +++++
 codeblocks/setup.cbp         | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/codeblocks/libtextscreen.cbp b/codeblocks/libtextscreen.cbp
index ea5c2a08..acc12fbd 100644
--- a/codeblocks/libtextscreen.cbp
+++ b/codeblocks/libtextscreen.cbp
@@ -81,6 +81,10 @@
 			<Option compilerVar="CC" />
 		</Unit>
 		<Unit filename="..\textscreen\txt_radiobutton.h" />
+		<Unit filename="..\textscreen\txt_scrollpane.c">
+			<Option compilerVar="CC" />
+		</Unit>
+		<Unit filename="..\textscreen\txt_scrollpane.h" />
 		<Unit filename="..\textscreen\txt_sdl.c">
 			<Option compilerVar="CC" />
 		</Unit>
@@ -89,6 +93,7 @@
 			<Option compilerVar="CC" />
 		</Unit>
 		<Unit filename="..\textscreen\txt_separator.h" />
+		<Unit filename="..\textscreen\txt_smallfont.h" />
 		<Unit filename="..\textscreen\txt_spinctrl.c">
 			<Option compilerVar="CC" />
 		</Unit>
diff --git a/codeblocks/setup.cbp b/codeblocks/setup.cbp
index 46c362c8..eddbf1b8 100644
--- a/codeblocks/setup.cbp
+++ b/codeblocks/setup.cbp
@@ -59,6 +59,8 @@
 		</Linker>
 		<Unit filename="setup-res.rc">
 			<Option compilerVar="WINDRES" />
+			<Option compile="0" />
+			<Option link="0" />
 		</Unit>
 		<Unit filename="..\src\d_iwad.c">
 			<Option compilerVar="CC" />