mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
d2546e3979
- Renamed base/options.cpp to base/commandLine.cpp because of conflict with gui/options.cpp which sit in same directory in MSVC builds - Moved AudioCDManager singleton declaration outside of Audio namespace - Fixed numerous MSVC warning of potentially uninitialized variables and int <-> bool conversions. svn-id: r22397
286 lines
5.5 KiB
XML
286 lines
5.5 KiB
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="simon"
|
|
ProjectGUID="{E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA}"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="simon_Debug"
|
|
IntermediateDirectory="simon_Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../..;../../engines"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="1"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="true"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
SuppressStartupBanner="false"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/simon.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="simon_Release"
|
|
IntermediateDirectory="simon_Release"
|
|
ConfigurationType="4"
|
|
ATLMinimizesCRunTimeLibraryUsage="true"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories="../..;../../engines"
|
|
PreprocessorDefinitions="WIN32;USE_ZLIB;USE_MAD;USE_VORBIS"
|
|
StringPooling="true"
|
|
ExceptionHandling="1"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="false"
|
|
ForceConformanceInForLoopScope="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/simon.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\engines\simon\animation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\animation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\charset.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\cursor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\debug.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\debug.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\debugger.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\debugger.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\draw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\event.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\game.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\icons.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\intern.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\items.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\midi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\midi.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\midiparser_s1d.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\oracle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\res.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\saveload.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\simon.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\simon.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\sound.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\sound.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\string.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\subroutine.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\verb.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\vga.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\vga.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\simon\window.cpp"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|