Rest of the VC7 intern projectfiles.
This commit is contained in:
21
intern/moto/make/msvc_7_0/moto.sln
Normal file
21
intern/moto/make/msvc_7_0/moto.sln
Normal file
@@ -0,0 +1,21 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MoTo", "MoTo.vcproj", "{11ABF09B-4414-4188-8071-27CE3FE49256}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
ConfigName.1 = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectDependencies) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{11ABF09B-4414-4188-8071-27CE3FE49256}.Debug.ActiveCfg = Debug|Win32
|
||||
{11ABF09B-4414-4188-8071-27CE3FE49256}.Debug.Build.0 = Debug|Win32
|
||||
{11ABF09B-4414-4188-8071-27CE3FE49256}.Release.ActiveCfg = Release|Win32
|
||||
{11ABF09B-4414-4188-8071-27CE3FE49256}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
337
intern/moto/make/msvc_7_0/moto.vcproj
Normal file
337
intern/moto/make/msvc_7_0/moto.vcproj
Normal file
@@ -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>
|
Reference in New Issue
Block a user