summaryrefslogtreecommitdiff
path: root/msvc/doom.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/doom.vcproj')
-rw-r--r--msvc/doom.vcproj122
1 files changed, 90 insertions, 32 deletions
diff --git a/msvc/doom.vcproj b/msvc/doom.vcproj
index c5714eea..16b6537c 100644
--- a/msvc/doom.vcproj
+++ b/msvc/doom.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;..\src;..\src\doom;..\textscreen;..\pcsound"
+ AdditionalIncludeDirectories=".;..\src;..\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"
ExceptionHandling="0"
@@ -69,6 +69,7 @@
AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
OutputFile="$(OutDir)\chocolate-doom-dbg.exe"
LinkIncremental="2"
+ IgnoreDefaultLibraryNames="msvcrt"
GenerateDebugInformation="true"
SubSystem="1"
DataExecutionPrevention="0"
@@ -123,7 +124,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;..\src;..\src\doom;..\textscreen;..\pcsound"
+ AdditionalIncludeDirectories=".;..\src;..\src\doom;..\textscreen;..\pcsound;..\opl"
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX=&quot;\&quot;chocolate-\&quot;&quot;"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -146,6 +147,7 @@
AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
OutputFile="$(OutDir)\chocolate-doom.exe"
LinkIncremental="0"
+ IgnoreDefaultLibraryNames="msvcrtd"
GenerateDebugInformation="false"
SubSystem="1"
OptimizeReferences="2"
@@ -193,6 +195,10 @@
>
</File>
<File
+ RelativePath="..\src\d_loop.h"
+ >
+ </File>
+ <File
RelativePath="..\src\d_mode.h"
>
</File>
@@ -201,6 +207,22 @@
>
</File>
<File
+ RelativePath="..\src\deh_defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_io.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_mapping.h"
+ >
+ </File>
+ <File
RelativePath="..\src\deh_str.h"
>
</File>
@@ -217,6 +239,10 @@
>
</File>
<File
+ RelativePath="..\src\gusconf.h"
+ >
+ </File>
+ <File
RelativePath="..\src\i_cdmus.h"
>
</File>
@@ -281,11 +307,11 @@
>
</File>
<File
- RelativePath="..\src\md5.h"
+ RelativePath="..\src\memio.h"
>
</File>
<File
- RelativePath="..\src\memio.h"
+ RelativePath="..\src\midifile.h"
>
</File>
<File
@@ -341,6 +367,10 @@
>
</File>
<File
+ RelativePath="..\src\sha1.h"
+ >
+ </File>
+ <File
RelativePath="..\src\tables.h"
>
</File>
@@ -361,6 +391,10 @@
>
</File>
<File
+ RelativePath="..\src\w_main.h"
+ >
+ </File>
+ <File
RelativePath="..\src\w_merge.h"
>
</File>
@@ -412,18 +446,6 @@
>
</File>
<File
- RelativePath="..\src\doom\deh_io.h"
- >
- </File>
- <File
- RelativePath="..\src\doom\deh_main.h"
- >
- </File>
- <File
- RelativePath="..\src\doom\deh_mapping.h"
- >
- </File>
- <File
RelativePath="..\src\doom\deh_misc.h"
>
</File>
@@ -568,6 +590,10 @@
>
</File>
<File
+ RelativePath="..\src\doom\statdump.h"
+ >
+ </File>
+ <File
RelativePath="..\src\doom\wi_stuff.h"
>
</File>
@@ -585,14 +611,38 @@
>
</File>
<File
+ RelativePath="..\src\d_loop.c"
+ >
+ </File>
+ <File
RelativePath="..\src\d_mode.c"
>
</File>
<File
+ RelativePath="..\src\deh_io.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\deh_mapping.c"
+ >
+ </File>
+ <File
RelativePath="..\src\deh_str.c"
>
</File>
<File
+ RelativePath="..\src\deh_text.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\gusconf.c"
+ >
+ </File>
+ <File
RelativePath="..\src\i_cdmus.c"
>
</File>
@@ -609,6 +659,10 @@
>
</File>
<File
+ RelativePath="..\src\i_oplmusic.c"
+ >
+ </File>
+ <File
RelativePath="..\src\i_pcsound.c"
>
</File>
@@ -673,11 +727,11 @@
>
</File>
<File
- RelativePath="..\src\md5.c"
+ RelativePath="..\src\memio.c"
>
</File>
<File
- RelativePath="..\src\memio.c"
+ RelativePath="..\src\midifile.c"
>
</File>
<File
@@ -693,6 +747,10 @@
>
</File>
<File
+ RelativePath="..\src\net_dedicated.c"
+ >
+ </File>
+ <File
RelativePath="..\src\net_gui.c"
>
</File>
@@ -725,6 +783,10 @@
>
</File>
<File
+ RelativePath="..\src\sha1.c"
+ >
+ </File>
+ <File
RelativePath="..\src\tables.c"
>
</File>
@@ -753,6 +815,10 @@
>
</File>
<File
+ RelativePath="..\src\w_main.c"
+ >
+ </File>
+ <File
RelativePath="..\src\w_merge.c"
>
</File>
@@ -792,19 +858,11 @@
>
</File>
<File
- RelativePath="..\src\doom\deh_frame.c"
- >
- </File>
- <File
- RelativePath="..\src\doom\deh_io.c"
+ RelativePath="..\src\doom\deh_doom.c"
>
</File>
<File
- RelativePath="..\src\doom\deh_main.c"
- >
- </File>
- <File
- RelativePath="..\src\doom\deh_mapping.c"
+ RelativePath="..\src\doom\deh_frame.c"
>
</File>
<File
@@ -820,10 +878,6 @@
>
</File>
<File
- RelativePath="..\src\doom\deh_text.c"
- >
- </File>
- <File
RelativePath="..\src\doom\deh_thing.c"
>
</File>
@@ -1000,6 +1054,10 @@
>
</File>
<File
+ RelativePath="..\src\doom\statdump.c"
+ >
+ </File>
+ <File
RelativePath="..\src\doom\wi_stuff.c"
>
</File>