mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 18:48:22 +00:00
Built Windows static libs with MSVC 2005.
This commit is contained in:
parent
5744b3b0ee
commit
0b4aa2797b
20
interfaces/interfaces-2005.sln
Normal file
20
interfaces/interfaces-2005.sln
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
|
# Visual C++ Express 2005
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "interfaces", "interfaces-2005.vcproj", "{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Win32 = Debug|Win32
|
||||||
|
Release|Win32 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Release|Win32.Build.0 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
179
interfaces/interfaces-2005.vcproj
Normal file
179
interfaces/interfaces-2005.vcproj
Normal file
@ -0,0 +1,179 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="8.00"
|
||||||
|
Name="interfaces"
|
||||||
|
ProjectGUID="{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}"
|
||||||
|
RootNamespace="interfaces"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory=".\Debug"
|
||||||
|
IntermediateDirectory=".\Debug"
|
||||||
|
ConfigurationType="4"
|
||||||
|
CharacterSet="2"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
CommandLine=""
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="..\public;..\public\tier0;..\public\tier1"
|
||||||
|
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;COMPILER_MSVC;COMPILER_MSVC32;TIER1_STATIC_LIB"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="true"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
BasicRuntimeChecks="3"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
FloatingPointModel="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
CommandLine=""
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
OutputFile="..\lib\public\interfaces.lib"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory=".\Release"
|
||||||
|
IntermediateDirectory=".\Release"
|
||||||
|
ConfigurationType="4"
|
||||||
|
CharacterSet="2"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
CommandLine=""
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
InlineFunctionExpansion="2"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories="..\public;..\public\tier0;..\public\tier1"
|
||||||
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;COMPILER_MSVC;COMPILER_MSVC32;TIER1_STATIC_LIB"
|
||||||
|
StringPooling="true"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
EnableFunctionLevelLinking="true"
|
||||||
|
FloatingPointModel="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
CommandLine=""
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
OutputFile="..\lib\public\interfaces.lib"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\interfaces.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\public\interfaces\interfaces.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
||||||
@ -54,8 +54,7 @@
|
|||||||
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<StringPooling>true</StringPooling>
|
<StringPooling>true</StringPooling>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
<MinimalRebuild>true</MinimalRebuild>
|
||||||
<ExceptionHandling>
|
<ExceptionHandling>false</ExceptionHandling>
|
||||||
</ExceptionHandling>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
@ -73,7 +72,8 @@
|
|||||||
</Command>
|
</Command>
|
||||||
</PreLinkEvent>
|
</PreLinkEvent>
|
||||||
<Lib>
|
<Lib>
|
||||||
<AdditionalDependencies>Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>
|
||||||
|
</AdditionalDependencies>
|
||||||
</Lib>
|
</Lib>
|
||||||
<Xdcmake>
|
<Xdcmake>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
@ -89,8 +89,7 @@
|
|||||||
<AdditionalIncludeDirectories>..\public;..\public\tier0;..\public\tier1;..\public\interfaces;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\public;..\public\tier0;..\public\tier1;..\public\interfaces;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<StringPooling>true</StringPooling>
|
<StringPooling>true</StringPooling>
|
||||||
<ExceptionHandling>
|
<ExceptionHandling>false</ExceptionHandling>
|
||||||
</ExceptionHandling>
|
|
||||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
20
mathlib/mathlib-2005.sln
Normal file
20
mathlib/mathlib-2005.sln
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
|
# Visual C++ Express 2005
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mathlib", "mathlib-2005.vcproj", "{884C66F2-7F84-4570-AE6C-B634C1113D69}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Win32 = Debug|Win32
|
||||||
|
Release|Win32 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{884C66F2-7F84-4570-AE6C-B634C1113D69}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
|
{884C66F2-7F84-4570-AE6C-B634C1113D69}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
|
{884C66F2-7F84-4570-AE6C-B634C1113D69}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
|
{884C66F2-7F84-4570-AE6C-B634C1113D69}.Release|Win32.Build.0 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
@ -1,407 +1,352 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8.00"
|
||||||
Name="mathlib"
|
Name="mathlib"
|
||||||
ProjectGUID="{884C66F2-7F84-4570-AE6C-B634C1113D69}"
|
ProjectGUID="{884C66F2-7F84-4570-AE6C-B634C1113D69}"
|
||||||
RootNamespace="mathlib"
|
RootNamespace="mathlib"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"
|
Name="Win32"
|
||||||
/>
|
/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<ToolFiles>
|
<ToolFiles>
|
||||||
</ToolFiles>
|
</ToolFiles>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory=".\Debug"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory=".\Debug"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine=""
|
CommandLine=""
|
||||||
ExcludedFromBuild="false"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCCustomBuildTool"
|
||||||
Name="VCCustomBuildTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCXMLDataGeneratorTool"
|
||||||
Name="VCXMLDataGeneratorTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCMIDLTool"
|
||||||
Name="VCMIDLTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCCLCompilerTool"
|
||||||
Name="VCCLCompilerTool"
|
Optimization="0"
|
||||||
UseUnicodeResponseFiles="false"
|
AdditionalIncludeDirectories="..\public;..\public\tier0;..\public\tier1;..\public\mathlib"
|
||||||
Optimization="0"
|
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;COMPILER_MSVC;COMPILER_MSVC32"
|
||||||
AdditionalIncludeDirectories="..\public;..\public\tier0;..\public\tier1;..\public\mathlib"
|
StringPooling="true"
|
||||||
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
MinimalRebuild="true"
|
||||||
StringPooling="true"
|
ExceptionHandling="0"
|
||||||
MinimalRebuild="true"
|
BasicRuntimeChecks="3"
|
||||||
ExceptionHandling="0"
|
RuntimeLibrary="1"
|
||||||
BasicRuntimeChecks="3"
|
BufferSecurityCheck="false"
|
||||||
RuntimeLibrary="1"
|
FloatingPointModel="2"
|
||||||
BufferSecurityCheck="false"
|
WarningLevel="3"
|
||||||
FloatingPointModel="2"
|
DebugInformationFormat="4"
|
||||||
TreatWChar_tAsBuiltInType="true"
|
/>
|
||||||
ForceConformanceInForLoopScope="true"
|
<Tool
|
||||||
RuntimeTypeInfo="true"
|
Name="VCManagedResourceCompilerTool"
|
||||||
OpenMP="false"
|
/>
|
||||||
UsePrecompiledHeader="0"
|
<Tool
|
||||||
ExpandAttributedSource="false"
|
Name="VCResourceCompilerTool"
|
||||||
AssemblerOutput="0"
|
/>
|
||||||
AssemblerListingLocation="$(IntDir)/"
|
<Tool
|
||||||
ObjectFile="$(IntDir)/"
|
Name="VCPreLinkEventTool"
|
||||||
ProgramDataBaseFileName="$(IntDir)/"
|
CommandLine=""
|
||||||
GenerateXMLDocumentationFiles="false"
|
/>
|
||||||
BrowseInformation="0"
|
<Tool
|
||||||
BrowseInformationFile="$(IntDir)/"
|
Name="VCLibrarianTool"
|
||||||
WarningLevel="4"
|
OutputFile="..\lib\public\mathlib.lib"
|
||||||
Detect64BitPortabilityProblems="true"
|
/>
|
||||||
DebugInformationFormat="4"
|
<Tool
|
||||||
CompileAs="2"
|
Name="VCALinkTool"
|
||||||
ErrorReporting="1"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCXDCMakeTool"
|
||||||
Name="VCManagedResourceCompilerTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCBscMakeTool"
|
||||||
Name="VCResourceCompilerTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCFxCopTool"
|
||||||
Name="VCPreLinkEventTool"
|
/>
|
||||||
CommandLine=""
|
<Tool
|
||||||
ExcludedFromBuild="false"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
</Configuration>
|
||||||
Name="VCLibrarianTool"
|
<Configuration
|
||||||
UseUnicodeResponseFiles="false"
|
Name="Release|Win32"
|
||||||
OutputFile="..\lib\public\mathlib.lib"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
SuppressStartupBanner="true"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
/>
|
ConfigurationType="4"
|
||||||
<Tool
|
CharacterSet="2"
|
||||||
Name="VCALinkTool"
|
>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCPreBuildEventTool"
|
||||||
Name="VCXDCMakeTool"
|
CommandLine=""
|
||||||
SuppressStartupBanner="true"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCCustomBuildTool"
|
||||||
Name="VCBscMakeTool"
|
/>
|
||||||
SuppressStartupBanner="true"
|
<Tool
|
||||||
OutputFile="$(OutDir)/mathlib.bsc"
|
Name="VCXMLDataGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCFxCopTool"
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCMIDLTool"
|
||||||
ExcludedFromBuild="false"
|
/>
|
||||||
/>
|
<Tool
|
||||||
</Configuration>
|
Name="VCCLCompilerTool"
|
||||||
<Configuration
|
Optimization="2"
|
||||||
Name="Release|Win32"
|
InlineFunctionExpansion="2"
|
||||||
OutputDirectory=".\Release"
|
EnableIntrinsicFunctions="true"
|
||||||
IntermediateDirectory=".\Release"
|
FavorSizeOrSpeed="1"
|
||||||
ConfigurationType="4"
|
AdditionalIncludeDirectories="..\public;..\public\tier0;..\public\tier1;..\public\mathlib"
|
||||||
CharacterSet="2"
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;COMPILER_MSVC;COMPILER_MSVC32"
|
||||||
>
|
StringPooling="true"
|
||||||
<Tool
|
ExceptionHandling="0"
|
||||||
Name="VCPreBuildEventTool"
|
RuntimeLibrary="0"
|
||||||
CommandLine=""
|
BufferSecurityCheck="false"
|
||||||
ExcludedFromBuild="false"
|
EnableFunctionLevelLinking="true"
|
||||||
/>
|
FloatingPointModel="2"
|
||||||
<Tool
|
WarningLevel="3"
|
||||||
Name="VCCustomBuildTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCManagedResourceCompilerTool"
|
||||||
Name="VCXMLDataGeneratorTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCResourceCompilerTool"
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCPreLinkEventTool"
|
||||||
Name="VCMIDLTool"
|
CommandLine=""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCLibrarianTool"
|
||||||
UseUnicodeResponseFiles="false"
|
OutputFile="..\lib\public\mathlib.lib"
|
||||||
Optimization="2"
|
/>
|
||||||
InlineFunctionExpansion="2"
|
<Tool
|
||||||
EnableIntrinsicFunctions="true"
|
Name="VCALinkTool"
|
||||||
FavorSizeOrSpeed="1"
|
/>
|
||||||
AdditionalIncludeDirectories="..\public;..\public\tier0;..\public\tier1;..\public\mathlib"
|
<Tool
|
||||||
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
Name="VCXDCMakeTool"
|
||||||
StringPooling="true"
|
/>
|
||||||
ExceptionHandling="0"
|
<Tool
|
||||||
RuntimeLibrary="0"
|
Name="VCBscMakeTool"
|
||||||
BufferSecurityCheck="false"
|
/>
|
||||||
EnableFunctionLevelLinking="true"
|
<Tool
|
||||||
FloatingPointModel="2"
|
Name="VCFxCopTool"
|
||||||
TreatWChar_tAsBuiltInType="true"
|
/>
|
||||||
ForceConformanceInForLoopScope="true"
|
<Tool
|
||||||
RuntimeTypeInfo="true"
|
Name="VCPostBuildEventTool"
|
||||||
OpenMP="false"
|
/>
|
||||||
UsePrecompiledHeader="0"
|
</Configuration>
|
||||||
ExpandAttributedSource="false"
|
</Configurations>
|
||||||
AssemblerOutput="0"
|
<References>
|
||||||
AssemblerListingLocation="$(IntDir)/"
|
</References>
|
||||||
ObjectFile="$(IntDir)/"
|
<Files>
|
||||||
ProgramDataBaseFileName="$(IntDir)/"
|
<Filter
|
||||||
GenerateXMLDocumentationFiles="false"
|
Name="Source Files"
|
||||||
BrowseInformation="0"
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
BrowseInformationFile="$(IntDir)/"
|
>
|
||||||
WarningLevel="4"
|
<File
|
||||||
Detect64BitPortabilityProblems="true"
|
RelativePath=".\anorms.cpp"
|
||||||
DebugInformationFormat="1"
|
>
|
||||||
CompileAs="2"
|
</File>
|
||||||
ErrorReporting="1"
|
<File
|
||||||
/>
|
RelativePath=".\bumpvects.cpp"
|
||||||
<Tool
|
>
|
||||||
Name="VCManagedResourceCompilerTool"
|
</File>
|
||||||
/>
|
<File
|
||||||
<Tool
|
RelativePath=".\color_conversion.cpp"
|
||||||
Name="VCResourceCompilerTool"
|
>
|
||||||
/>
|
</File>
|
||||||
<Tool
|
<File
|
||||||
Name="VCPreLinkEventTool"
|
RelativePath=".\halton.cpp"
|
||||||
CommandLine=""
|
>
|
||||||
ExcludedFromBuild="false"
|
</File>
|
||||||
/>
|
<File
|
||||||
<Tool
|
RelativePath=".\IceKey.cpp"
|
||||||
Name="VCLibrarianTool"
|
>
|
||||||
UseUnicodeResponseFiles="false"
|
</File>
|
||||||
OutputFile="..\lib\public\mathlib.lib"
|
<File
|
||||||
SuppressStartupBanner="true"
|
RelativePath=".\imagequant.cpp"
|
||||||
/>
|
>
|
||||||
<Tool
|
</File>
|
||||||
Name="VCALinkTool"
|
<File
|
||||||
/>
|
RelativePath=".\lightdesc.cpp"
|
||||||
<Tool
|
>
|
||||||
Name="VCXDCMakeTool"
|
</File>
|
||||||
SuppressStartupBanner="true"
|
<File
|
||||||
/>
|
RelativePath=".\mathlib_base.cpp"
|
||||||
<Tool
|
>
|
||||||
Name="VCBscMakeTool"
|
</File>
|
||||||
SuppressStartupBanner="true"
|
<File
|
||||||
OutputFile="$(OutDir)/mathlib.bsc"
|
RelativePath=".\polyhedron.cpp"
|
||||||
/>
|
>
|
||||||
<Tool
|
</File>
|
||||||
Name="VCFxCopTool"
|
<File
|
||||||
/>
|
RelativePath=".\powsse.cpp"
|
||||||
<Tool
|
>
|
||||||
Name="VCPostBuildEventTool"
|
</File>
|
||||||
ExcludedFromBuild="false"
|
<File
|
||||||
/>
|
RelativePath=".\quantize.cpp"
|
||||||
</Configuration>
|
>
|
||||||
</Configurations>
|
</File>
|
||||||
<References>
|
<File
|
||||||
</References>
|
RelativePath=".\randsse.cpp"
|
||||||
<Files>
|
>
|
||||||
<Filter
|
</File>
|
||||||
Name="Source Files"
|
<File
|
||||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
RelativePath=".\simdvectormatrix.cpp"
|
||||||
>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\3dnow.cpp"
|
<File
|
||||||
>
|
RelativePath=".\sparse_convolution_noise.cpp"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\anorms.cpp"
|
<File
|
||||||
>
|
RelativePath=".\sse.cpp"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\bumpvects.cpp"
|
<File
|
||||||
>
|
RelativePath=".\sseconst.cpp"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\color_conversion.cpp"
|
<File
|
||||||
>
|
RelativePath=".\ssenoise.cpp"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\halton.cpp"
|
<File
|
||||||
>
|
RelativePath=".\vector.cpp"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\IceKey.cpp"
|
<File
|
||||||
>
|
RelativePath=".\vmatrix.cpp"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\imagequant.cpp"
|
</Filter>
|
||||||
>
|
<Filter
|
||||||
</File>
|
Name="Public Header Files"
|
||||||
<File
|
Filter="h"
|
||||||
RelativePath=".\lightdesc.cpp"
|
>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\amd3dx.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\mathlib_base.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\anorms.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\polyhedron.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\bumpvects.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\powsse.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\compressed_3d_unitvec.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\quantize.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\compressed_light_cube.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\randsse.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\compressed_vector.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\simdvectormatrix.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\halton.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\sparse_convolution_noise.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\IceKey.H"
|
||||||
<File
|
>
|
||||||
RelativePath=".\sse.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\lightdesc.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\sseconst.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\math_pfns.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\ssenoise.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\mathlib.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\vector.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\noise.h"
|
||||||
<File
|
>
|
||||||
RelativePath=".\vmatrix.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\public\mathlib\polyhedron.h"
|
||||||
</Filter>
|
>
|
||||||
<Filter
|
</File>
|
||||||
Name="Public Header Files"
|
<File
|
||||||
Filter="h"
|
RelativePath="..\public\mathlib\quantize.h"
|
||||||
>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\amd3dx.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\simdvectormatrix.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\anorms.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\ssemath.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\bumpvects.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\ssequaternion.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\compressed_3d_unitvec.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\vector.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\compressed_light_cube.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\vector2d.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\compressed_vector.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\vector4d.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\halton.h"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\vmatrix.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\IceKey.H"
|
<File
|
||||||
>
|
RelativePath="..\public\mathlib\vplane.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath="..\public\mathlib\lightdesc.h"
|
</Filter>
|
||||||
>
|
<Filter
|
||||||
</File>
|
Name="Header Files"
|
||||||
<File
|
Filter="h;hpp;hxx;hm;inl"
|
||||||
RelativePath="..\public\mathlib\math_pfns.h"
|
>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath=".\3dnow.h"
|
||||||
<File
|
>
|
||||||
RelativePath="..\public\mathlib\mathlib.h"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath=".\noisedata.h"
|
||||||
<File
|
>
|
||||||
RelativePath="..\public\mathlib\noise.h"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath=".\sse.h"
|
||||||
<File
|
>
|
||||||
RelativePath="..\public\mathlib\polyhedron.h"
|
</File>
|
||||||
>
|
</Filter>
|
||||||
</File>
|
</Files>
|
||||||
<File
|
<Globals>
|
||||||
RelativePath="..\public\mathlib\quantize.h"
|
</Globals>
|
||||||
>
|
</VisualStudioProject>
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\simdvectormatrix.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\ssemath.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\ssequaternion.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\vector.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\vector2d.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\vector4d.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\vmatrix.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\public\mathlib\vplane.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Header Files"
|
|
||||||
Filter="h;hpp;hxx;hm;inl"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\3dnow.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\noisedata.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\sse.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|||||||
@ -34,13 +34,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\lib\public\</OutDir>
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\lib\public\</OutDir>
|
||||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreBuildEventUseInBuild>
|
|
||||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreLinkEventUseInBuild>
|
|
||||||
<PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PostBuildEventUseInBuild>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\lib\public\</OutDir>
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\lib\public\</OutDir>
|
||||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreBuildEventUseInBuild>
|
|
||||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreLinkEventUseInBuild>
|
|
||||||
<PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PostBuildEventUseInBuild>
|
|
||||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||||
@ -59,48 +53,27 @@
|
|||||||
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<StringPooling>true</StringPooling>
|
<StringPooling>true</StringPooling>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
<MinimalRebuild>true</MinimalRebuild>
|
||||||
<ExceptionHandling>
|
<ExceptionHandling>false</ExceptionHandling>
|
||||||
</ExceptionHandling>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
<FloatingPointModel>Fast</FloatingPointModel>
|
<FloatingPointModel>Fast</FloatingPointModel>
|
||||||
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
||||||
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<OpenMPSupport>false</OpenMPSupport>
|
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<ExpandAttributedSource>false</ExpandAttributedSource>
|
|
||||||
<AssemblerOutput>
|
<AssemblerOutput>
|
||||||
</AssemblerOutput>
|
</AssemblerOutput>
|
||||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
||||||
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
|
||||||
<BrowseInformation>
|
<BrowseInformation>
|
||||||
</BrowseInformation>
|
</BrowseInformation>
|
||||||
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<WarningLevel>Level4</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ErrorReporting>Prompt</ErrorReporting>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<PreLinkEvent>
|
<PreLinkEvent>
|
||||||
<Command>
|
<Command>
|
||||||
</Command>
|
</Command>
|
||||||
</PreLinkEvent>
|
</PreLinkEvent>
|
||||||
<Lib>
|
<Lib />
|
||||||
<UseUnicodeResponseFiles>false</UseUnicodeResponseFiles>
|
<Xdcmake />
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<Bscmake />
|
||||||
</Lib>
|
|
||||||
<Xdcmake>
|
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
</Xdcmake>
|
|
||||||
<Bscmake>
|
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
<OutputFile>$(OutDir)mathlib.bsc</OutputFile>
|
|
||||||
</Bscmake>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<PreBuildEvent>
|
<PreBuildEvent>
|
||||||
@ -115,48 +88,27 @@
|
|||||||
<AdditionalIncludeDirectories>..\public;..\public\tier0;..\public\tier1;..\public\mathlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\public;..\public\tier0;..\public\tier1;..\public\mathlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<StringPooling>true</StringPooling>
|
<StringPooling>true</StringPooling>
|
||||||
<ExceptionHandling>
|
<ExceptionHandling>false</ExceptionHandling>
|
||||||
</ExceptionHandling>
|
|
||||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<FloatingPointModel>Fast</FloatingPointModel>
|
<FloatingPointModel>Fast</FloatingPointModel>
|
||||||
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
||||||
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<OpenMPSupport>false</OpenMPSupport>
|
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<ExpandAttributedSource>false</ExpandAttributedSource>
|
|
||||||
<AssemblerOutput>
|
<AssemblerOutput>
|
||||||
</AssemblerOutput>
|
</AssemblerOutput>
|
||||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
||||||
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
|
||||||
<BrowseInformation>
|
<BrowseInformation>
|
||||||
</BrowseInformation>
|
</BrowseInformation>
|
||||||
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<WarningLevel>Level4</WarningLevel>
|
|
||||||
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ErrorReporting>Prompt</ErrorReporting>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<PreLinkEvent>
|
<PreLinkEvent>
|
||||||
<Command>
|
<Command>
|
||||||
</Command>
|
</Command>
|
||||||
</PreLinkEvent>
|
</PreLinkEvent>
|
||||||
<Lib>
|
<Lib />
|
||||||
<UseUnicodeResponseFiles>false</UseUnicodeResponseFiles>
|
<Xdcmake />
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<Bscmake />
|
||||||
</Lib>
|
|
||||||
<Xdcmake>
|
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
</Xdcmake>
|
|
||||||
<Bscmake>
|
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
<OutputFile>$(OutDir)mathlib.bsc</OutputFile>
|
|
||||||
</Bscmake>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="anorms.cpp" />
|
<ClCompile Include="anorms.cpp" />
|
||||||
|
|||||||
20
tier1/tier1-2005.sln
Normal file
20
tier1/tier1-2005.sln
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
|
# Visual C++ Express 2005
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tier1", "tier1-2005.vcproj", "{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Win32 = Debug|Win32
|
||||||
|
Release|Win32 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
|
{E1DA8DB8-FB4C-4B14-91A6-98BCED6B9720}.Release|Win32.Build.0 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
File diff suppressed because it is too large
Load Diff
@ -35,13 +35,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\lib\public\</OutDir>
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\lib\public\</OutDir>
|
||||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreBuildEventUseInBuild>
|
|
||||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreLinkEventUseInBuild>
|
|
||||||
<PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PostBuildEventUseInBuild>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\lib\public\</OutDir>
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\lib\public\</OutDir>
|
||||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreBuildEventUseInBuild>
|
|
||||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreLinkEventUseInBuild>
|
|
||||||
<PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PostBuildEventUseInBuild>
|
|
||||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||||
@ -60,30 +54,17 @@
|
|||||||
<PreprocessorDefinitions>WIN32;_WIN32;VEL': value '0' doesn't match value '2' in core_metamod.obj;COMPILER_MSVC;COMPILER_MSVC32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TIER1_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_WIN32;VEL': value '0' doesn't match value '2' in core_metamod.obj;COMPILER_MSVC;COMPILER_MSVC32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TIER1_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<StringPooling>true</StringPooling>
|
<StringPooling>true</StringPooling>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
<MinimalRebuild>true</MinimalRebuild>
|
||||||
<ExceptionHandling>
|
<ExceptionHandling>false</ExceptionHandling>
|
||||||
</ExceptionHandling>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
<FloatingPointModel>Fast</FloatingPointModel>
|
<FloatingPointModel>Fast</FloatingPointModel>
|
||||||
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
||||||
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<OpenMPSupport>false</OpenMPSupport>
|
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<ExpandAttributedSource>false</ExpandAttributedSource>
|
|
||||||
<AssemblerOutput>
|
<AssemblerOutput>
|
||||||
</AssemblerOutput>
|
</AssemblerOutput>
|
||||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
||||||
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
|
||||||
<BrowseInformation>
|
<BrowseInformation>
|
||||||
</BrowseInformation>
|
</BrowseInformation>
|
||||||
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ErrorReporting>Prompt</ErrorReporting>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<PreLinkEvent>
|
<PreLinkEvent>
|
||||||
@ -91,17 +72,10 @@
|
|||||||
</Command>
|
</Command>
|
||||||
</PreLinkEvent>
|
</PreLinkEvent>
|
||||||
<Lib>
|
<Lib>
|
||||||
<UseUnicodeResponseFiles>false</UseUnicodeResponseFiles>
|
|
||||||
<AdditionalDependencies>Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
</Lib>
|
</Lib>
|
||||||
<Xdcmake>
|
<Xdcmake />
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<Bscmake />
|
||||||
</Xdcmake>
|
|
||||||
<Bscmake>
|
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
<OutputFile>$(OutDir)tier1.bsc</OutputFile>
|
|
||||||
</Bscmake>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<PreBuildEvent>
|
<PreBuildEvent>
|
||||||
@ -116,30 +90,17 @@
|
|||||||
<AdditionalIncludeDirectories>..\public;..\public\tier0;..\public\tier1;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\public;..\public\tier0;..\public\tier1;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TIER1_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_WIN32;COMPILER_MSVC;COMPILER_MSVC32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;TIER1_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<StringPooling>true</StringPooling>
|
<StringPooling>true</StringPooling>
|
||||||
<ExceptionHandling>
|
<ExceptionHandling>false</ExceptionHandling>
|
||||||
</ExceptionHandling>
|
|
||||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
<FloatingPointModel>Fast</FloatingPointModel>
|
<FloatingPointModel>Fast</FloatingPointModel>
|
||||||
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
||||||
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<OpenMPSupport>false</OpenMPSupport>
|
|
||||||
<PrecompiledHeader>
|
<PrecompiledHeader>
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
<ExpandAttributedSource>false</ExpandAttributedSource>
|
|
||||||
<AssemblerOutput>
|
<AssemblerOutput>
|
||||||
</AssemblerOutput>
|
</AssemblerOutput>
|
||||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
||||||
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
|
|
||||||
<BrowseInformation>
|
<BrowseInformation>
|
||||||
</BrowseInformation>
|
</BrowseInformation>
|
||||||
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ErrorReporting>Prompt</ErrorReporting>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<UndefinePreprocessorDefinitions>
|
<UndefinePreprocessorDefinitions>
|
||||||
</UndefinePreprocessorDefinitions>
|
</UndefinePreprocessorDefinitions>
|
||||||
@ -149,17 +110,10 @@
|
|||||||
</Command>
|
</Command>
|
||||||
</PreLinkEvent>
|
</PreLinkEvent>
|
||||||
<Lib>
|
<Lib>
|
||||||
<UseUnicodeResponseFiles>false</UseUnicodeResponseFiles>
|
|
||||||
<AdditionalDependencies>Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
</Lib>
|
</Lib>
|
||||||
<Xdcmake>
|
<Xdcmake />
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<Bscmake />
|
||||||
</Xdcmake>
|
|
||||||
<Bscmake>
|
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
||||||
<OutputFile>$(OutDir)tier1.bsc</OutputFile>
|
|
||||||
</Bscmake>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="bitbuf.cpp" />
|
<ClCompile Include="bitbuf.cpp" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user