mirror of
https://github.com/scummvm/scummex.git
synced 2026-05-21 05:40:51 +00:00
update
This commit is contained in:
+76
-14
@@ -19,10 +19,12 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;__WINDOWS__;WXDEBUG=1;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@@ -31,7 +33,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmswd.lib pngd.lib zlibd.lib jpegd.lib tiffd.lib sdl.lib sdl_mixer.lib"
|
||||
AdditionalDependencies="comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmswd.lib pngd.lib jpegd.lib tiffd.lib sdl.lib"
|
||||
OutputFile="$(OutDir)/scummex.exe"
|
||||
LinkIncremental="2"
|
||||
IgnoreDefaultLibraryNames="msvcrt.lib"
|
||||
@@ -65,10 +67,12 @@
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@@ -77,7 +81,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw.lib png.lib zlib.lib jpeg.lib tiff.lib sdl.lib sdl_mixer.lib"
|
||||
AdditionalDependencies="comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw.lib png.lib jpeg.lib tiff.lib sdl.lib"
|
||||
OutputFile="$(OutDir)/scummex.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
@@ -150,18 +154,18 @@
|
||||
<File
|
||||
RelativePath="image.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="mixer.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="mixer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="resource.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="resource.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="scaler.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="scaler.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="scummex.cpp">
|
||||
</File>
|
||||
@@ -171,21 +175,79 @@
|
||||
<File
|
||||
RelativePath="scummsys.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="stdafx.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="util.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="util.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="wxwindows.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="wxwindows.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="sound"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="sound\audiostream.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\audiostream.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\mixer.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\mixer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\rate.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\rate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\sound.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\sound.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\voc.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sound\voc.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
||||
Reference in New Issue
Block a user