summaryrefslogtreecommitdiff
path: root/codeblocks
diff options
context:
space:
mode:
authorRussell Rice2008-10-30 03:08:45 +0000
committerRussell Rice2008-10-30 03:08:45 +0000
commit4ae5994609be37c8d89fdb720f561a3c637db25d (patch)
treecbe860c24c5b21b3c6c85ebae72ef434e6632e21 /codeblocks
parent091f93809ee554571a6ed6145b8ac69f17814d91 (diff)
downloadchocolate-doom-4ae5994609be37c8d89fdb720f561a3c637db25d.tar.gz
chocolate-doom-4ae5994609be37c8d89fdb720f561a3c637db25d.tar.bz2
chocolate-doom-4ae5994609be37c8d89fdb720f561a3c637db25d.zip
- Add missing m_random.h for hexen
- Update codeblocks projects Subversion-branch: /branches/raven-branch Subversion-revision: 1369
Diffstat (limited to 'codeblocks')
-rw-r--r--codeblocks/heretic.cbp3
-rw-r--r--codeblocks/hexen.cbp3
2 files changed, 2 insertions, 4 deletions
diff --git a/codeblocks/heretic.cbp b/codeblocks/heretic.cbp
index c2ff2f33..630f1e8e 100644
--- a/codeblocks/heretic.cbp
+++ b/codeblocks/heretic.cbp
@@ -108,9 +108,6 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\heretic\info.h" />
- <Unit filename="..\src\heretic\m_misc.c">
- <Option compilerVar="CC" />
- </Unit>
<Unit filename="..\src\heretic\m_random.c">
<Option compilerVar="CC" />
</Unit>
diff --git a/codeblocks/hexen.cbp b/codeblocks/hexen.cbp
index 261f9e4c..8607d43d 100644
--- a/codeblocks/hexen.cbp
+++ b/codeblocks/hexen.cbp
@@ -110,9 +110,10 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\hexen\info.h" />
- <Unit filename="..\src\hexen\m_misc.c">
+ <Unit filename="..\src\hexen\m_random.c">
<Option compilerVar="CC" />
</Unit>
+ <Unit filename="..\src\hexen\m_random.h" />
<Unit filename="..\src\hexen\mn_menu.c">
<Option compilerVar="CC" />
</Unit>