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/iksolver
parentf06ca3e1968f0c7bd4fac72698c9e8a30397d3e7 (diff)
Rest of the VC7 intern projectfiles.
Diffstat (limited to 'intern/iksolver')
-rw-r--r--intern/iksolver/make/msvc_7_0/iksolver.sln21
-rw-r--r--intern/iksolver/make/msvc_7_0/iksolver.vcproj235
2 files changed, 256 insertions, 0 deletions
diff --git a/intern/iksolver/make/msvc_7_0/iksolver.sln b/intern/iksolver/make/msvc_7_0/iksolver.sln
new file mode 100644
index 00000000000..e06e5163993
--- /dev/null
+++ b/intern/iksolver/make/msvc_7_0/iksolver.sln
@@ -0,0 +1,21 @@
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iksolver", "iksolver.vcproj", "{EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Debug.ActiveCfg = Debug|Win32
+ {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Debug.Build.0 = Debug|Win32
+ {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Release.ActiveCfg = Release|Win32
+ {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/intern/iksolver/make/msvc_7_0/iksolver.vcproj b/intern/iksolver/make/msvc_7_0/iksolver.vcproj
new file mode 100644
index 00000000000..941bbc23277
--- /dev/null
+++ b/intern/iksolver/make/msvc_7_0/iksolver.vcproj
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="iksolver"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\iksolver"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\iksolver"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="2"
+ AdditionalIncludeDirectories="..\..\..\..\intern\moto\include,..\..\..\..\intern\memutil"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\iksolver/iksolver.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\iksolver/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\iksolver/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\iksolver/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\iksolver\libiksolver.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\iksolver\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\iksolver\*.lib ..\..\..\..\..\lib\windows\iksolver\lib\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1043"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\iksolver\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\iksolver\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\intern\moto\include,..\..\..\..\intern\memutil"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\iksolver\debug/iksolver.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\iksolver\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\iksolver\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\iksolver\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\iksolver\debug\libiksolver.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\iksolver\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\iksolver\debug\*.lib ..\..\..\..\..\lib\windows\iksolver\lib\debug\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1043"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="intern"
+ Filter="">
+ <File
+ RelativePath="..\..\intern\IK_QChain.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_QChain.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_QJacobianSolver.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_QJacobianSolver.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_QSegment.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_QSegment.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_QSolver_Class.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\IK_Solver.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_ExpMap.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_ExpMap.h">
+ </File>
+ <Filter
+ Name="TNT"
+ Filter="">
+ <File
+ RelativePath="..\..\intern\TNT\cholesky.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\cmat.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\fcscmat.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\fmat.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\fortran.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\fspvec.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\index.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\lapack.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\lu.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\qr.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\region1d.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\region2d.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\stopwatch.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\subscript.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\svd.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\tnt.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\tntmath.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\tntreqs.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\transv.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\triang.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\trisolve.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\vec.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\vecadaptor.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\TNT\version.h">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="extern"
+ Filter="">
+ <File
+ RelativePath="..\..\extern\IK_solver.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>