mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
missed some files when merging
svn-id: r42630
This commit is contained in:
parent
4ae0b0528b
commit
83c0d0fc51
25
dists/msvc9/ScummVM_Debug.vsprops
Normal file
25
dists/msvc9/ScummVM_Debug.vsprops
Normal file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="ScummVM_Debug32"
|
||||
InheritedPropertySheets=".\ScummVM_Global.vsprops"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
EnableFunctionLevelLinking="true"
|
||||
WarnAsError="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
IgnoreDefaultLibraryNames="libcmt.lib"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
30
dists/msvc9/ScummVM_Global.vsprops
Normal file
30
dists/msvc9/ScummVM_Global.vsprops
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="ScummVM_Global"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)/$(ProjectName)"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="../..;../../engines"
|
||||
PreprocessorDefinitions="USE_NASM;USE_ZLIB;ENABLE_KYRA;ENABLE_LOL;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE"
|
||||
ExceptionHandling="0"
|
||||
RuntimeTypeInfo="false"
|
||||
WarningLevel="4"
|
||||
WarnAsError="true"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
SubSystem="1"
|
||||
EntryPointSymbol="WinMainCRTStartup"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
24
dists/msvc9/ScummVM_Release.vsprops
Normal file
24
dists/msvc9/ScummVM_Release.vsprops
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="ScummVM_Release32"
|
||||
InheritedPropertySheets=".\ScummVM_Global.vsprops"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="1"
|
||||
EnableIntrinsicFunctions="true"
|
||||
WholeProgramOptimization="true"
|
||||
PreprocessorDefinitions="WIN32"
|
||||
StringPooling="true"
|
||||
BufferSecurityCheck="false"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
SetChecksum="true"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
Loading…
Reference in New Issue
Block a user