removal of ZError
This commit is contained in:
parent
fa7c896540
commit
4fde82816d
@ -1,342 +1,336 @@
|
|||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.00"
|
||||||
Name="ZEngine"
|
Name="ZEngine"
|
||||||
ProjectGUID="{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
ProjectGUID="{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="Release"
|
OutputDirectory="Release"
|
||||||
IntermediateDirectory="Release"
|
IntermediateDirectory="Release"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
OmitFramePointers="TRUE"
|
OmitFramePointers="TRUE"
|
||||||
AdditionalIncludeDirectories="../include"
|
AdditionalIncludeDirectories="../include"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
WarnAsError="TRUE"
|
WarnAsError="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
DisableSpecificWarnings="4702"/>
|
DisableSpecificWarnings="4702"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="../lib/ZEngineS.lib"/>
|
OutputFile="../lib/ZEngineS.lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Implementations"
|
Name="Source Implementations"
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\VersionInfo.cpp">
|
RelativePath="..\src\VersionInfo.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_Utility.cpp">
|
RelativePath="..\src\ZE_Utility.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZConfigFile.cpp">
|
RelativePath="..\src\ZE_ZConfigFile.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZEngine.cpp">
|
RelativePath="..\src\ZE_ZEngine.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZError.cpp">
|
RelativePath="..\src\ZE_ZFont.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZFont.cpp">
|
RelativePath="..\src\ZE_ZImage.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZImage.cpp">
|
RelativePath="..\src\ZE_ZMusic.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZMusic.cpp">
|
RelativePath="..\src\ZE_ZRandGen.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZRandGen.cpp">
|
RelativePath="..\src\ZE_ZRect.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZRect.cpp">
|
RelativePath="..\src\ZE_ZSound.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\ZE_ZSound.cpp">
|
RelativePath="..\src\ZE_ZTimer.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
</Filter>
|
||||||
RelativePath="..\src\ZE_ZTimer.cpp">
|
<Filter
|
||||||
</File>
|
Name="Source Headers"
|
||||||
</Filter>
|
Filter="h;hpp;hxx;hm;inl;inc">
|
||||||
<Filter
|
<File
|
||||||
Name="Source Headers"
|
RelativePath="..\include\VersionInfo.h">
|
||||||
Filter="h;hpp;hxx;hm;inl;inc">
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\VersionInfo.h">
|
RelativePath="..\include\ZE_Defines.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_Defines.h">
|
RelativePath="..\include\ZE_Includes.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_Includes.h">
|
RelativePath="..\include\ZE_Utility.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_Utility.h">
|
RelativePath="..\include\ZE_ZBaseParticleSystem.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZBaseParticleSystem.h">
|
RelativePath="..\include\ZE_ZConfigFile.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZConfigFile.h">
|
RelativePath="..\include\ZE_ZEngine.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZEngine.h">
|
RelativePath="..\include\ZE_ZFont.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZError.h">
|
RelativePath="..\include\ZE_ZImage.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZFont.h">
|
RelativePath="..\include\ZE_ZMusic.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZImage.h">
|
RelativePath="..\include\ZE_ZRandGen.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZMusic.h">
|
RelativePath="..\include\ZE_ZRect.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZRandGen.h">
|
RelativePath="..\include\ZE_ZSimpleParticleSystem.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZRect.h">
|
RelativePath="..\include\ZE_ZSound.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZSimpleParticleSystem.h">
|
RelativePath="..\include\ZE_ZTimer.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\ZE_ZSound.h">
|
RelativePath="..\include\ZEngine.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
</Filter>
|
||||||
RelativePath="..\include\ZE_ZTimer.h">
|
<Filter
|
||||||
</File>
|
Name="Zlib">
|
||||||
<File
|
<Filter
|
||||||
RelativePath="..\include\ZEngine.h">
|
Name="Header Files">
|
||||||
</File>
|
<File
|
||||||
</Filter>
|
RelativePath="..\include\zlib\deflate.h">
|
||||||
<Filter
|
</File>
|
||||||
Name="Zlib">
|
<File
|
||||||
<Filter
|
RelativePath="..\include\zlib\infblock.h">
|
||||||
Name="Header Files">
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\deflate.h">
|
RelativePath="..\include\zlib\infcodes.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\infblock.h">
|
RelativePath="..\include\zlib\inffast.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\infcodes.h">
|
RelativePath="..\include\zlib\inffixed.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\inffast.h">
|
RelativePath="..\include\zlib\inftrees.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\inffixed.h">
|
RelativePath="..\include\zlib\infutil.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\inftrees.h">
|
RelativePath="..\include\zlib\trees.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\infutil.h">
|
RelativePath="..\include\zlib\unzip.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\trees.h">
|
RelativePath="..\include\zlib\zconf.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\unzip.h">
|
RelativePath="..\include\zlib\zlib.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\zconf.h">
|
RelativePath="..\include\zlib\zutil.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
</Filter>
|
||||||
RelativePath="..\include\zlib\zlib.h">
|
<Filter
|
||||||
</File>
|
Name="Source Files">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\include\zlib\zutil.h">
|
RelativePath="..\src\zlib\adler32.c">
|
||||||
</File>
|
<FileConfiguration
|
||||||
</Filter>
|
Name="Release|Win32">
|
||||||
<Filter
|
<Tool
|
||||||
Name="Source Files">
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\adler32.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\compress.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\compress.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\crc32.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\crc32.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\deflate.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\deflate.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\gzio.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\gzio.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\infblock.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\infblock.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\infcodes.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\infcodes.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\inffast.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\inffast.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\inflate.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\inflate.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\inftrees.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\inftrees.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\infutil.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\infutil.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\maketree.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\maketree.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\trees.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\trees.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\uncompr.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\uncompr.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\unzip.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\unzip.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
<File
|
||||||
<Tool
|
RelativePath="..\src\zlib\zutil.c">
|
||||||
Name="VCCLCompilerTool"
|
<FileConfiguration
|
||||||
WarningLevel="0"/>
|
Name="Release|Win32">
|
||||||
</FileConfiguration>
|
<Tool
|
||||||
</File>
|
Name="VCCLCompilerTool"
|
||||||
<File
|
WarningLevel="0"/>
|
||||||
RelativePath="..\src\zlib\zutil.c">
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
</File>
|
||||||
Name="Release|Win32">
|
</Filter>
|
||||||
<Tool
|
</Filter>
|
||||||
Name="VCCLCompilerTool"
|
</Files>
|
||||||
WarningLevel="0"/>
|
<Globals>
|
||||||
</FileConfiguration>
|
</Globals>
|
||||||
</File>
|
</VisualStudioProject>
|
||||||
</Filter>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user