mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
84b97066a3
- AdditionalIncludeDirectories is set to "../../;../../engines" - InlineFunctionExpansion is set to "0" for debug and "2" for release builds - DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors) - Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer) svn-id: r34448
250 lines
6.4 KiB
XML
250 lines
6.4 KiB
XML
<?xml version="1.0" encoding="windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="parallaction"
|
|
ProjectGUID="{0068957B-E2E1-4988-8C87-D541D84DAF20}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="parallaction_Debug"
|
|
IntermediateDirectory="parallaction_Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
|
|
Optimization="0"
|
|
InlineFunctionExpansion="0"
|
|
AdditionalIncludeDirectories="../../;../../engines"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
DisableLanguageExtensions="FALSE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
WarnAsError="TRUE"
|
|
SuppressStartupBanner="FALSE"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/parallaction.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="parallaction_Release"
|
|
IntermediateDirectory="parallaction_Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="2"
|
|
OmitFramePointers="TRUE"
|
|
AdditionalIncludeDirectories="../../;../../engines"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="TRUE"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
DisableLanguageExtensions="FALSE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/parallaction.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\balloons.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\callables_br.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\callables_ns.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\debug.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\debug.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\detection.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\dialogue.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\disk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\disk_br.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\disk_ns.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\exec.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\exec_br.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\exec_ns.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\font.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\gfxbase.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\graphics.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\graphics.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\gui.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\gui.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\gui_br.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\gui_ns.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\input.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\input.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\inventory.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\inventory.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\objects.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\objects.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parallaction.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parallaction.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parallaction_br.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parallaction_ns.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parser.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parser.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parser_br.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\parser_ns.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\saveload.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\saveload.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\sound.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\sound.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\staticres.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\walk.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\engines\parallaction\walk.h">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|