summaryrefslogtreecommitdiff
path: root/codeblocks
diff options
context:
space:
mode:
authorRussell Rice2006-12-15 21:51:35 +0000
committerRussell Rice2006-12-15 21:51:35 +0000
commit2213e743b133690acb7eea599c418b2c900b6ca5 (patch)
tree81aef984ad4ba45b5a068c63f021b9265a2ecdf2 /codeblocks
parent11c9d97f115d4fac92964384c4911a701f20daeb (diff)
downloadchocolate-doom-2213e743b133690acb7eea599c418b2c900b6ca5.tar.gz
chocolate-doom-2213e743b133690acb7eea599c418b2c900b6ca5.tar.bz2
chocolate-doom-2213e743b133690acb7eea599c418b2c900b6ca5.zip
update project file to accomodate scaling code.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 773
Diffstat (limited to 'codeblocks')
-rw-r--r--codeblocks/chocolate-doom.cbp16
-rw-r--r--codeblocks/chocolate-doom.workspace6
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>