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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-04-07 22:17:37 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-04-07 22:17:37 +0400
commit9dea66a835df9b5b93f0c4f5130a6e9b9a8e5197 (patch)
tree7009db5fe5f7b27f6376963e3f84dae750a8ef73 /projectfiles_vc7/blender/blenlib
parent5c1331f081b40a8082bd304e67cee90e14fd0bb0 (diff)
Major update for Visual Studio .Net project files. Both Release and Debug modes have been sanitised (ie. use .lib instead of .a). This update also makes the structure similar to the msvc6 projectfiles.
The new blender.sln is now found in directory projectfiles_vc7\\blender. Update to the INSTALL file will follow soon.
Diffstat (limited to 'projectfiles_vc7/blender/blenlib')
-rw-r--r--projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj318
1 files changed, 318 insertions, 0 deletions
diff --git a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
new file mode 100644
index 00000000000..09c3c9f0b79
--- /dev/null
+++ b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="BLI_blenlib"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="MT DLL Release|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\blenlib\mtdll"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\blenlib\mtdll"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\python,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\blenlib\mtdll/BLI_blenlib.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\blenlib\mtdll/"
+ ObjectFile=".\..\..\..\obj\windows\blender\blenlib\mtdll/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\blenlib\mtdll/"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\blenlib\mtdll\BLI_blenlib.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\blenlib\debug"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\blenlib\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\lib\windows\freetype\include,..\..\..\source\blender\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender\python,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,WITH_FREETYPE2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="TRUE"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\blenlib\debug/BLI_blenlib.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\blenlib\debug/"
+ ObjectFile=".\..\..\..\obj\windows\blender\blenlib\debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\blenlib\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\blenlib\debug\BLI_blenlib.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\blenlib"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\blenlib"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\lib\windows\freetype\include,..\..\..\source\blender\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender\python,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,WITH_FREETYPE2"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\blenlib/BLI_blenlib.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\blenlib/"
+ ObjectFile=".\..\..\..\obj\windows\blender\blenlib/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\blenlib/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\blenlib\BLI_blenlib.lib"
+ AdditionalLibraryDirectories=""
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="MT DLL Debug|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\python,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug/BLI_blenlib.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug/"
+ ObjectFile=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug/"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\blenlib\mtdll_debug\BLI_blenlib.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_dynstr.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_ghash.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_linklist.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_memarena.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\arithb.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\dynlib.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\fileops.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\freetypefont.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\gsqueue.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\matrixops.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\noise.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\psfont.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\rand.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\rct.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\scanfill.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\storage.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\time.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\util.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\vectorops.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\winstuff.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_arithb.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_blenlib.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_callbacks.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_editVert.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_fileops.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_ghash.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_linklist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_memarena.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_scanfill.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_storage.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_storage_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\BLI_util.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_winstuff.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\MTC_matrixops.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\MTC_vectorops.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\PIL_dynlib.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\PIL_time.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>