diff options
author | Paweł Kołodziejski | 2009-02-15 09:17:23 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2009-02-15 09:17:23 +0000 |
commit | 41f78a6641ffcf892e02229d810f7d44cea4d112 (patch) | |
tree | 6d27d857c47081d4aff23e0579cdd4bec042bd7e /dists/msvc9 | |
parent | 2cd61fad4cebe00ec346816879dcb34a5c2bb026 (diff) | |
download | scummvm-rg350-41f78a6641ffcf892e02229d810f7d44cea4d112.tar.gz scummvm-rg350-41f78a6641ffcf892e02229d810f7d44cea4d112.tar.bz2 scummvm-rg350-41f78a6641ffcf892e02229d810f7d44cea4d112.zip |
update
svn-id: r38203
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/sci.vcproj | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dists/msvc9/sci.vcproj b/dists/msvc9/sci.vcproj index 55540d51ee..d545e3759e 100644 --- a/dists/msvc9/sci.vcproj +++ b/dists/msvc9/sci.vcproj @@ -43,7 +43,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996" Optimization="0" InlineFunctionExpansion="0" - AdditionalIncludeDirectories="../../;../../engines/sci/include;../../engines" + AdditionalIncludeDirectories="../../;../../engines" PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;SCUMMVM;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" MinimalRebuild="true" ExceptionHandling="1" @@ -119,7 +119,7 @@ EnableIntrinsicFunctions="true" FavorSizeOrSpeed="2" OmitFramePointers="true" - AdditionalIncludeDirectories="../../;../../engines/sci/include;../../engines" + AdditionalIncludeDirectories="../../;../../engines" PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;SCUMMVM;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" StringPooling="true" ExceptionHandling="1" @@ -434,10 +434,6 @@ > </File> <File - RelativePath="..\..\engines\sci\scicore\fnmatch.c" - > - </File> - <File RelativePath="..\..\engines\sci\scicore\games.h" > </File> |