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/bsp
parentf06ca3e1968f0c7bd4fac72698c9e8a30397d3e7 (diff)
Rest of the VC7 intern projectfiles.
Diffstat (limited to 'intern/bsp')
-rw-r--r--intern/bsp/make/msvc_7_0/bsplib.sln21
-rw-r--r--intern/bsp/make/msvc_7_0/bsplib.vcproj210
2 files changed, 231 insertions, 0 deletions
diff --git a/intern/bsp/make/msvc_7_0/bsplib.sln b/intern/bsp/make/msvc_7_0/bsplib.sln
new file mode 100644
index 00000000000..e8c116b639e
--- /dev/null
+++ b/intern/bsp/make/msvc_7_0/bsplib.sln
@@ -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
diff --git a/intern/bsp/make/msvc_7_0/bsplib.vcproj b/intern/bsp/make/msvc_7_0/bsplib.vcproj
new file mode 100644
index 00000000000..3528a25bca1
--- /dev/null
+++ b/intern/bsp/make/msvc_7_0/bsplib.vcproj
@@ -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>