summaryrefslogtreecommitdiff
path: root/codeblocks/strife.cbp
diff options
context:
space:
mode:
authorRussell Rice2010-09-10 04:26:06 +0000
committerRussell Rice2010-09-10 04:26:06 +0000
commit4b161bb861834754537ee014d045c21399f97cf8 (patch)
treee92c71cfc7c151574df4a5960fd0cc1c5f22a451 /codeblocks/strife.cbp
parentd086fa7b7e200a86ada6b482a616b02f4eb1e77b (diff)
downloadchocolate-doom-4b161bb861834754537ee014d045c21399f97cf8.tar.gz
chocolate-doom-4b161bb861834754537ee014d045c21399f97cf8.tar.bz2
chocolate-doom-4b161bb861834754537ee014d045c21399f97cf8.zip
- Add opl project file
- Update all codeblocks projects to correlate with earlier merge - Everything builds except the setup project, it is missing the setup-manifest.xml file Subversion-branch: /branches/strife-branch Subversion-revision: 2055
Diffstat (limited to 'codeblocks/strife.cbp')
-rw-r--r--codeblocks/strife.cbp16
1 files changed, 14 insertions, 2 deletions
diff --git a/codeblocks/strife.cbp b/codeblocks/strife.cbp
index 7884cda7..200ba83d 100644
--- a/codeblocks/strife.cbp
+++ b/codeblocks/strife.cbp
@@ -18,7 +18,7 @@
<Add option="-gdwarf-2" />
</Compiler>
<Linker>
- <Add option="-lpcsound-dbg -ltextscreen-dbg" />
+ <Add option="-lopl-dbg -lpcsound-dbg -ltextscreen-dbg" />
</Linker>
</Target>
<Target title="Release">
@@ -33,7 +33,7 @@
</Compiler>
<Linker>
<Add option="-s" />
- <Add option="-lpcsound -ltextscreen" />
+ <Add option="-lopl -lpcsound -ltextscreen" />
</Linker>
</Target>
</Build>
@@ -49,6 +49,7 @@
<Add directory="..\src\heretic" />
<Add directory="..\textscreen" />
<Add directory="..\pcsound" />
+ <Add directory="..\opl" />
</Compiler>
<Linker>
<Add option="-lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_net -mwindows" />
@@ -109,6 +110,9 @@
<Unit filename="..\src\i_main.c">
<Option compilerVar="CC" />
</Unit>
+ <Unit filename="..\src\i_oplmusic.c">
+ <Option compilerVar="CC" />
+ </Unit>
<Unit filename="..\src\i_pcsound.c">
<Option compilerVar="CC" />
</Unit>
@@ -178,6 +182,10 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\memio.h" />
+ <Unit filename="..\src\midifile.c">
+ <Option compilerVar="CC" />
+ </Unit>
+ <Unit filename="..\src\midifile.h" />
<Unit filename="..\src\mus2mid.c">
<Option compilerVar="CC" />
</Unit>
@@ -425,6 +433,10 @@
<Unit filename="..\src\w_file_win32.c">
<Option compilerVar="CC" />
</Unit>
+ <Unit filename="..\src\w_main.c">
+ <Option compilerVar="CC" />
+ </Unit>
+ <Unit filename="..\src\w_main.h" />
<Unit filename="..\src\w_merge.c">
<Option compilerVar="CC" />
</Unit>