|
@@ -100,12 +100,11 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="Release|Win32"
|
|
|
+ Name="Debug|x64"
|
|
|
OutputDirectory="$(SolutionDir)..\..\tools\build\$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="$(SolutionDir)..\..\tools\build\$(ConfigurationName)_$(PlatformName)\obj"
|
|
|
ConfigurationType="1"
|
|
|
CharacterSet="2"
|
|
|
- WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -121,15 +120,21 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
+ TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ Optimization="0"
|
|
|
AdditionalIncludeDirectories=""$(DXSDK_DIR)include";..\..\include;..\..\code"
|
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
|
|
|
- RuntimeLibrary="0"
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
|
|
|
+ MinimalRebuild="true"
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
+ SmallerTypeCheck="true"
|
|
|
+ RuntimeLibrary="1"
|
|
|
+ EnableFunctionLevelLinking="true"
|
|
|
UsePrecompiledHeader="2"
|
|
|
WarningLevel="3"
|
|
|
- Detect64BitPortabilityProblems="true"
|
|
|
+ Detect64BitPortabilityProblems="false"
|
|
|
DebugInformationFormat="3"
|
|
|
/>
|
|
|
<Tool
|
|
@@ -144,16 +149,12 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="d3d9.lib d3dx9.lib comdlg32.lib assimp.lib winmm.lib comctl32.lib user32.lib advapi32.lib shell32.lib Gdi32.lib"
|
|
|
- OutputFile="$(OutDir)\assimpview32.exe"
|
|
|
- LinkIncremental="1"
|
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_win32;"$(DXSDK_DIR)lib\x86""
|
|
|
- IgnoreAllDefaultLibraries="false"
|
|
|
- IgnoreDefaultLibraryNames=""
|
|
|
+ OutputFile="$(OutDir)\assimpview64d.exe"
|
|
|
+ LinkIncremental="2"
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_debug_x64;"$(DXSDK_DIR)lib\x64""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="2"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
- TargetMachine="1"
|
|
|
+ TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -181,11 +182,12 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="Debug|x64"
|
|
|
+ Name="Release|Win32"
|
|
|
OutputDirectory="$(SolutionDir)..\..\tools\build\$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="$(SolutionDir)..\..\tools\build\$(ConfigurationName)_$(PlatformName)\obj"
|
|
|
ConfigurationType="1"
|
|
|
CharacterSet="2"
|
|
|
+ WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -201,21 +203,15 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
- TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
- Optimization="0"
|
|
|
AdditionalIncludeDirectories=""$(DXSDK_DIR)include";..\..\include;..\..\code"
|
|
|
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
|
|
|
- MinimalRebuild="true"
|
|
|
- BasicRuntimeChecks="3"
|
|
|
- SmallerTypeCheck="true"
|
|
|
- RuntimeLibrary="1"
|
|
|
- EnableFunctionLevelLinking="true"
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
|
|
|
+ RuntimeLibrary="0"
|
|
|
UsePrecompiledHeader="2"
|
|
|
WarningLevel="3"
|
|
|
- Detect64BitPortabilityProblems="false"
|
|
|
+ Detect64BitPortabilityProblems="true"
|
|
|
DebugInformationFormat="3"
|
|
|
/>
|
|
|
<Tool
|
|
@@ -230,12 +226,16 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="d3d9.lib d3dx9.lib comdlg32.lib assimp.lib winmm.lib comctl32.lib user32.lib advapi32.lib shell32.lib Gdi32.lib"
|
|
|
- OutputFile="$(OutDir)\assimpview64d.exe"
|
|
|
- LinkIncremental="2"
|
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_x64;"$(DXSDK_DIR)lib\x64""
|
|
|
+ OutputFile="$(OutDir)\assimpview32.exe"
|
|
|
+ LinkIncremental="1"
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_release_win32;"$(DXSDK_DIR)lib\x86""
|
|
|
+ IgnoreAllDefaultLibraries="false"
|
|
|
+ IgnoreDefaultLibraryNames=""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="2"
|
|
|
- TargetMachine="17"
|
|
|
+ OptimizeReferences="2"
|
|
|
+ EnableCOMDATFolding="2"
|
|
|
+ TargetMachine="1"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -417,7 +417,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="Release|Win32"
|
|
|
+ Name="Debug|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
@@ -425,7 +425,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="Debug|x64"
|
|
|
+ Name="Release|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|