Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2003-03-18 22:38:36 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-18 22:38:36 +0300
commit465229e4d6243e0109117bef072ec8722c845a72 (patch)
tree647efac9dbbe2000a083d2ed1847760f09f2280d /intern/decimation
parentf06ca3e1968f0c7bd4fac72698c9e8a30397d3e7 (diff)
Rest of the VC7 intern projectfiles.
Diffstat (limited to 'intern/decimation')
-rw-r--r--intern/decimation/make/msvc_7_0/decimation.sln21
-rw-r--r--intern/decimation/make/msvc_7_0/decimation.vcproj191
2 files changed, 212 insertions, 0 deletions
diff --git a/intern/decimation/make/msvc_7_0/decimation.sln b/intern/decimation/make/msvc_7_0/decimation.sln
new file mode 100644
index 00000000000..8760ff74f8a
--- /dev/null
+++ b/intern/decimation/make/msvc_7_0/decimation.sln
@@ -0,0 +1,21 @@
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decimation", "decimation.vcproj", "{95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Debug.ActiveCfg = Debug|Win32
+ {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Debug.Build.0 = Debug|Win32
+ {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Release.ActiveCfg = Release|Win32
+ {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/intern/decimation/make/msvc_7_0/decimation.vcproj b/intern/decimation/make/msvc_7_0/decimation.vcproj
new file mode 100644
index 00000000000..0c7ab32441c
--- /dev/null
+++ b/intern/decimation/make/msvc_7_0/decimation.vcproj
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="decimation"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\decimation\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\decimation\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\container\include\,..\..\..\..\..\lib\windows\memutil\include\,..\..\..\..\..\lib\windows\moto\include\"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\decimation\debug/decimation.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\decimation\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\decimation\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\decimation\debug/"
+ WarningLevel="4"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\decimation\debug\libdecimation.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\decimation\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\*.lib ..\..\..\..\..\lib\windows\decimation\lib\debug\*.a
+ECHO Copying Debug info.
+XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\vc70.* ..\..\..\..\..\lib\windows\decimation\lib\debug\
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1043"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\decimation"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\decimation"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="2"
+ AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\container\include\,..\..\..\..\..\lib\windows\memutil\include\,..\..\..\..\..\lib\windows\moto\include\"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\decimation/decimation.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\decimation/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\decimation/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\decimation/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\decimation\libdecimation.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\decimation\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\*.lib ..\..\..\..\..\lib\windows\decimation\lib\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1043"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="intern"
+ Filter="">
+ <File
+ RelativePath="..\..\intern\LOD_DecimationClass.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_EdgeCollapser.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_EdgeCollapser.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_ExternBufferEditor.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_ExternNormalEditor.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_ExternNormalEditor.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_FaceNormalEditor.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_FaceNormalEditor.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_ManMesh2.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_ManMesh2.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_MeshBounds.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_MeshException.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_MeshPrimitives.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_MeshPrimitives.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_QSDecimator.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_QSDecimator.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_Quadric.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_QuadricEditor.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_QuadricEditor.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\LOD_decimation.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="extern"
+ Filter="">
+ <File
+ RelativePath="..\..\extern\LOD_decimation.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>