summaryrefslogtreecommitdiff
path: root/msvc/heretic.vcproj
diff options
context:
space:
mode:
authoralexey.lysiuk2014-05-11 15:50:00 +0300
committeralexey.lysiuk2014-05-11 15:50:00 +0300
commit81163488c7e68222a2a46959623cfbc4ff49e95f (patch)
tree3b367a2d976a79908109a210bba77b124ffdb626 /msvc/heretic.vcproj
parenta0298b951abc1468616fed1f248ae83b5bb50550 (diff)
downloadchocolate-doom-81163488c7e68222a2a46959623cfbc4ff49e95f.tar.gz
chocolate-doom-81163488c7e68222a2a46959623cfbc4ff49e95f.tar.bz2
chocolate-doom-81163488c7e68222a2a46959623cfbc4ff49e95f.zip
Update MSVC2008 projects and solution
Diffstat (limited to 'msvc/heretic.vcproj')
-rw-r--r--msvc/heretic.vcproj214
1 files changed, 208 insertions, 6 deletions
diff --git a/msvc/heretic.vcproj b/msvc/heretic.vcproj
index e9dbb0dd..a5f775ac 100644
--- a/msvc/heretic.vcproj
+++ b/msvc/heretic.vcproj
@@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;..\src;..\src\doom;..\src\heretic;..\textscreen;..\pcsound"
+ AdditionalIncludeDirectories=".;..\src;..\src\heretic;..\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"
@@ -62,6 +62,7 @@
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
OutputFile="$(OutDir)\chocolate-heretic-dbg.exe"
+ IgnoreDefaultLibraryNames="msvcrt"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -115,7 +116,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;..\src;..\src\doom;..\src\heretic;..\textscreen;..\pcsound"
+ AdditionalIncludeDirectories=".;..\src;..\src\heretic;..\textscreen;..\pcsound;..\opl"
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX=&quot;\&quot;chocolate-\&quot;&quot;"
StringPooling="true"
ExceptionHandling="0"
@@ -138,6 +139,7 @@
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib"
OutputFile="$(OutDir)\chocolate-heretic.exe"
+ IgnoreDefaultLibraryNames="msvcrtd"
GenerateDebugInformation="false"
SubSystem="1"
OptimizeReferences="2"
@@ -184,14 +186,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>
@@ -208,6 +234,10 @@
>
</File>
<File
+ RelativePath="..\src\i_oplmusic.c"
+ >
+ </File>
+ <File
RelativePath="..\src\i_pcsound.c"
>
</File>
@@ -272,11 +302,11 @@
>
</File>
<File
- RelativePath="..\src\md5.c"
+ RelativePath="..\src\memio.c"
>
</File>
<File
- RelativePath="..\src\memio.c"
+ RelativePath="..\src\midifile.c"
>
</File>
<File
@@ -284,6 +314,54 @@
>
</File>
<File
+ RelativePath="..\src\net_client.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_common.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_dedicated.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_gui.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_io.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_loop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_packet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_query.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_sdl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_server.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_structrw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\sha1.c"
+ >
+ </File>
+ <File
RelativePath="..\src\tables.c"
>
</File>
@@ -312,6 +390,10 @@
>
</File>
<File
+ RelativePath="..\src\w_main.c"
+ >
+ </File>
+ <File
RelativePath="..\src\w_merge.c"
>
</File>
@@ -343,6 +425,34 @@
>
</File>
<File
+ RelativePath="..\src\heretic\deh_ammo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\heretic\deh_frame.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\heretic\deh_htext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\heretic\deh_htic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\heretic\deh_sound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\heretic\deh_thing.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\heretic\deh_weapon.c"
+ >
+ </File>
+ <File
RelativePath="..\src\heretic\f_finale.c"
>
</File>
@@ -415,6 +525,10 @@
>
</File>
<File
+ RelativePath="..\src\heretic\p_saveg.c"
+ >
+ </File>
+ <File
RelativePath="..\src\heretic\p_setup.c"
>
</File>
@@ -498,6 +612,10 @@
>
</File>
<File
+ RelativePath="..\src\d_loop.h"
+ >
+ </File>
+ <File
RelativePath="..\src\d_mode.h"
>
</File>
@@ -506,6 +624,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>
@@ -522,6 +656,10 @@
>
</File>
<File
+ RelativePath="..\src\gusconf.h"
+ >
+ </File>
+ <File
RelativePath="..\src\i_cdmus.h"
>
</File>
@@ -582,11 +720,11 @@
>
</File>
<File
- RelativePath="..\src\md5.h"
+ RelativePath="..\src\memio.h"
>
</File>
<File
- RelativePath="..\src\memio.h"
+ RelativePath="..\src\midifile.h"
>
</File>
<File
@@ -594,6 +732,58 @@
>
</File>
<File
+ RelativePath="..\src\net_client.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_dedicated.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_gui.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_io.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_loop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_packet.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_query.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_sdl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_server.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\net_structrw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\sha1.h"
+ >
+ </File>
+ <File
RelativePath="..\src\tables.h"
>
</File>
@@ -614,6 +804,10 @@
>
</File>
<File
+ RelativePath="..\src\w_main.h"
+ >
+ </File>
+ <File
RelativePath="..\src\w_merge.h"
>
</File>
@@ -641,6 +835,10 @@
>
</File>
<File
+ RelativePath="..\src\heretic\deh_htic.h"
+ >
+ </File>
+ <File
RelativePath="..\src\heretic\doomdata.h"
>
</File>
@@ -661,6 +859,10 @@
>
</File>
<File
+ RelativePath="..\src\heretic\p_action.h"
+ >
+ </File>
+ <File
RelativePath="..\src\heretic\p_local.h"
>
</File>