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/bsp/make/msvc_7_0/bsplib.vcproj')
-rw-r--r--intern/bsp/make/msvc_7_0/bsplib.vcproj210
1 files changed, 210 insertions, 0 deletions
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>