summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorJames Haley2011-02-12 05:36:12 +0000
committerJames Haley2011-02-12 05:36:12 +0000
commita15ba75736d15409876c1f0a44fffc99adf1c192 (patch)
tree0f79beda3feef52849eae059ea45e624d05d57af /msvc
parenta7a435cb7d5756ebff87d5f965b27fcc28fd96f6 (diff)
downloadchocolate-doom-a15ba75736d15409876c1f0a44fffc99adf1c192.tar.gz
chocolate-doom-a15ba75736d15409876c1f0a44fffc99adf1c192.tar.bz2
chocolate-doom-a15ba75736d15409876c1f0a44fffc99adf1c192.zip
Bug fix for save/load/name your character menus, and some tweaks to the
project files. Subversion-branch: /branches/strife-branch Subversion-revision: 2256
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libopl.vcproj1
-rw-r--r--msvc/libpcsound.vcproj3
-rw-r--r--msvc/libtextscreen.vcproj1
-rw-r--r--msvc/strife.vcproj8
4 files changed, 9 insertions, 4 deletions
diff --git a/msvc/libopl.vcproj b/msvc/libopl.vcproj
index f7fbb59b..6c651776 100644
--- a/msvc/libopl.vcproj
+++ b/msvc/libopl.vcproj
@@ -127,6 +127,7 @@
/>
<Tool
Name="VCLibrarianTool"
+ IgnoreDefaultLibraryNames="msvcrtd"
/>
<Tool
Name="VCALinkTool"
diff --git a/msvc/libpcsound.vcproj b/msvc/libpcsound.vcproj
index 2ecda5c7..da6162b5 100644
--- a/msvc/libpcsound.vcproj
+++ b/msvc/libpcsound.vcproj
@@ -109,7 +109,7 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
WarningLevel="3"
- DebugInformationFormat="3"
+ DebugInformationFormat="0"
CompileAs="1"
/>
<Tool
@@ -123,6 +123,7 @@
/>
<Tool
Name="VCLibrarianTool"
+ IgnoreDefaultLibraryNames="msvcrtd"
/>
<Tool
Name="VCALinkTool"
diff --git a/msvc/libtextscreen.vcproj b/msvc/libtextscreen.vcproj
index 161d7c2d..1b016597 100644
--- a/msvc/libtextscreen.vcproj
+++ b/msvc/libtextscreen.vcproj
@@ -127,6 +127,7 @@
/>
<Tool
Name="VCLibrarianTool"
+ IgnoreDefaultLibraryNames="msvcrtd"
/>
<Tool
Name="VCALinkTool"
diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj
index 0890b2dd..b99e9459 100644
--- a/msvc/strife.vcproj
+++ b/msvc/strife.vcproj
@@ -69,6 +69,7 @@
AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib ..\lib\libpcsound.lib ..\lib\libtextscreen.lib ..\lib\libopl.lib"
OutputFile="$(OutDir)\chocolate-strife-dbg.exe"
LinkIncremental="2"
+ IgnoreAllDefaultLibraries="false"
IgnoreDefaultLibraryNames="msvcrtd.lib"
GenerateDebugInformation="true"
SubSystem="1"
@@ -124,13 +125,13 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;..\src;..\src\strife;..\src\doom;..\textscreen;..\pcsound"
+ AdditionalIncludeDirectories=".;..\src;..\src\strife;..\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"
UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="3"
+ DebugInformationFormat="0"
CompileAs="1"
/>
<Tool
@@ -144,9 +145,10 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib ..\lib\libpcsound.lib ..\lib\libtextscreen.lib"
+ AdditionalDependencies="SDL.lib SDL_mixer.lib SDL_net.lib SDLmain.lib ..\lib\libpcsound.lib ..\lib\libtextscreen.lib ..\lib\libopl.lib"
OutputFile="$(OutDir)\chocolate-strife.exe"
LinkIncremental="0"
+ IgnoreDefaultLibraryNames="msvcrtd"
GenerateDebugInformation="false"
SubSystem="1"
OptimizeReferences="2"