mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
re-enable console for debug mode, this time it works :)
svn-id: r27000
This commit is contained in:
parent
baea10979c
commit
a2d19ddfe1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user