Rest of the VC7 intern projectfiles.
This commit is contained in:
21
intern/iksolver/make/msvc_7_0/iksolver.sln
Normal file
21
intern/iksolver/make/msvc_7_0/iksolver.sln
Normal file
@@ -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
|
235
intern/iksolver/make/msvc_7_0/iksolver.vcproj
Normal file
235
intern/iksolver/make/msvc_7_0/iksolver.vcproj
Normal file
@@ -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>
|
Reference in New Issue
Block a user