diff options
| author | Paweł Kołodziejski | 2007-05-28 17:43:21 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2007-05-28 17:43:21 +0000 |
| commit | a2d19ddfe1c0972fd06888bf4686e98501a4b42b (patch) | |
| tree | e6f073e3533ac8d6f31875565e8a8f322a785e05 /dists | |
| parent | baea10979c794550098c2458016d6762bc9e59c5 (diff) | |
| download | scummvm-rg350-a2d19ddfe1c0972fd06888bf4686e98501a4b42b.tar.gz scummvm-rg350-a2d19ddfe1c0972fd06888bf4686e98501a4b42b.tar.bz2 scummvm-rg350-a2d19ddfe1c0972fd06888bf4686e98501a4b42b.zip | |
re-enable console for debug mode, this time it works :)
svn-id: r27000
Diffstat (limited to 'dists')
| -rw-r--r-- | dists/msvc8/scummvm.vcproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index f2db2bdaf9..01747e836c 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -74,8 +74,9 @@ IgnoreDefaultLibraryNames="libc.lib;libcmt.lib" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/scummvm.pdb" - SubSystem="2" + SubSystem="1" TargetMachine="1" + EntryPointSymbol="WinMainCRTStartup" /> <Tool Name="VCALinkTool" @@ -132,7 +133,7 @@ InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories="../..;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU" StringPooling="true" MinimalRebuild="false" ExceptionHandling="1" |
