Rest of the VC7 intern projectfiles.
This commit is contained in:
21
intern/bsp/make/msvc_7_0/bsplib.sln
Normal file
21
intern/bsp/make/msvc_7_0/bsplib.sln
Normal file
@@ -0,0 +1,21 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bsplib", "bsplib.vcproj", "{20F0EE62-A21A-46B7-B425-7923F4674B4F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
ConfigName.1 = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectDependencies) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{20F0EE62-A21A-46B7-B425-7923F4674B4F}.Debug.ActiveCfg = Debug|Win32
|
||||
{20F0EE62-A21A-46B7-B425-7923F4674B4F}.Debug.Build.0 = Debug|Win32
|
||||
{20F0EE62-A21A-46B7-B425-7923F4674B4F}.Release.ActiveCfg = Release|Win32
|
||||
{20F0EE62-A21A-46B7-B425-7923F4674B4F}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
210
intern/bsp/make/msvc_7_0/bsplib.vcproj
Normal file
210
intern/bsp/make/msvc_7_0/bsplib.vcproj
Normal file
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="bsplib"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\..\..\..\..\obj\windows\intern\bsp\debug"
|
||||
IntermediateDirectory=".\..\..\..\..\obj\windows\intern\bsp\debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../../../../../lib/windows/memutil,../..,../../../../../lib/windows/moto/include,../../../../../lib/windows/container/include,../../../../../lib/windows/memutil/include"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\bsp\debug/bsplib.pch"
|
||||
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\bsp\debug/"
|
||||
ObjectFile=".\..\..\..\..\obj\windows\intern\bsp\debug/"
|
||||
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\bsp\debug/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\obj\windows\intern\bsp\debug\libbsp.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="ECHO Copying header files
|
||||
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\bsp\include\
|
||||
ECHO Copying lib
|
||||
XCOPY /Y ..\..\..\..\obj\windows\intern\bsp\debug\*.lib ..\..\..\..\..\lib\windows\bsp\lib\debug\*.a
|
||||
ECHO Copying Debug info.
|
||||
XCOPY /Y ..\..\..\..\obj\windows\intern\bsp\debug\vc70.* ..\..\..\..\..\lib\windows\bsp\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\bsp"
|
||||
IntermediateDirectory=".\..\..\..\..\obj\windows\intern\bsp"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="../../../../../lib/windows/memutil/include,../..,../../../../../lib/windows/moto/include,../../../../../lib/windows/container/include"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\bsp/bsplib.pch"
|
||||
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\bsp/"
|
||||
ObjectFile=".\..\..\..\..\obj\windows\intern\bsp/"
|
||||
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\bsp/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\obj\windows\intern\bsp\libbsp.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="ECHO Copying header files
|
||||
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\bsp\include\
|
||||
ECHO Copying lib
|
||||
XCOPY /Y ..\..\..\..\obj\windows\intern\bsp\*.lib ..\..\..\..\..\lib\windows\bsp\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\BSP_CSGException.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGHelper.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGHelper.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGISplitter.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMesh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMesh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMeshBuilder.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMeshBuilder.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMeshSplitter.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMeshSplitter.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGMesh_CFIterator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGNCMeshSplitter.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGNCMeshSplitter.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGUserData.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_CSGUserData.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_FragNode.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_FragNode.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_FragTree.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_FragTree.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_MeshFragment.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_MeshFragment.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_MeshPrimitives.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_MeshPrimitives.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_Triangulate.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\BSP_Triangulate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\intern\CSG_BooleanOps.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="extern"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\extern\CSG_BooleanOps.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Reference in New Issue
Block a user