foxygit / doom Log in
commit 2213e743b133690acb7eea599c418b2c900b6ca5
Author:     Russell Rice <rtc_marine@hotmail.com>
AuthorDate: Fri Dec 15 21:51:35 2006 +0000
Commit:     Russell Rice <rtc_marine@hotmail.com>
CommitDate: Fri Dec 15 21:51:35 2006 +0000

    update project file to accomodate scaling code.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 773
---
 codeblocks/chocolate-doom.cbp       | 16 +++++++++++++++-
 codeblocks/chocolate-doom.workspace |  6 +++---
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/codeblocks/chocolate-doom.cbp b/codeblocks/chocolate-doom.cbp
index e2cf4eea..b3ed35c2 100644
--- a/codeblocks/chocolate-doom.cbp
+++ b/codeblocks/chocolate-doom.cbp
@@ -379,6 +379,18 @@
 			<Option target="Debug" />
 			<Option target="Release" />
 		</Unit>
+		<Unit filename="..\src\i_scale.c">
+			<Option compilerVar="CC" />
+			<Option target="Debug" />
+			<Option target="Release" />
+		</Unit>
+		<Unit filename="..\src\i_scale.h">
+			<Option compilerVar="CPP" />
+			<Option compile="0" />
+			<Option link="0" />
+			<Option target="Debug" />
+			<Option target="Release" />
+		</Unit>
 		<Unit filename="..\src\i_sound.c">
 			<Option compilerVar="CC" />
 			<Option target="Debug" />
@@ -1328,6 +1340,8 @@
 			<Option target="Debug" />
 			<Option target="Release" />
 		</Unit>
-		<Extensions />
+		<Extensions>
+			<code_completion />
+		</Extensions>
 	</Project>
 </CodeBlocks_project_file>
diff --git a/codeblocks/chocolate-doom.workspace b/codeblocks/chocolate-doom.workspace
index 997672a8..b183d89d 100644
--- a/codeblocks/chocolate-doom.workspace
+++ b/codeblocks/chocolate-doom.workspace
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <CodeBlocks_workspace_file>
 	<Workspace title="chocolate-doom">
-		<Project filename="chocolate-doom.cbp" />
+		<Project filename="chocolate-doom.cbp" active="1" />
 		<Project filename="chocolate-server.cbp" />
 		<Project filename="textscreen.cbp" />
-		<Project filename="chocolate-setup.cbp" active="1" />
+		<Project filename="chocolate-setup.cbp" />
 	</Workspace>
-</CodeBlocks_workspace_file>
\ No newline at end of file
+</CodeBlocks_workspace_file>