summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorJames Haley2011-07-01 03:08:59 +0000
committerJames Haley2011-07-01 03:08:59 +0000
commit4d17ab361e90a75dc6deefd37e6eb2ba0610b386 (patch)
tree8eb5be9c126d6e525805a8a5f55449f5a9bb3db9 /msvc
parent5674a4e6f31616c3cd4ce725ef54086689245ebc (diff)
downloadchocolate-doom-4d17ab361e90a75dc6deefd37e6eb2ba0610b386.tar.gz
chocolate-doom-4d17ab361e90a75dc6deefd37e6eb2ba0610b386.tar.bz2
chocolate-doom-4d17ab361e90a75dc6deefd37e6eb2ba0610b386.zip
Made Hexen buildable with strife-branch's VC2008 .proj file.
Subversion-branch: /branches/strife-branch Subversion-revision: 2353
Diffstat (limited to 'msvc')
-rw-r--r--msvc/hexen.vcproj20
1 files changed, 17 insertions, 3 deletions
diff --git a/msvc/hexen.vcproj b/msvc/hexen.vcproj
index 12d247d1..42a7b2c3 100644
--- a/msvc/hexen.vcproj
+++ b/msvc/hexen.vcproj
@@ -40,11 +40,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;..\src;..\src\doom;..\src\heretic;..\textscreen;..\pcsound"
+ AdditionalIncludeDirectories=".;..\src;..\src\strife;..\src\doom;..\textscreen;..\pcsound;..\opl"
PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX=&quot;\&quot;chocolate-\&quot;&quot;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="2"
WarningLevel="3"
DebugInformationFormat="4"
CompileAs="1"
@@ -60,8 +60,10 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
+ AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib ..\lib\libpcsound.lib ..\lib\libtextscreen.lib ..\lib\libopl.lib"
OutputFile="$(OutDir)\chocolate-hexen-dbg.exe"
+ IgnoreAllDefaultLibraries="false"
+ IgnoreDefaultLibraryNames="msvcrtd.lib"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -204,6 +206,10 @@
>
</File>
<File
+ RelativePath="..\src\i_oplmusic.c"
+ >
+ </File>
+ <File
RelativePath="..\src\i_pcsound.c"
>
</File>
@@ -280,6 +286,10 @@
>
</File>
<File
+ RelativePath="..\src\midifile.c"
+ >
+ </File>
+ <File
RelativePath="..\src\mus2mid.c"
>
</File>
@@ -312,6 +322,10 @@
>
</File>
<File
+ RelativePath="..\src\w_main.c"
+ >
+ </File>
+ <File
RelativePath="..\src\w_merge.c"
>
</File>