From 491a8950f7ea771c1212e682804e46485c0d9e1b Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 7 May 2008 05:05:59 +0000 Subject: [PATCH] release mode fixes --- vc8/fceux.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vc8/fceux.vcproj b/vc8/fceux.vcproj index 0b09fe28..2eaa6e8a 100644 --- a/vc8/fceux.vcproj +++ b/vc8/fceux.vcproj @@ -129,8 +129,8 @@ EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" OmitFramePointers="true" - AdditionalIncludeDirectories="../src/drivers/win/zlib" - PreprocessorDefinitions="WIN32;NDEBUG;MSVC;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINDOWS=0x0410;WINVER=0x0410;NETWORK;LSB_FIRST;_USE_32BIT_TIME_T;FCEUDEF_DEBUGGER;_USE_SHARED_MEMORY_" + AdditionalIncludeDirectories="../src/drivers/win/zlib;../src/drivers/win/directx" + PreprocessorDefinitions="WIN32;NDEBUG;MSVC;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINDOWS=0x0410;WINVER=0x0410;NETWORK;LSB_FIRST;_USE_32BIT_TIME_T;FCEUDEF_DEBUGGER;_USE_SHARED_MEMORY_;NOMINMAX" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3"