From 35f753d9e4b9d85cc712262a751729688e32aad6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 16 Oct 2009 18:35:19 +0000 Subject: Fix compile under MSVC (thanks entryway). Subversion-branch: /branches/raven-branch Subversion-revision: 1718 --- msvc/doom.vcproj | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'msvc/doom.vcproj') diff --git a/msvc/doom.vcproj b/msvc/doom.vcproj index 2c3eb38e..c5714eea 100644 --- a/msvc/doom.vcproj +++ b/msvc/doom.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;..\src;..\src\doom;..\textscreen;..\pcsound" - PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX="\"chocolate-\""" + PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROGRAM_PREFIX="\"chocolate-\""" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -220,6 +220,10 @@ RelativePath="..\src\i_cdmus.h" > + + @@ -592,6 +596,10 @@ RelativePath="..\src\i_cdmus.c" > + + -- cgit v1.2.3