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:
Diffstat (limited to 'intern/moto/make/msvc_7_0/moto.vcproj')
-rw-r--r--intern/moto/make/msvc_7_0/moto.vcproj337
1 files changed, 337 insertions, 0 deletions
diff --git a/intern/moto/make/msvc_7_0/moto.vcproj b/intern/moto/make/msvc_7_0/moto.vcproj
new file mode 100644
index 00000000000..99acb064d3e
--- /dev/null
+++ b/intern/moto/make/msvc_7_0/moto.vcproj
@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="MoTo"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\moto"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\moto"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="2"
+ AdditionalIncludeDirectories="..\..\include\"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\moto/MoTo.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\moto/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\moto/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\moto/"
+ WarningLevel="4"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\moto\libmoto.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\include\*.h ..\..\..\..\..\lib\windows\moto\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\moto\*.lib ..\..\..\..\..\lib\windows\moto\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\moto\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\moto\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include\"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\moto\debug/MoTo.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\moto\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\moto\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\moto\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\moto\debug\libmoto.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\include\*.h ..\..\..\..\..\lib\windows\moto\include\
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\moto\debug\*.lib ..\..\..\..\..\lib\windows\moto\lib\debug\*.a
+ECHO Copying Debug info.
+XCOPY /Y ..\..\..\..\obj\windows\intern\moto\debug\vc70.* ..\..\..\..\..\lib\windows\moto\lib\debug\
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1043"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\intern\MT_CmMatrix4x4.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Matrix3x3.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Matrix4x4.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Plane3.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Point3.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Quaternion.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Transform.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Vector2.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Vector3.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_Vector4.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\intern\MT_random.cpp">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
+ WarningLevel="3"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\include\GEN_List.h">
+ </File>
+ <File
+ RelativePath="..\..\include\GEN_Map.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_CmMatrix4x4.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Matrix3x3.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Matrix4x4.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_MinMax.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Optimize.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Plane3.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Point2.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Point3.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Quaternion.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Scalar.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Stream.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Transform.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Tuple2.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Tuple3.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Tuple4.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Vector2.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Vector3.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Vector4.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_assert.h">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_random.h">
+ </File>
+ <File
+ RelativePath="..\..\include\NM_Scalar.h">
+ </File>
+ <Filter
+ Name="inlines"
+ Filter="">
+ <File
+ RelativePath="..\..\include\MT_Matrix3x3.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Matrix4x4.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Plane3.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Point2.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Point3.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Quaternion.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Vector2.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Vector3.inl">
+ </File>
+ <File
+ RelativePath="..\..\include\MT_Vector4.inl">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>