updated msvc7 project files and solution file. Updated to reflect new include directories. Added WITH_QUICKTIME, WITH_FREETYPE2 and INTERNATIONAL to the subprojects that needed them.

created FTF_ttfont and blenderqt.
This commit is contained in:
Nathan Letwory
2003-05-20 11:02:32 +00:00
parent 4ca6f542a2
commit b2b70137e9
35 changed files with 1795 additions and 1531 deletions

View File

@@ -12,8 +12,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\decrypt\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\decrypt\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\decrypt\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\decrypt\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +21,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..source\blender\writestream,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\writestream,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)intern\keymaker,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\decrypt\mtdll/BLO_decrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\decrypt\mtdll/BLO_decrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\decrypt\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\decrypt\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\decrypt\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\decrypt\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\decrypt\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\decrypt\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +38,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\decrypt\mtdll\BLO_decrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\decrypt\mtdll\BLO_decrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +57,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\decrypt\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\decrypt\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\decrypt\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\decrypt\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +66,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)intern\keymaker,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\decrypt\debug/BLO_decrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\decrypt\debug/BLO_decrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\decrypt\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\decrypt\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\decrypt\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\decrypt\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\decrypt\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\decrypt\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -83,7 +83,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\decrypt\debug\BLO_decrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\decrypt\debug\BLO_decrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +102,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +111,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..source\blender\writestream,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\writestream,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)intern\keymaker,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug/BLO_decrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug/BLO_decrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -128,7 +128,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\decrypt\mtdll_debug\BLO_decrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\decrypt\mtdll_debug\BLO_decrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +147,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\decrypt" OutputDirectory="$(SolutionDir)obj\windows\blender\decrypt"
IntermediateDirectory="..\..\..\..\obj\windows\blender\decrypt" IntermediateDirectory="$(SolutionDir)obj\windows\blender\decrypt"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +156,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..source\blender\writestream,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\writestream,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)intern\keymaker,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\decrypt/BLO_decrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\decrypt/BLO_decrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\decrypt/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\decrypt\"
ObjectFile="..\..\..\..\obj\windows\blender\decrypt/" ObjectFile="$(SolutionDir)obj\windows\blender\decrypt\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\decrypt/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\decrypt\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +173,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\decrypt\BLO_decrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\decrypt\BLO_decrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,7 +196,7 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\decrypt\intern\BLO_decrypt.c"> RelativePath="$(SolutionDir)source\blender\decrypt\intern\BLO_decrypt.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -13,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\decryptstub\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\decryptstub\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\decryptstub\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\decryptstub\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -22,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\decryptstub\debug/BLO_decrypt_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\decryptstub\debug/BLO_decrypt_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\decryptstub\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\decryptstub\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\decryptstub\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\decryptstub\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\decryptstub\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\decryptstub\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -39,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\decryptstub\debug\BLO_decrypt_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\decryptstub\debug\BLO_decrypt_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\decryptstub" OutputDirectory="$(SolutionDir)obj\windows\blender\decryptstub"
IntermediateDirectory="..\..\..\..\obj\windows\blender\decryptstub" IntermediateDirectory="$(SolutionDir)obj\windows\blender\decryptstub"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,16 +67,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\decryptstub/BLO_decrypt_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\decryptstub/BLO_decrypt_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\decryptstub/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\decryptstub\"
ObjectFile="..\..\..\..\obj\windows\blender\decryptstub/" ObjectFile="$(SolutionDir)obj\windows\blender\decryptstub\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\decryptstub/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\decryptstub\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -84,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\decryptstub\BLO_decrypt_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\decryptstub\BLO_decrypt_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -107,17 +107,17 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\decrypt\stub\BLO_decryptSTUB.c"> RelativePath="$(SolutionDir)source\blender\decrypt\stub\BLO_decryptSTUB.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\decrypt\BLO_decrypt.h"> RelativePath="$(SolutionDir)source\blender\decrypt\BLO_decrypt.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\decrypt\BLO_en_de_cryptHeader.h"> RelativePath="$(SolutionDir)source\blender\decrypt\BLO_en_de_cryptHeader.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_deflate" Name="BLO_deflate"
ProjectGUID="{8128F7DB-4957-4C17-BDB7-B4900C82BC7E}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\deflate\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\deflate\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\deflate\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\deflate\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\deflate\mtdll/BLO_deflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\deflate\mtdll/BLO_deflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\deflate\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\deflate\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\deflate\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\deflate\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\deflate\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\deflate\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\deflate\mtdll\BLO_deflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\deflate\mtdll\BLO_deflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\deflate\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\deflate\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\deflate\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\deflate\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging;$(SolutionDir)source\blender\deflate\;$(SolutionDir)source\blender\inflate\;$(SolutionDir)lib\windows\zlib\include;$(SolutionDir)source\blender\writestreamglue;$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\deflate\debug/BLO_deflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\deflate\debug/BLO_deflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\deflate\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\deflate\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\deflate\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\deflate\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\deflate\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\deflate\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\deflate\debug\BLO_deflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\deflate\debug\BLO_deflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\deflate\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\deflate\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\deflate\mtdll_debug/BLO_deflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug/BLO_deflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\deflate\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\deflate\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\deflate\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\deflate\mtdll_debug\BLO_deflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\deflate\mtdll_debug\BLO_deflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\deflate" OutputDirectory="$(SolutionDir)obj\windows\blender\deflate"
IntermediateDirectory="..\..\..\..\obj\windows\blender\deflate" IntermediateDirectory="$(SolutionDir)obj\windows\blender\deflate"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\deflate/BLO_deflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\deflate/BLO_deflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\deflate/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\deflate\"
ObjectFile="..\..\..\..\obj\windows\blender\deflate/" ObjectFile="$(SolutionDir)obj\windows\blender\deflate\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\deflate/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\deflate\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\deflate\BLO_deflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\deflate\BLO_deflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,14 +197,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\deflate\intern\BLO_deflate.c"> RelativePath="$(SolutionDir)source\blender\deflate\intern\BLO_deflate.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\deflate\BLO_deflate.h"> RelativePath="$(SolutionDir)source\blender\deflate\BLO_deflate.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -13,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\deflate_stub" OutputDirectory="$(SolutionDir)obj\windows\blender\deflate_stub"
IntermediateDirectory="..\..\..\..\obj\windows\blender\deflate_stub" IntermediateDirectory="$(SolutionDir)obj\windows\blender\deflate_stub"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -22,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\blender\deflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\source\blender\streamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\deflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\streamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\deflate_stub/BLO_deflate_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\deflate_stub/BLO_deflate_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\deflate_stub/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\deflate_stub\"
ObjectFile="..\..\..\..\obj\windows\blender\deflate_stub/" ObjectFile="$(SolutionDir)obj\windows\blender\deflate_stub\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\deflate_stub/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\deflate_stub\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -39,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\deflate_stub\BLO_deflate_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\deflate_stub\BLO_deflate_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\deflate_stub\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\deflate_stub\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\deflate_stub\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\deflate_stub\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\deflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\source\blender\streamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\deflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\streamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\deflate_stub\debug/BLO_deflate_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\deflate_stub\debug/BLO_deflate_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\deflate_stub\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\deflate_stub\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\deflate_stub\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\deflate_stub\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\deflate_stub\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\deflate_stub\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -84,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\deflate_stub\debug\BLO_deflate_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\deflate_stub\debug\BLO_deflate_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -112,16 +112,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\blender\deflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\source\blender\streamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\deflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\streamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\BLO_deflate_stub___Win32_MT_DLL_Release/BLO_deflate_stub.pch" PrecompiledHeaderFile=".\BLO_deflate_stub___Win32_MT_DLL_Release/BLO_deflate_stub.pch"
AssemblerListingLocation=".\BLO_deflate_stub___Win32_MT_DLL_Release/" AssemblerListingLocation=".\BLO_deflate_stub___Win32_MT_DLL_Release\"
ObjectFile=".\BLO_deflate_stub___Win32_MT_DLL_Release/" ObjectFile=".\BLO_deflate_stub___Win32_MT_DLL_Release\"
ProgramDataBaseFileName=".\BLO_deflate_stub___Win32_MT_DLL_Release/" ProgramDataBaseFileName=".\BLO_deflate_stub___Win32_MT_DLL_Release\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -157,15 +157,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\deflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\source\blender\streamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\deflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\streamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\BLO_deflate_stub___Win32_MT_DLL_Debug/BLO_deflate_stub.pch" PrecompiledHeaderFile=".\BLO_deflate_stub___Win32_MT_DLL_Debug/BLO_deflate_stub.pch"
AssemblerListingLocation=".\BLO_deflate_stub___Win32_MT_DLL_Debug/" AssemblerListingLocation=".\BLO_deflate_stub___Win32_MT_DLL_Debug\"
ObjectFile=".\BLO_deflate_stub___Win32_MT_DLL_Debug/" ObjectFile=".\BLO_deflate_stub___Win32_MT_DLL_Debug\"
ProgramDataBaseFileName=".\BLO_deflate_stub___Win32_MT_DLL_Debug/" ProgramDataBaseFileName=".\BLO_deflate_stub___Win32_MT_DLL_Debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -197,14 +197,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\deflate\stub\BLO_deflateSTUB.c"> RelativePath="$(SolutionDir)source\blender\deflate\stub\BLO_deflateSTUB.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\deflate\BLO_deflate.h"> RelativePath="$(SolutionDir)source\blender\deflate\BLO_deflate.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_encrypt" Name="BLO_encrypt"
ProjectGUID="{C1212004-31D4-4134-8F10-C04F16671D7B}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\readstreamglue,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\decrypt" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)intern\keymaker,$(SolutionDir)source\blender\decrypt"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug/BLO_encrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug/BLO_encrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\encrypt\mtdll_debug\BLO_encrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\encrypt\mtdll_debug\BLO_encrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\encrypt\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\encrypt\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\encrypt\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\encrypt\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +67,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\readstreamglue,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\decrypt" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)intern\keymaker,$(SolutionDir)source\blender\decrypt"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\encrypt\mtdll/BLO_encrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\encrypt\mtdll/BLO_encrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\encrypt\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\encrypt\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\encrypt\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\encrypt\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\encrypt\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\encrypt\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\encrypt\mtdll\BLO_encrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\encrypt\mtdll\BLO_encrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\encrypt\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\encrypt\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\encrypt\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\encrypt\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\readstreamglue,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\decrypt" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging;$(SolutionDir)source\blender\writestreamglue;$(SolutionDir)source\blender\encrypt;$(SolutionDir)source\blender\readstreamglue;$(SolutionDir)lib\windows\openssl\include;$(SolutionDir)lib\windows\zlib\include;$(SolutionDir)intern\keymaker;$(SolutionDir)source\blender\decrypt"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\encrypt\debug/BLO_encrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\encrypt\debug/BLO_encrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\encrypt\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\encrypt\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\encrypt\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\encrypt\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\encrypt\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\encrypt\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\encrypt\debug\BLO_encrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\encrypt\debug\BLO_encrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\encrypt" OutputDirectory="$(SolutionDir)obj\windows\blender\encrypt"
IntermediateDirectory="..\..\..\..\obj\windows\blender\encrypt" IntermediateDirectory="$(SolutionDir)obj\windows\blender\encrypt"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\readstreamglue,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\decrypt" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)intern\keymaker,$(SolutionDir)source\blender\decrypt"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\encrypt/BLO_encrypt.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\encrypt/BLO_encrypt.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\encrypt/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\encrypt\"
ObjectFile="..\..\..\..\obj\windows\blender\encrypt/" ObjectFile="$(SolutionDir)obj\windows\blender\encrypt\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\encrypt/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\encrypt\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\encrypt\BLO_encrypt.lib" OutputFile="$(SolutionDir)obj\windows\blender\encrypt\BLO_encrypt.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,7 +197,7 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\encrypt\intern\BLO_encrypt.c"> RelativePath="$(SolutionDir)source\blender\encrypt\intern\BLO_encrypt.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_inflate" Name="BLO_inflate"
ProjectGUID="{B0FC6B54-D34F-428E-BA21-14609817696E}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\inflate\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\inflate\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\inflate\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\inflate\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\inflate,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging;$(SolutionDir)source\blender\inflate;$(SolutionDir)lib\windows\zlib\include;$(SolutionDir)source\blender\readstreamglue;$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\inflate\debug/BLO_inflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\inflate\debug/BLO_inflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\inflate\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\inflate\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\inflate\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\inflate\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\inflate\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\inflate\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\inflate\debug\BLO_inflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\inflate\debug\BLO_inflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\inflate\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\inflate\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\inflate,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\inflate,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\inflate\mtdll_debug/BLO_inflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug/BLO_inflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\inflate\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\inflate\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\inflate\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\inflate\mtdll_debug\BLO_inflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\inflate\mtdll_debug\BLO_inflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\inflate" OutputDirectory="$(SolutionDir)obj\windows\blender\inflate"
IntermediateDirectory="..\..\..\..\obj\windows\blender\inflate" IntermediateDirectory="$(SolutionDir)obj\windows\blender\inflate"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,16 +112,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\inflate,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\inflate,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\inflate/BLO_inflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\inflate/BLO_inflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\inflate/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\inflate\"
ObjectFile="..\..\..\..\obj\windows\blender\inflate/" ObjectFile="$(SolutionDir)obj\windows\blender\inflate\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\inflate/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\inflate\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\inflate\BLO_inflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\inflate\BLO_inflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\inflate\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\inflate\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\inflate\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\inflate\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\inflate,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\inflate,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\inflate\mtdll/BLO_inflate.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\inflate\mtdll/BLO_inflate.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\inflate\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\inflate\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\inflate\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\inflate\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\inflate\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\inflate\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\inflate\mtdll\BLO_inflate.lib" OutputFile="$(SolutionDir)obj\windows\blender\inflate\mtdll\BLO_inflate.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,14 +197,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\inflate\intern\BLO_inflate.c"> RelativePath="$(SolutionDir)source\blender\inflate\intern\BLO_inflate.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\inflate\BLO_inflate.h"> RelativePath="$(SolutionDir)source\blender\inflate\BLO_inflate.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_readblenfile" Name="BLO_readblenfile"
ProjectGUID="{012F7E1D-82C9-4580-9853-0568CBBEFBD3}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\blenloader\,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\blenloader\,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile\mtdll/BLO_readblenfile.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile\mtdll/BLO_readblenfile.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile\mtdll\BLO_readblenfile.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile\mtdll\BLO_readblenfile.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\readstreamglue\,..\..\..\..\source\blender\blenloader\,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\readstreamglue\;$(SolutionDir)source\blender\blenloader\;$(SolutionDir)source\blender\makesdna;$(SolutionDir)source\blender\blenkernel;$(SolutionDir)source\blender\blenlib;$(SolutionDir)source\kernel\gen_messaging;$(SolutionDir)source\blender\readblenfile\;$(SolutionDir)source\blender\deflate\;$(SolutionDir)source\blender\inflate\;$(SolutionDir)lib\windows\zlib\include;$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile\debug/BLO_readblenfile.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile\debug/BLO_readblenfile.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile\debug\BLO_readblenfile.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile\debug\BLO_readblenfile.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\readstreamglue\,..\..\..\..\source\blender\blenloader\,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\readstreamglue\,$(SolutionDir)source\blender\blenloader\,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug/BLO_readblenfile.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug/BLO_readblenfile.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile\mtdll_debug\BLO_readblenfile.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile\mtdll_debug\BLO_readblenfile.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\blenloader\,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\blenloader\,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile/BLO_readblenfile.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile/BLO_readblenfile.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile\BLO_readblenfile.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile\BLO_readblenfile.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,14 +197,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\readblenfile\intern\BLO_readblenfile.c"> RelativePath="$(SolutionDir)source\blender\readblenfile\intern\BLO_readblenfile.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\readblenfile\BLO_readblenfile.h"> RelativePath="$(SolutionDir)source\blender\readblenfile\BLO_readblenfile.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -13,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -22,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll/BLO_readblenfile_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll/BLO_readblenfile_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -39,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll\BLO_readblenfile_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll\BLO_readblenfile_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug/BLO_readblenfile_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug/BLO_readblenfile_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -84,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile_stub\mtdll_debug\BLO_readblenfile_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\mtdll_debug\BLO_readblenfile_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -103,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -112,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile_stub\debug/BLO_readblenfile_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug/BLO_readblenfile_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile_stub\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile_stub\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile_stub\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -129,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile_stub\debug\BLO_readblenfile_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\debug\BLO_readblenfile_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -148,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub" OutputDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readblenfile_stub" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readblenfile_stub"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -157,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readblenfile\,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readblenfile_stub/BLO_readblenfile_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readblenfile_stub/BLO_readblenfile_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readblenfile_stub/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readblenfile_stub\"
ObjectFile="..\..\..\..\obj\windows\blender\readblenfile_stub/" ObjectFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readblenfile_stub/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readblenfile_stub\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -174,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readblenfile_stub\BLO_readblenfile_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\readblenfile_stub\BLO_readblenfile_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -197,14 +197,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\readblenfile\stub\BLO_readblenfileSTUB.c"> RelativePath="$(SolutionDir)source\blender\readblenfile\stub\BLO_readblenfileSTUB.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\readblenfile\BLO_readblenfile.h"> RelativePath="$(SolutionDir)source\blender\readblenfile\BLO_readblenfile.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_readstreamglue" Name="BLO_readstreamglue"
ProjectGUID="{1FBE0676-6FCB-4D72-8A1E-EB73E2B9D3BF}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readstreamglue" OutputDirectory="$(SolutionDir)obj\windows\blender\readstreamglue"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readstreamglue" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readstreamglue"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\source\blender\readstreamglue\stubs,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender\inflate,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\verify,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\readstreamglue\stubs,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender\inflate,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\verify,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readstreamglue/BLO_readstreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readstreamglue/BLO_readstreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readstreamglue/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readstreamglue\"
ObjectFile="..\..\..\..\obj\windows\blender\readstreamglue/" ObjectFile="$(SolutionDir)obj\windows\blender\readstreamglue\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readstreamglue/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readstreamglue\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readstreamglue\BLO_readstreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\readstreamglue\BLO_readstreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\lib\windows\zlib\include,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\source\blender\readstreamglue\stubs,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender\inflate,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\verify,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\readstreamglue\stubs,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender\inflate,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\verify,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug/BLO_readstreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug/BLO_readstreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readstreamglue\mtdll_debug\BLO_readstreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll_debug\BLO_readstreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readstreamglue\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readstreamglue\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,16 +112,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\source\blender\readstreamglue\stubs,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender\inflate,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\verify,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\readstreamglue\stubs,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender\inflate,$(SolutionDir)source\blender\decrypt,$(SolutionDir)source\blender\verify,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readstreamglue\mtdll/BLO_readstreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll/BLO_readstreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readstreamglue\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\readstreamglue\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readstreamglue\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readstreamglue\mtdll\BLO_readstreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\readstreamglue\mtdll\BLO_readstreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\readstreamglue\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\readstreamglue\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\readstreamglue\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\readstreamglue\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,15 +157,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\lib\windows\zlib\include,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\source\blender\readstreamglue\stubs,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender\inflate,..\..\..\..\source\blender\decrypt,..\..\..\..\source\blender\verify,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging;$(SolutionDir)source\blender\readstreamglue;$(SolutionDir)source\blender\readstreamglue\stubs;$(SolutionDir)lib\windows\zlib\include;$(SolutionDir)source\blender\blenloader;$(SolutionDir)source\blender\inflate;$(SolutionDir)source\blender\decrypt;$(SolutionDir)source\blender\verify;$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\readstreamglue\debug/BLO_readstreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\readstreamglue\debug/BLO_readstreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\readstreamglue\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\readstreamglue\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\readstreamglue\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\readstreamglue\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\readstreamglue\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\readstreamglue\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\readstreamglue\debug\BLO_readstreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\readstreamglue\debug\BLO_readstreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,13 +197,13 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\readstreamglue\intern\BLO_keyStore.c"> RelativePath="$(SolutionDir)source\blender\readstreamglue\intern\BLO_keyStore.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\readstreamglue\intern\BLO_readStreamGlue.c"> RelativePath="$(SolutionDir)source\blender\readstreamglue\intern\BLO_readStreamGlue.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\readstreamglue\intern\BLO_readStreamGlueLoopBack.c"> RelativePath="$(SolutionDir)source\blender\readstreamglue\intern\BLO_readStreamGlueLoopBack.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_sign" Name="BLO_sign"
ProjectGUID="{9A534FAE-E3D0-4B23-983A-AA8CA942C30C}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\sign\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\sign\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\sign\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\sign\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="&quot;$(SolutionDir)source\kernel\gen_messaging&quot;;&quot;$(SolutionDir)lib\windows\zlib\include&quot;;&quot;$(SolutionDir)lib\windows\openssl\include&quot;;&quot;$(SolutionDir)intern\keymaker&quot;;&quot;$(SolutionDir)source\blender\readstreamglue&quot;;&quot;$(SolutionDir)source\blender\sign&quot;;&quot;$(SolutionDir)source\blender\verify&quot;;&quot;$(SolutionDir)source\blender\writestreamglue&quot;"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\sign\debug/BLO_sign.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\sign\debug/BLO_sign.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\sign\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\sign\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\sign\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\sign\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\sign\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\sign\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\sign\debug\BLO_sign.lib" OutputFile="$(SolutionDir)obj\windows\blender\sign\debug\BLO_sign.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\sign\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\sign\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\sign\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\sign\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +67,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)intern\keymaker,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\sign\mtdll/BLO_sign.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\sign\mtdll/BLO_sign.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\sign\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\sign\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\sign\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\sign\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\sign\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\sign\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\sign\mtdll\BLO_sign.lib" OutputFile="$(SolutionDir)obj\windows\blender\sign\mtdll\BLO_sign.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\sign\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\sign\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\sign\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\sign\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)intern\keymaker,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\sign\mtdll_debug/BLO_sign.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\sign\mtdll_debug/BLO_sign.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\sign\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\sign\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\sign\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\sign\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\sign\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\sign\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\sign\mtdll_debug\BLO_sign.lib" OutputFile="$(SolutionDir)obj\windows\blender\sign\mtdll_debug\BLO_sign.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\sign" OutputDirectory="$(SolutionDir)obj\windows\blender\sign"
IntermediateDirectory="..\..\..\..\obj\windows\blender\sign" IntermediateDirectory="$(SolutionDir)obj\windows\blender\sign"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\writestreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)intern\keymaker,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\writestreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\sign/BLO_sign.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\sign/BLO_sign.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\sign/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\sign\"
ObjectFile="..\..\..\..\obj\windows\blender\sign/" ObjectFile="$(SolutionDir)obj\windows\blender\sign\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\sign/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\sign\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\sign\BLO_sign.lib" OutputFile="$(SolutionDir)obj\windows\blender\sign\BLO_sign.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,7 +197,7 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\sign\intern\BLO_sign.c"> RelativePath="$(SolutionDir)source\blender\sign\intern\BLO_sign.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -22,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\BLO_streamglue_stub___Win32_MT_DLL_Release/BLO_streamglue_stub.pch" PrecompiledHeaderFile=".\BLO_streamglue_stub___Win32_MT_DLL_Release/BLO_streamglue_stub.pch"
AssemblerListingLocation=".\BLO_streamglue_stub___Win32_MT_DLL_Release/" AssemblerListingLocation=".\BLO_streamglue_stub___Win32_MT_DLL_Release\"
ObjectFile=".\BLO_streamglue_stub___Win32_MT_DLL_Release/" ObjectFile=".\BLO_streamglue_stub___Win32_MT_DLL_Release\"
ProgramDataBaseFileName=".\BLO_streamglue_stub___Win32_MT_DLL_Release/" ProgramDataBaseFileName=".\BLO_streamglue_stub___Win32_MT_DLL_Release\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -67,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\BLO_streamglue_stub___Win32_MT_DLL_Debug/BLO_streamglue_stub.pch" PrecompiledHeaderFile=".\BLO_streamglue_stub___Win32_MT_DLL_Debug/BLO_streamglue_stub.pch"
AssemblerListingLocation=".\BLO_streamglue_stub___Win32_MT_DLL_Debug/" AssemblerListingLocation=".\BLO_streamglue_stub___Win32_MT_DLL_Debug\"
ObjectFile=".\BLO_streamglue_stub___Win32_MT_DLL_Debug/" ObjectFile=".\BLO_streamglue_stub___Win32_MT_DLL_Debug\"
ProgramDataBaseFileName=".\BLO_streamglue_stub___Win32_MT_DLL_Debug/" ProgramDataBaseFileName=".\BLO_streamglue_stub___Win32_MT_DLL_Debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -103,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\streamglue_stub\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\streamglue_stub\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\streamglue_stub\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\streamglue_stub\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -112,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\streamglue_stub\debug/BLO_streamglue_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\streamglue_stub\debug/BLO_streamglue_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\streamglue_stub\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\streamglue_stub\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\streamglue_stub\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\streamglue_stub\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\streamglue_stub\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\streamglue_stub\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -129,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\streamglue_stub\debug\BLO_streamglue_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\streamglue_stub\debug\BLO_streamglue_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -148,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\streamglue_stub" OutputDirectory="$(SolutionDir)obj\windows\blender\streamglue_stub"
IntermediateDirectory="..\..\..\..\obj\windows\blender\streamglue_stub" IntermediateDirectory="$(SolutionDir)obj\windows\blender\streamglue_stub"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -157,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\streamglue_stub/BLO_streamglue_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\streamglue_stub/BLO_streamglue_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\streamglue_stub/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\streamglue_stub\"
ObjectFile="..\..\..\..\obj\windows\blender\streamglue_stub/" ObjectFile="$(SolutionDir)obj\windows\blender\streamglue_stub\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\streamglue_stub/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\streamglue_stub\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -174,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\streamglue_stub\BLO_streamglue_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\streamglue_stub\BLO_streamglue_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -197,17 +197,17 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\source\blender\streamglue\stub\BLO_streamGlueControlSTUB.c"> RelativePath="$(SolutionDir)source\blender\streamglue\stub\BLO_streamGlueControlSTUB.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\streamglue\stub\BLO_streamGlueSTUB.c"> RelativePath="$(SolutionDir)source\blender\streamglue\stub\BLO_streamGlueSTUB.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\source\blender\streamglue\BLO_streamglue.h"> RelativePath="$(SolutionDir)source\blender\streamglue\BLO_streamglue.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_verify" Name="BLO_verify"
ProjectGUID="{1D97E046-576B-4B6B-BC18-774C5CDCE376}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\verify\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\verify\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\verify\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\verify\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\verify\mtdll_debug/BLO_verify.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\verify\mtdll_debug/BLO_verify.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\verify\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\verify\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\verify\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\verify\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\verify\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\verify\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\verify\mtdll_debug\BLO_verify.lib" OutputFile="$(SolutionDir)obj\windows\blender\verify\mtdll_debug\BLO_verify.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\verify" OutputDirectory="$(SolutionDir)obj\windows\blender\verify"
IntermediateDirectory="..\..\..\..\obj\windows\blender\verify" IntermediateDirectory="$(SolutionDir)obj\windows\blender\verify"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +67,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\verify/BLO_verify.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\verify/BLO_verify.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\verify/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\verify\"
ObjectFile="..\..\..\..\obj\windows\blender\verify/" ObjectFile="$(SolutionDir)obj\windows\blender\verify\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\verify/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\verify\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\verify\BLO_verify.lib" OutputFile="$(SolutionDir)obj\windows\blender\verify\BLO_verify.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\verify\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\verify\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\verify\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\verify\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\verify\debug/BLO_verify.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\verify\debug/BLO_verify.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\verify\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\verify\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\verify\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\verify\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\verify\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\verify\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\verify\debug\BLO_verify.lib" OutputFile="$(SolutionDir)obj\windows\blender\verify\debug\BLO_verify.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\verify\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\verify\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\verify\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\verify\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\openssl\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\openssl\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\verify\mtdll/BLO_verify.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\verify\mtdll/BLO_verify.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\verify\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\verify\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\verify\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\verify\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\verify\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\verify\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\verify\mtdll\BLO_verify.lib" OutputFile="$(SolutionDir)obj\windows\blender\verify\mtdll\BLO_verify.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,7 +197,7 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\verify\intern\BLO_verify.c"> RelativePath="$(SolutionDir)source\blender\verify\intern\BLO_verify.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_writeblenfile" Name="BLO_writeblenfile"
ProjectGUID="{6A6A8035-BBFC-45BD-8F39-6338A84AD2E2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writeblenfile" OutputDirectory="$(SolutionDir)obj\windows\blender\writeblenfile"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writeblenfile" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writeblenfile"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\blender\writestreamglue\,..\..\..\..\source\blender\blenloader\,..\..\..\..\source\blender\readblenfile,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\writestreamglue\,$(SolutionDir)source\blender\blenloader\,$(SolutionDir)source\blender\readblenfile,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writeblenfile/BLO_writeblenfile.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writeblenfile/BLO_writeblenfile.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writeblenfile/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writeblenfile\"
ObjectFile="..\..\..\..\obj\windows\blender\writeblenfile/" ObjectFile="$(SolutionDir)obj\windows\blender\writeblenfile\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writeblenfile/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writeblenfile\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writeblenfile\BLO_writeblenfile.lib" OutputFile="$(SolutionDir)obj\windows\blender\writeblenfile\BLO_writeblenfile.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writeblenfile\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\writeblenfile\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writeblenfile\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writeblenfile\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\blenloader\,..\..\..\..\source\blender\readblenfile,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\blenloader\,$(SolutionDir)source\blender\readblenfile,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writeblenfile\debug/BLO_writeblenfile.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writeblenfile\debug/BLO_writeblenfile.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writeblenfile\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writeblenfile\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\writeblenfile\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\writeblenfile\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writeblenfile\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writeblenfile\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writeblenfile\debug\BLO_writeblenfile.lib" OutputFile="$(SolutionDir)obj\windows\blender\writeblenfile\debug\BLO_writeblenfile.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -106,14 +107,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\writeblenfile\intern\BLO_writeblenfile.c"> RelativePath="$(SolutionDir)source\blender\writeblenfile\intern\BLO_writeblenfile.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\writeblenfile\BLO_writeblenfile.h"> RelativePath="$(SolutionDir)source\blender\writeblenfile\BLO_writeblenfile.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_writestreamglue" Name="BLO_writestreamglue"
ProjectGUID="{F27934C5-4574-4782-92DB-59C4ADA1C884}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug/BLO_writestreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug/BLO_writestreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue\mtdll_debug\BLO_writestreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll_debug\BLO_writestreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +67,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue/BLO_writestreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue/BLO_writestreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue\BLO_writestreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue\BLO_writestreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue\debug/BLO_writestreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue\debug/BLO_writestreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue\debug\BLO_writestreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue\debug\BLO_writestreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue\mtdll/BLO_writestreamglue.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll/BLO_writestreamglue.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue\mtdll\BLO_writestreamglue.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue\mtdll\BLO_writestreamglue.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,29 +197,29 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\intern\BLO_dumpFromMemory.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\intern\BLO_dumpFromMemory.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\intern\BLO_getPubKey.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\intern\BLO_getPubKey.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\intern\BLO_streamGlueControl.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\intern\BLO_streamGlueControl.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\intern\BLO_writeStreamGlue.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\intern\BLO_writeStreamGlue.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\BLO_getPubKey.h"> RelativePath="$(SolutionDir)source\blender\writestreamglue\BLO_getPubKey.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\BLO_writeStreamErrors.h"> RelativePath="$(SolutionDir)source\blender\writestreamglue\BLO_writeStreamErrors.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\BLO_writeStreamGlue.h"> RelativePath="$(SolutionDir)source\blender\writestreamglue\BLO_writeStreamGlue.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLO_writestreamglue_stub" Name="BLO_writestreamglue_stub"
ProjectGUID="{B92DF135-41E6-488A-8535-36D56FC351B8}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll/BLO_writestreamglue_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll/BLO_writestreamglue_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll\BLO_writestreamglue_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll\BLO_writestreamglue_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\debug/BLO_writestreamglue_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\debug/BLO_writestreamglue_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue_stub\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue_stub\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue_stub\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue_stub\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -83,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\debug\BLO_writestreamglue_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\debug\BLO_writestreamglue_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -102,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -111,15 +112,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug/BLO_writestreamglue_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug/BLO_writestreamglue_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -128,7 +129,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\mtdll_debug\BLO_writestreamglue_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\mtdll_debug\BLO_writestreamglue_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -147,8 +148,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub" OutputDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub"
IntermediateDirectory="..\..\..\..\obj\windows\blender\writestreamglue_stub" IntermediateDirectory="$(SolutionDir)obj\windows\blender\writestreamglue_stub"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -156,16 +157,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\kernel\gen_messaging,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\deflate,..\..\..\..\source\blender\encrypt,..\..\..\..\source\blender\sign,..\..\..\..\source\blender\writeblenfile,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\deflate,$(SolutionDir)source\blender\encrypt,$(SolutionDir)source\blender\sign,$(SolutionDir)source\blender\writeblenfile,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\writestreamglue_stub/BLO_writestreamglue_stub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub/BLO_writestreamglue_stub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\writestreamglue_stub/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\writestreamglue_stub\"
ObjectFile="..\..\..\..\obj\windows\blender\writestreamglue_stub/" ObjectFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\writestreamglue_stub/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\writestreamglue_stub\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\writestreamglue_stub\BLO_writestreamglue_stub.lib" OutputFile="$(SolutionDir)obj\windows\blender\writestreamglue_stub\BLO_writestreamglue_stub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,16 +197,16 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\stub\BLO_getPubKeySTUB.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\stub\BLO_getPubKeySTUB.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\stub\BLO_keyStoreSTUB.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\stub\BLO_keyStoreSTUB.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\stub\BLO_streamGlueControlSTUB.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\stub\BLO_streamGlueControlSTUB.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\writestreamglue\stub\BLO_writeStreamGlueSTUB.c"> RelativePath="$(SolutionDir)source\blender\writestreamglue\stub\BLO_writeStreamGlueSTUB.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -0,0 +1,113 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="FTF_ttfont"
ProjectGUID="{EF46B87F-806E-4D17-9897-8FDA1F6DCEC7}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)obj\windows\intern\ftf_ttfont\debug"
IntermediateDirectory="$(SolutionDir)obj\windows\intern\ftf_ttfont\debug"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(SolutionDir)lib\windows\gettext\include&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\ftfont&quot;;&quot;$(SolutionDir)source\blender\ftfont\intern&quot;;&quot;$(SolutionDir)lib\windows\ftgl\include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;INTERNATIONAL"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(SolutionDir)lib\windows\ftfont\lib\debug\FTF_ttfont.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)obj\windows\ftfont"
IntermediateDirectory="$(SolutionDir)obj\windows\ftfont"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="&quot;$(SolutionDir)lib\windows\gettext\include&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\ftfont&quot;;&quot;$(SolutionDir)source\blender\ftfont\intern&quot;;&quot;$(SolutionDir)lib\windows\ftgl\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WIN32;INTERNATIONAL;WCHAR_T16"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(SolutionDir)\lib\windows\ftfont\lib\FTF_ttfont.lib"
AdditionalLibraryDirectories=""/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="$(SolutionDir)source\blender\ftfont\intern\FTF_Api.cpp">
</File>
<File
RelativePath="$(SolutionDir)source\blender\ftfont\intern\FTF_TTFont.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<File
RelativePath="$(SolutionDir)source\blender\ftfont\FTF_Settings.h">
</File>
<File
RelativePath="$(SolutionDir)source\blender\ftfont\intern\FTF_TTFont.h">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -12,8 +12,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\avi\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\avi\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\avi\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\avi\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +21,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\include,$(SolutionDir)lib\windows\jpeg\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN" PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\avi\mtdll_debug/BL_avi.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\avi\mtdll_debug/BL_avi.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\avi\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\avi\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\avi\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\avi\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\avi\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\avi\mtdll_debug\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +38,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\avi\mtdll_debug\BL_avi.lib" OutputFile="$(SolutionDir)obj\windows\blender\avi\mtdll_debug\BL_avi.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +57,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\avi\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\avi\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\avi\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\avi\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +66,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc;$(SolutionDir)source\blender\blenlib;$(SolutionDir)source\blender\avi;$(SolutionDir)source\blender\include;$(SolutionDir)lib\windows\jpeg\include;$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN" PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\avi\debug/BL_avi.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\avi\debug/BL_avi.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\avi\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\avi\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\avi\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\avi\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\avi\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\avi\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -84,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\avi\debug\BL_avi.lib" OutputFile="$(SolutionDir)lib\windows\blender\avi\debug\BL_avi.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -103,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\avi" OutputDirectory="$(SolutionDir)obj\windows\blender\avi"
IntermediateDirectory="..\..\..\..\obj\windows\blender\avi" IntermediateDirectory="$(SolutionDir)obj\windows\blender\avi"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -112,17 +112,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\include,$(SolutionDir)lib\windows\jpeg\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\avi/BL_avi.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\avi/BL_avi.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\avi/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\avi\"
ObjectFile="..\..\..\..\obj\windows\blender\avi/" ObjectFile="$(SolutionDir)obj\windows\blender\avi\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\avi/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\avi\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -130,7 +130,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\avi\BL_avi.lib" OutputFile="$(SolutionDir)lib\windows\blender\avi\BL_avi.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -149,8 +149,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\avi\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\avi\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\avi\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\avi\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -158,24 +158,24 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\include,$(SolutionDir)lib\windows\jpeg\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\avi\mtdll/BL_avi.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\avi\mtdll/BL_avi.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\avi\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\avi\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\avi\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\avi\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\avi\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\avi\mtdll\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\avi\mtdll\BL_avi.lib" OutputFile="$(SolutionDir)obj\windows\blender\avi\mtdll\BL_avi.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -198,50 +198,47 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\avi.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\avi.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\avirgb.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\avirgb.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\codecs.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\codecs.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\endian.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\endian.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\mjpeg.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\mjpeg.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\options.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\options.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\rgb32.c"> RelativePath="$(SolutionDir)source\blender\avi\intern\rgb32.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\avi\AVI_avi.h"> RelativePath="$(SolutionDir)source\blender\avi\AVI_avi.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\avi_intern.h"> RelativePath="$(SolutionDir)source\blender\avi\intern\avi_intern.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\avirgb.h"> RelativePath="$(SolutionDir)source\blender\avi\intern\avirgb.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\endian.h"> RelativePath="$(SolutionDir)source\blender\avi\intern\endian.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\avi\intern\jmf.h"> RelativePath="$(SolutionDir)source\blender\avi\intern\mjpeg.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\avi\intern\mjpeg.h"> RelativePath="$(SolutionDir)source\blender\avi\intern\rgb32.h">
</File>
<File
RelativePath="..\..\..\..\source\blender\avi\intern\rgb32.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -12,8 +12,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\obj\windows\blender" OutputDirectory="$(SolutionDir)obj\windows\blender"
IntermediateDirectory="..\..\..\obj\windows\blender" IntermediateDirectory="$(SolutionDir)obj\windows\blender"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +21,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\source\blender\misc,..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\kernel\gen_messaging,..\..\..\source\blender\include,..\..\..\source\blender,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenkernel,..\..\..\source\blender\blenloader,..\..\..\source\blender\bpython\include,..\..\..\source\blender\render\extern\include,..\..\..\source\blender\radiosity\extern\include,..\..\..\source\kernel\gen_system,..\..\..\source\blender\renderconverter\,..\..\source\blender\renderui\" AdditionalIncludeDirectories="&quot;$(SolutionDir)source\blender\misc&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\kernel\gen_messaging&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\radiosity\extern\include&quot;;&quot;$(SolutionDir)source\kernel\gen_system&quot;;&quot;$(SolutionDir)source\blender\renderconverter\&quot;;&quot;$(SolutionDir)source\blender\renderui\&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)lib\windows\ftgl\include&quot;"
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;WITH_QUICKTIME;INTERNATIONAL"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\obj\windows\blender/blender.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender/blender.pch"
AssemblerListingLocation="..\..\..\obj\windows\blender/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\"
ObjectFile="..\..\..\obj\windows\blender/" ObjectFile="$(SolutionDir)obj\windows\blender\"
ProgramDataBaseFileName="..\..\..\obj\windows\blender/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -39,17 +39,17 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="odelib.lib openal_static.lib libguardedalloc.a libbsp.a libbmfont.a libghost.a libstring.a ws2_32.lib dxguid.lib opengl32.lib libjpeg.a glu32.lib vfw32.lib libdecimation.a libblenkey.a libeay32.lib libiksolver.a libpng.a libz.a libmoto.a" AdditionalDependencies="odelib.lib openal_static.lib libguardedalloc.lib libbsp.lib libbmfont.lib libghost.lib libstring.lib ws2_32.lib dxguid.lib opengl32.lib libjpeg.a glu32.lib vfw32.lib blenderqt.lib libdecimation.lib libblenkey.lib libeay32.lib libiksolver.lib libpng.a libz.a libmoto.lib BPY_python.lib BPY_frozen.lib freetype2ST.lib ftgl_static_ST.lib FTF_ttfont.lib gnu_gettext.lib qtmlClient.lib"
OutputFile="..\..\..\obj\windows\blender.exe" OutputFile="$(SolutionDir)obj\windows\blender.exe"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\lib\windows\ode\lib,..\..\..\..\lib\windows\bsp\lib,..\..\..\..\lib\windows\moto\lib,..\..\..\..\lib\windows\bmfont\lib,..\..\..\..\lib\windows\ghost\lib,..\..\..\lib\windows\python\frozen,..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\..\lib\windows\string\lib,..\..\..\..\lib\windows\python\lib,..\..\..\..\lib\windows\iksolver\lib,..\..\..\..\lib\windows\decimation\lib,..\..\..\..\lib\windows\openal\lib,..\..\..\..\lib\windows\jpeg\lib,..\..\..\..\lib\windows\blenkey\lib,..\..\..\..\lib\windows\openssl\lib,..\..\..\..\lib\windows\zlib\lib\,..\..\..\..\lib\windows\png\lib\" AdditionalLibraryDirectories="&quot;$(SolutionDir)lib\windows\ode\lib&quot;;&quot;$(SolutionDir)lib\windows\bsp\lib&quot;;&quot;$(SolutionDir)lib\windows\moto\lib&quot;;&quot;$(SolutionDir)lib\windows\bmfont\lib&quot;;&quot;$(SolutionDir)lib\windows\ghost\lib&quot;;&quot;$(SolutionDir)lib\windows\python\frozen&quot;;&quot;$(SolutionDir)lib\windows\guardedalloc\lib&quot;;&quot;$(SolutionDir)lib\windows\string\lib&quot;;&quot;$(SolutionDir)lib\windows\python\lib&quot;;&quot;$(SolutionDir)lib\windows\iksolver\lib&quot;;&quot;$(SolutionDir)lib\windows\decimation\lib&quot;;&quot;$(SolutionDir)lib\windows\openal\lib&quot;;&quot;$(SolutionDir)lib\windows\jpeg\lib&quot;;&quot;$(SolutionDir)lib\windows\blenkey\lib&quot;;&quot;$(SolutionDir)lib\windows\openssl\lib&quot;;&quot;$(SolutionDir)lib\windows\zlib\lib\&quot;;&quot;$(SolutionDir)lib\windows\png\lib\&quot;;&quot;$(SolutionDir)lib\windows\bpython&quot;;&quot;$(SolutionDir)lib\windows\freetype\lib&quot;;&quot;$(SolutionDir)lib\windows\quicktime\lib&quot;;&quot;$(SolutionDir)lib\windows\ftfont\lib&quot;;&quot;$(SolutionDir)lib\windows\ftgl\lib&quot;;&quot;$(SolutionDir)lib\windows\gettext\lib&quot;;&quot;$(SolutionDir)lib\windows\blenderqt\lib&quot;"
IgnoreDefaultLibraryNames="msvcprt.lib,glut32.lib,libcd.lib,libc.lib,libcpd.lib,libcp.lib,libcmtd.lib" IgnoreDefaultLibraryNames="msvcprt.lib,glut32.lib,libcd.lib,libc.lib,libcpd.lib,libcp.lib,libcmtd.lib"
ProgramDatabaseFile="..\..\..\obj\windows\blender/blender.pdb" ProgramDatabaseFile="$(SolutionDir)obj\windows\blender/blender.pdb"
SubSystem="1"/> SubSystem="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
TypeLibraryName="..\..\..\obj\windows\blender/blender.tlb"/> TypeLibraryName="$(SolutionDir)obj\windows\blender/blender.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
@@ -67,8 +67,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\obj\windows\blender\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\debug"
IntermediateDirectory="..\..\..\obj\windows\blender\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\debug"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -76,15 +76,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\source\blender\misc,..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\kernel\gen_messaging,..\..\..\source\blender\include,..\..\..\source\blender,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenkernel,..\..\..\source\blender\blenloader,..\..\..\source\blender\bpython\include,..\..\..\source\blender\render\extern\include,..\..\..\source\blender\radiosity\extern\include,..\..\..\source\kernel\gen_system,..\..\..\source\blender\renderconverter\,..\..\source\blender\renderui\" AdditionalIncludeDirectories="&quot;$(SolutionDir)source\blender\misc&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\kernel\gen_messaging&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\radiosity\extern\include&quot;;&quot;$(SolutionDir)source\kernel\gen_system&quot;;&quot;$(SolutionDir)source\blender\renderconverter\&quot;;&quot;$(SolutionDir)source\blender\renderui\&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)lib\windows\ftgl\include&quot;"
PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE" PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;WITH_QUICKTIME;INTERNATIONAL"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\obj\windows\blender\debug/blender.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\debug/blender.pch"
AssemblerListingLocation="..\..\..\obj\windows\blender\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\debug\"
ObjectFile="..\..\..\obj\windows\blender\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\debug\"
ProgramDataBaseFileName="..\..\..\obj\windows\blender\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -94,18 +94,18 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="odelib.lib openal_static.lib libguardedalloc.a libbsp.a libbmfont.a libghost.a libstring.a ws2_32.lib dxguid.lib opengl32.lib libjpeg.a glu32.lib vfw32.lib libdecimation.a libblenkey.a libeay32.lib libiksolver.a libpng.a libz.a libmoto.a" AdditionalDependencies="odelib.lib openal_static.lib libguardedalloc.lib libbsp.lib libbmfont.lib libghost.lib libstring.lib ws2_32.lib dxguid.lib opengl32.lib libjpeg.a glu32.lib vfw32.lib blenderqt.lib libdecimation.lib libblenkey.lib libeay32.lib libiksolver.lib libpng.a libz.a libmoto.lib BPY_python.lib BPY_frozen.lib freetype2ST.lib ftgl_static_ST.lib FTF_ttfont.lib gnu_gettext.lib qtmlClient.lib"
OutputFile="..\..\..\obj\windows\debug\blender.exe" OutputFile="$(SolutionDir)obj\windows\debug\blender.exe"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\lib\windows\ode\lib,..\..\..\..\lib\windows\bsp\lib\debug,..\..\..\..\lib\windows\moto\lib\debug,..\..\..\..\lib\windows\bmfont\lib\debug,..\..\..\..\lib\windows\ghost\lib\debug,..\..\..\lib\windows\python\frozen,..\..\..\..\lib\windows\guardedalloc\lib\debug,..\..\..\..\lib\windows\string\lib\debug,..\..\..\..\lib\windows\python\lib,..\..\..\..\lib\windows\iksolver\lib\debug,..\..\..\..\lib\windows\decimation\lib\debug,..\..\..\..\lib\windows\openal\lib,..\..\..\..\lib\windows\jpeg\lib,..\..\..\..\lib\windows\blenkey\lib\debug,..\..\..\..\lib\windows\openssl\lib,..\..\..\..\lib\windows\zlib\lib\,..\..\..\..\lib\windows\png\lib\" AdditionalLibraryDirectories="&quot;$(SolutionDir)lib\windows\ode\lib&quot;;&quot;$(SolutionDir)lib\windows\bsp\lib\debug&quot;;&quot;$(SolutionDir)lib\windows\moto\lib\debug&quot;;&quot;$(SolutionDir)lib\windows\bmfont\lib\debug&quot;;&quot;$(SolutionDir)lib\windows\ghost\lib\debug&quot;;&quot;$(SolutionDir)lib\windows\bpython\frozen\lib\debug&quot;;&quot;$(SolutionDir)lib\windows\guardedalloc\lib&quot;;&quot;$(SolutionDir)lib\windows\string\lib&quot;;&quot;$(SolutionDir)lib\windows\python\lib&quot;;&quot;$(SolutionDir)lib\windows\iksolver\lib&quot;;&quot;$(SolutionDir)lib\windows\decimation\lib&quot;;&quot;$(SolutionDir)lib\windows\openal\lib&quot;;&quot;$(SolutionDir)lib\windows\jpeg\lib&quot;;&quot;$(SolutionDir)lib\windows\blenkey\lib&quot;;&quot;$(SolutionDir)lib\windows\openssl\lib&quot;;&quot;$(SolutionDir)lib\windows\zlib\lib\&quot;;&quot;$(SolutionDir)lib\windows\png\lib\&quot;;&quot;$(SolutionDir)lib\windows\bpython\debug&quot;;&quot;$(SolutionDir)lib\windows\freetype\lib&quot;;&quot;$(SolutionDir)lib\windows\quicktime\lib&quot;;&quot;$(SolutionDir)lib\windows\ftfont\lib\debug&quot;;&quot;$(SolutionDir)lib\windows\ftgl\lib&quot;;&quot;$(SolutionDir)lib\windows\gettext\lib&quot;;&quot;$(SolutionDir)lib\windows\blenderqt\lib\debug&quot;"
IgnoreDefaultLibraryNames="glut32.lib,libcd.lib,libc.lib,libcpd.lib,libcp.lib,libcmt.lib,libcpmt.lib,msvcprtd.lib" IgnoreDefaultLibraryNames="glut32.lib,libcd.lib,libc.lib,libcpd.lib,libcp.lib,libcmt.lib,libcpmt.lib,msvcprtd.lib"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\..\obj\windows\blender\debug/blender.pdb" ProgramDatabaseFile="$(SolutionDir)obj\windows\blender\debug/blender.pdb"
SubSystem="1"/> SubSystem="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
TypeLibraryName="..\..\..\obj\windows\blender\debug/blender.tlb"/> TypeLibraryName="$(SolutionDir)obj\windows\blender\debug/blender.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"/>
<Tool <Tool
@@ -127,10 +127,10 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\source\creator\creator.c"> RelativePath="$(SolutionDir)source\creator\creator.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\icons\winblender.rc"> RelativePath="$(SolutionDir)source\icons\winblender.rc">
<FileConfiguration <FileConfiguration
Name="Release|Win32"> Name="Release|Win32">
<Tool <Tool
@@ -149,10 +149,10 @@
Name="Resource Files" Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
<File <File
RelativePath="..\..\..\source\icons\winblender.ico"> RelativePath="$(SolutionDir)source\icons\winblender.ico">
</File> </File>
<File <File
RelativePath="..\..\..\source\icons\winblenderfile.ico"> RelativePath="$(SolutionDir)source\icons\winblenderfile.ico">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -0,0 +1,116 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="blenderqt"
ProjectGUID="{13F5D1D0-3E27-4E74-BBD6-E51F0C3E9ECF}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(SolutionDir)source\blender\readstreamglue&quot;;&quot;$(SolutionDir)source\blender\imbuf\intern&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender\avi&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;WITH_QUICKTIME;_WIN32"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(SolutionDir)lib\windows\blenderqt\lib\debug\blenderqt.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)obj\windows\blenderqt\lib"
IntermediateDirectory="$(SolutionDir)obj\windows\blenderqt\lib"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="&quot;$(SolutionDir)source\blender\readstreamglue&quot;;&quot;$(SolutionDir)source\blender\imbuf\intern&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender\avi&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WIN32;WITH_QUICKTIME"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(SolutionDir)lib\windows\blenderqt\lib\blenderqt.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\..\..\..\source\blender\quicktime\apple\quicktime_export.c">
</File>
<File
RelativePath="..\..\..\..\source\blender\quicktime\apple\quicktime_import.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<File
RelativePath="..\..\..\..\source\blender\quicktime\quicktime_export.h">
</File>
<File
RelativePath="..\..\..\..\source\blender\quicktime\quicktime_import.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -12,8 +12,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +21,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\source\blenloader,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\blenlib,..\../../../source/gameengine\SoundSystem\,..\../../../../lib/windows/iksolver/include,..\../../../../lib/windows/bsp/include" AdditionalIncludeDirectories="$(SolutionDir)source\blenloader,$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\kernel\gen_system,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source/gameengine\SoundSystem\,$(SolutionDir)lib/windows/iksolver/include,$(SolutionDir)lib/windows/bsp/include"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug/BKE_blenkernel.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug/BKE_blenkernel.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +38,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenkernel\mtdll_debug\BKE_blenkernel.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenkernel\mtdll_debug\BKE_blenkernel.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +57,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenkernel\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\blenkernel\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenkernel\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenkernel\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +66,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\../../../../lib/windows/bsp/include,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\blenlib,..\../../../source/gameengine\SoundSystem\,..\../../../../lib/windows/iksolver/include" AdditionalIncludeDirectories="$(SolutionDir)lib/windows/bsp/include;$(SolutionDir)intern\guardedalloc;$(SolutionDir)source\blender\renderconverter;$(SolutionDir)source\blender\render\extern\include;$(SolutionDir)source\blender\avi;$(SolutionDir)source\blender\imbuf;$(SolutionDir)source\kernel\gen_system;$(SolutionDir)source\blender\blenloader;$(SolutionDir)source\blender;$(SolutionDir)source\blender\include;$(SolutionDir)source\blender\blenkernel;$(SolutionDir)source\blender\makesdna;$(SolutionDir)source\blender\bpython\include;$(SolutionDir)source\blender\blenlib;$(SolutionDir)source/gameengine\SoundSystem\;$(SolutionDir)intern/iksolver/extern"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB,WITH_FREETYPE2"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenkernel\debug/BKE_blenkernel.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenkernel\debug/BKE_blenkernel.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenkernel\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenkernel\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\blenkernel\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\blenkernel\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenkernel\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenkernel\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -84,7 +84,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenkernel\debug\BKE_blenkernel.lib" OutputFile="$(SolutionDir)lib\windows\blender\blenkernel\debug\BKE_blenkernel.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -103,8 +103,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenkernel" OutputDirectory="$(SolutionDir)obj\windows\blender\blenkernel"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenkernel" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenkernel"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -112,17 +112,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\../../../../lib/windows/bsp/include,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\blenlib,..\../../../source/gameengine\SoundSystem\,..\../../../../lib/windows/iksolver/include" AdditionalIncludeDirectories="&quot;$(SolutionDir)inter\bsp\extern&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\renderconverter&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\avi&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\kernel\gen_system&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source/gameengine\SoundSystem\&quot;;&quot;$(SolutionDir)intern\iksolver\extern&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,WITH_FREETYPE2"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenkernel/BKE_blenkernel.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenkernel/BKE_blenkernel.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenkernel/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenkernel\"
ObjectFile="..\..\..\..\obj\windows\blender\blenkernel/" ObjectFile="$(SolutionDir)obj\windows\blender\blenkernel\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenkernel/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenkernel\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -130,7 +130,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenkernel\BKE_blenkernel.lib" OutputFile="$(SolutionDir)lib\windows\blender\blenkernel\BKE_blenkernel.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -149,8 +149,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenkernel\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\blenkernel\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenkernel\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenkernel\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -158,24 +158,24 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\gameengine\soundsystem,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\source\gameengine\soundsystem\snd_blenderwavecache,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\blenlib,..\../../../source/gameengine\SoundSystem\,..\../../../../lib/windows/iksolver/include,..\../../../../lib/windows/bsp/include" AdditionalIncludeDirectories="$(SolutionDir)source\gameengine\soundsystem,$(SolutionDir)source\gameengine\soundsystem\snd_openal,$(SolutionDir)source\gameengine\soundsystem\snd_blenderwavecache,$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\kernel\gen_system,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\blenlib,$(SolutionDir)../../../source/gameengine\SoundSystem\,$(SolutionDir)../../../../lib/windows/iksolver/include,$(SolutionDir)../../../../lib/windows/bsp/include"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenkernel\mtdll/BKE_blenkernel.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenkernel\mtdll/BKE_blenkernel.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenkernel\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenkernel\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\blenkernel\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\blenkernel\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenkernel\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenkernel\mtdll\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenkernel\mtdll\BKE_blenkernel.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenkernel\mtdll\BKE_blenkernel.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -198,407 +198,407 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\action.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\action.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\anim.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\anim.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\armature.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\armature.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\blender.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\blender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\bmfont.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\bmfont.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\constraint.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\constraint.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\curve.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\curve.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\deform.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\deform.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\displist.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\displist.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\effect.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\effect.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\exotic.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\exotic.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\font.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\font.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\group.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\group.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\ika.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\ika.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\image.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\image.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\ipo.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\ipo.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\key.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\key.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\lattice.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\lattice.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\library.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\library.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\material.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\material.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\mball.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\mball.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\mesh.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\mesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\nla.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\nla.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\object.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\object.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\packedFile.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\packedFile.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\property.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\property.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\sca.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\sca.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\scene.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\scene.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\screen.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\screen.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\sound.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\sound.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\subsurf.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\subsurf.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\text.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\text.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\texture.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\texture.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\world.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\world.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\intern\writeavi.c"> RelativePath="$(SolutionDir)source\blender\blenkernel\intern\writeavi.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_ID.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_ID.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_action.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_action.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_actuator_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_actuator_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_anim.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_anim.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_armature.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_armature.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_armature_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_armature_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_avi.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_avi.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_avi_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_avi_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_bad_level_calls.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_bad_level_calls.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_base_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_base_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_bgpic_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_bgpic_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_blender.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_blender.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_blenkernel.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_blenkernel.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_blenkernel_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_blenkernel_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_bmfont.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_bmfont.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_bmfont_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_bmfont_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_booleanops.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_booleanops.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_camera_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_camera_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_cfraElem_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_cfraElem_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_controller_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_controller_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_curve.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_curve.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_curve_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_curve_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_displist.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_displist.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_editmesh.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_editmesh.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_effect.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_effect.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_effect_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_effect_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_endian.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_endian.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_event_codes.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_event_codes.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_exotic.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_exotic.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_fastLamp_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_fastLamp_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_fileglobal_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_fileglobal_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_font.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_font.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_genfile.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_genfile.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_global.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_global.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_group.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_group.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_group_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_group_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_halo_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_halo_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_ika.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_ika.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_ika_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_ika_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_image.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_image.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_image_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_image_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_imbuf_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_imbuf_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_ipo.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_ipo.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_ipo_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_ipo_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_key.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_key.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_key_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_key_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_lamp_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_lamp_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_lampren_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_lampren_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_lattice_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_lattice_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_library.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_library.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_main.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_main.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_materail_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_materail_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_material.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_material.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_material_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_material_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_mball.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_mball.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_mesh.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_mesh.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_mesh_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_mesh_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_meta_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_meta_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_object.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_object.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_object_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_object_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_old_game.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_old_game.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_oops_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_oops_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_osa_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_osa_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_packedFile.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_packedFile.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_plugin_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_plugin_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_property.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_property.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_property_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_property_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_pymain.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_pymain.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_readfile.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_readfile.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_render.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_render.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_sca.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_sca.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_scene.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_scene.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_scene_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_scene_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_screen.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_screen.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_screen_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_screen_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_scriptlink_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_scriptlink_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_sdna_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_sdna_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_sensor_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_sensor_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_sequence_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_sequence_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_sound.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_sound.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_sound_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_sound_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_space_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_space_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_spaceimasel_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_spaceimasel_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_strings.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_strings.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_text.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_text.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_text_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_text_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_texture.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_texture.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_texture_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_texture_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_userdef_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_userdef_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_utildefines.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_utildefines.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_vfont_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_vfont_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_view2d_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_view2d_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_view3d_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_view3d_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_vlakren_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_vlakren_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_wave_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_wave_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenkernel\BKE_world.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_world.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_world_types.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_world_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenkernel\BKE_writefile.h"> RelativePath="$(SolutionDir)source\blender\blenkernel\BKE_writefile.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BLI_blenlib" Name="BLI_blenlib"
ProjectGUID="{4C9DE808-E6B5-4889-986C-2556C93ADD3F}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenlib\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\blenlib\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenlib\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenlib\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,24 +22,24 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenlib\mtdll/BLI_blenlib.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenlib\mtdll/BLI_blenlib.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenlib\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenlib\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\blenlib\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\blenlib\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenlib\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenlib\mtdll\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenlib\mtdll\BLI_blenlib.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenlib\mtdll\BLI_blenlib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenlib\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\blenlib\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenlib\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenlib\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +67,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;;&quot;$(SolutionDir)source\blender\include&quot;"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB,WITH_FREETYPE2"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenlib\debug/BLI_blenlib.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenlib\debug/BLI_blenlib.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenlib\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenlib\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\blenlib\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\blenlib\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenlib\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenlib\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -84,7 +85,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenlib\debug\BLI_blenlib.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenlib\debug\BLI_blenlib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -103,8 +104,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenlib" OutputDirectory="$(SolutionDir)obj\windows\blender\blenlib"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenlib" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenlib"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -112,17 +113,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;;&quot;$(SolutionDir)source\blender\include&quot;"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,WITH_FREETYPE2"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenlib/BLI_blenlib.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenlib/BLI_blenlib.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenlib/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenlib\"
ObjectFile="..\..\..\..\obj\windows\blender\blenlib/" ObjectFile="$(SolutionDir)obj\windows\blender\blenlib\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenlib/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenlib\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -130,7 +131,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenlib\BLI_blenlib.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenlib\BLI_blenlib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -149,8 +150,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -158,16 +159,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug/BLI_blenlib.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug/BLI_blenlib.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="0"/> CompileAs="0"/>
@@ -175,7 +176,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\blenlib\mtdll_debug\BLI_blenlib.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenlib\mtdll_debug\BLI_blenlib.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -198,170 +199,176 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_dynstr.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_dynstr.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_ghash.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_ghash.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_linklist.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_linklist.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_memarena.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_memarena.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\arithb.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\arithb.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\dynlib.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\dynlib.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\fileops.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\fileops.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\gsqueue.c"> RelativePath="..\..\..\..\source\blender\blenlib\intern\freetypefont.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\matrixops.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\gsqueue.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\noise.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\matrixops.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\psfont.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\noise.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\rand.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\psfont.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\rct.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\rand.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\scanfill.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\rct.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\storage.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\scanfill.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\time.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\storage.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\util.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\time.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\vectorops.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\util.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\winstuff.c"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\vectorops.c">
</File>
<File
RelativePath="$(SolutionDir)source\blender\blenlib\intern\winstuff.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_arithb.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_arithb.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_blenlib.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_blenlib.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_callbacks.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_callbacks.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_callbacks.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_callbacks.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_editVert.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_editVert.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_fileops.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_fileops.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_fileops.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_fileops.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_ghash.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_ghash.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_linklist.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_linklist.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_listBase.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_listBase.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_memHead.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_memHead.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_memarena.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_memarena.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_noise.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_noise.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\intern\BLI_objfnt.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_objfnt.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_objfnt.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_objfnt.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_objfnt_types.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_objfnt_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_packedFile_types.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_packedFile_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_psfont.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_psfont.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\intern\BLI_psfont.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_psfont.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_rct.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_rct.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_scanfill.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_scanfill.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_scanfill.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_scanfill.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_storage.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_storage.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_storage.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_storage.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_storage_types.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_storage_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\intern\BLI_util.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_util.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_util.h"> RelativePath="$(SolutionDir)source\blender\blenlib\intern\BLI_util.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\BLI_vec_types.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_vec_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\BLI_winstuff.h"> RelativePath="..\..\..\..\source\blender\blenlib\BLI_vfontdata.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\MTC_matrixops.h"> RelativePath="$(SolutionDir)source\blender\blenlib\BLI_winstuff.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\MTC_vectorops.h"> RelativePath="$(SolutionDir)source\blender\blenlib\MTC_matrixops.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\PIL_dynlib.h"> RelativePath="$(SolutionDir)source\blender\blenlib\MTC_vectorops.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenlib\PIL_time.h"> RelativePath="$(SolutionDir)source\blender\blenlib\PIL_dynlib.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\matrixops.h"> RelativePath="$(SolutionDir)source\blender\blenlib\PIL_time.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\blenlib\vectorops.h"> RelativePath="$(SolutionDir)source\blender\blenlib\matrixops.h">
</File>
<File
RelativePath="$(SolutionDir)source\blender\blenlib\vectorops.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -12,8 +12,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\..\obj\windows\blender\blenpluginapi\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi\debug"
IntermediateDirectory="..\..\..\..\..\obj\windows\blender\blenpluginapi\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +21,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\..\source\blender,..\..\..\..\..\source\blender\blenpluginapi,..\..\..\..\..\source\blender\blenlib,..\..\..\..\..\source\blender\imbuf,..\..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="blender\intern\guardedalloc,$(SolutionDir)source\blender,$(SolutionDir)source\blender\blenpluginapi,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\..\obj\windows\blender\blenpluginapi\debug/blenpluginapi.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenpluginapi\debug/blenpluginapi.pch"
AssemblerListingLocation="..\..\..\..\..\obj\windows\blender\blenpluginapi\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenpluginapi\debug\"
ObjectFile="..\..\..\..\..\obj\windows\blender\blenpluginapi\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\blenpluginapi\debug\"
ProgramDataBaseFileName="..\..\..\..\..\obj\windows\blender\blenpluginapi\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenpluginapi\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -38,7 +38,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\..\obj\windows\blender\debug\blenpluginapi.lib" OutputFile="$(SolutionDir)obj\windows\blender\debug\blenpluginapi.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +57,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\..\obj\windows\blender\blenpluginapi" OutputDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi"
IntermediateDirectory="..\..\..\..\..\obj\windows\blender\blenpluginapi" IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,16 +66,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\..\source\blender,..\..\..\..\..\source\blender\blenpluginapi,..\..\..\..\..\source\blender\blenlib,..\..\..\..\..\source\blender\imbuf,..\..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender,$(SolutionDir)source\blender\blenpluginapi,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\..\obj\windows\blender\blenpluginapi/blenpluginapi.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenpluginapi/blenpluginapi.pch"
AssemblerListingLocation="..\..\..\..\..\obj\windows\blender\blenpluginapi/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenpluginapi\"
ObjectFile="..\..\..\..\..\obj\windows\blender\blenpluginapi/" ObjectFile="$(SolutionDir)obj\windows\blender\blenpluginapi\"
ProgramDataBaseFileName="..\..\..\..\..\obj\windows\blender\blenpluginapi/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenpluginapi\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -83,7 +83,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\..\obj\windows\blender\blenpluginapi.lib" OutputFile="$(SolutionDir)obj\windows\blender\blenpluginapi.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -106,26 +106,26 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\..\source\blender\blenpluginapi\intern\pluginapi.c"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\intern\pluginapi.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\..\source\blender\blenpluginapi\documentation.h"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\documentation.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\blenpluginapi\floatpatch.h"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\floatpatch.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\blenpluginapi\iff.h"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\iff.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\blenpluginapi\plugin.h"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\plugin.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\blenpluginapi\util.h"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\util.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BPY_frozen" Name="BPY_frozen"
ProjectGUID="{418DB447-FA4C-41D8-AB79-ADF1F20DA233}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\..\obj\windows\blender\bpython\frozen" OutputDirectory="$(SolutionDir)obj\windows\blender\bpython\frozen"
IntermediateDirectory="..\..\..\..\..\obj\windows\blender\bpython\frozen" IntermediateDirectory="$(SolutionDir)obj\windows\blender\bpython\frozen"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\..\lib\windows\python\include\python2.2" AdditionalIncludeDirectories="$(SolutionDir)lib\windows\python\include\python2.2"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,FUTURE_PYTHON_API" PreprocessorDefinitions="WIN32,NDEBUG,_LIB,FUTURE_PYTHON_API"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\..\obj\windows\blender\bpython\frozen/BPY_frozen.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\bpython\frozen/BPY_frozen.pch"
AssemblerListingLocation="..\..\..\..\..\obj\windows\blender\bpython\frozen/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\bpython\frozen\"
ObjectFile="..\..\..\..\..\obj\windows\blender\bpython\frozen/" ObjectFile="$(SolutionDir)obj\windows\blender\bpython\frozen\"
ProgramDataBaseFileName="..\..\..\..\..\obj\windows\blender\bpython\frozen/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\bpython\frozen\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\..\obj\windows\blender\bpython\frozen\BPY_frozen.lib" OutputFile="$(SolutionDir)lib\windows\bpython\BPY_frozen.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\bpython\frozen\debug"
IntermediateDirectory="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\bpython\frozen\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\..\lib\windows\python\include\python2.2" AdditionalIncludeDirectories="$(SolutionDir)lib\windows\python\include\python2.2"
PreprocessorDefinitions="WIN32,_LIB,FUTURE_PYTHON_API" PreprocessorDefinitions="WIN32,_LIB,FUTURE_PYTHON_API"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug/BPY_frozen.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\bpython\frozen\debug/BPY_frozen.pch"
AssemblerListingLocation="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\bpython\frozen\debug\"
ObjectFile="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\bpython\frozen\debug\"
ProgramDataBaseFileName="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\bpython\frozen\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -84,7 +85,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\..\obj\windows\blender\bpython\frozen\debug\BPY_frozen.lib" OutputFile="$(SolutionDir)lib\windows\bpython\frozen\lib\debug\BPY_frozen.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -107,154 +108,154 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__BGL.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__BGL.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Camera.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Camera.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Draw.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Draw.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Image.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Image.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Ipo.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Ipo.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Lamp.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Lamp.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Material.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Material.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Mesh.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Mesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__NMesh.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__NMesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Object.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Object.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Scene.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Scene.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Text.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Text.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Types.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Types.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__Window.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__Window.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__shadow.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__shadow.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Blender__sys.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Blender__sys.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Converter.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Converter.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Converter__importer.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Converter__importer.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Converter__importer__VRMLimporter.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Converter__importer__VRMLimporter.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_Converter__importloader.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_Converter__importloader.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_TextTools.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_TextTools.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_TextTools__Constants.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_TextTools__Constants.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_TextTools__Constants__Sets.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_TextTools__Constants__Sets.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_TextTools__Constants__TagTables.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_TextTools__Constants__TagTables.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_TextTools__TextTools.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_TextTools__TextTools.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_TextTools__mxTextTools.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_TextTools__mxTextTools.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_beta.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_beta.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_beta__Objects.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_beta__Objects.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_beta__Scenegraph.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_beta__Scenegraph.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_copy.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_copy.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_copy_reg.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_copy_reg.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_gzip.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_gzip.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_repr.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_repr.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_simpleparse.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_simpleparse.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_simpleparse__bootstrap.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_simpleparse__bootstrap.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_simpleparse__generator.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_simpleparse__generator.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_string.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_string.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_types.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_types.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_util.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_util.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_util__quat.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_util__quat.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_util__vect.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_util__vect.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_vrml.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_vrml.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_vrml__basenodes.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_vrml__basenodes.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_vrml__fieldcoercian.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_vrml__fieldcoercian.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_vrml__loader.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_vrml__loader.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_vrml__parser.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_vrml__parser.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\M_vrml__scenegraph.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\M_vrml__scenegraph.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\frozen.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\frozen.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\frozen\frozen_extensions.c"> RelativePath="$(SolutionDir)source\blender\bpython\frozen\frozen_extensions.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BPY_python" Name="BPY_python"
ProjectGUID="{9AA4E95C-6E41-4C0F-81F4-AB181DD4805B}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\..\..\obj\windows\blender\bpython\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\bpython\debug"
IntermediateDirectory="..\..\..\..\..\..\obj\windows\blender\bpython\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\bpython\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\..\..\lib\windows\python\include\python2.2,..\..\..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\..\..\..\lib\windows\bmfont\include,..\..\..\source\blender\renderconverter,..\..\..\..\..\..\source\blender\render\extern\include,..\..\..\..\..\..\source\blender\avi,..\..\..\..\..\..\source\blender\blenloader,..\..\..\..\..\..\source\blender,..\..\..\..\..\..\source\blender\include,..\..\..\..\..\..\source\blender\blenkernel,..\..\..\..\..\..\source\blender\makesdna,..\..\..\..\..\..\source\blender\blenlib,..\..\..\..\..\..\source\blender\bpython\include,..\..\..\..\..\..\source\blender\blenlib\intern" AdditionalIncludeDirectories="$(SolutionDir)lib\windows\python\include\python2.2,$(SolutionDir)intern\guardedalloc,$(SolutionDir)intern\bmfont,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\blenlib\intern"
PreprocessorDefinitions="WIN32,_LIB,FUTURE_PYTHON_API" PreprocessorDefinitions="WIN32,_LIB,FUTURE_PYTHON_API"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\..\..\obj\windows\blender\bpython\debug/BPY_python.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\bpython\debug/BPY_python.pch"
AssemblerListingLocation="..\..\..\..\..\..\obj\windows\blender\bpython\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\bpython\debug\"
ObjectFile="..\..\..\..\..\..\obj\windows\blender\bpython\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\bpython\debug\"
ProgramDataBaseFileName="..\..\..\..\..\..\obj\windows\blender\bpython\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\bpython\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -40,7 +41,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\..\..\obj\windows\blender\bpython\debug\BPY_python.lib" OutputFile="$(SolutionDir)lib\windows\bpython\debug\BPY_python.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +59,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\..\..\obj\windows\blender\bpython" OutputDirectory="$(SolutionDir)obj\windows\blender\bpython"
IntermediateDirectory="..\..\..\..\..\..\obj\windows\blender\bpython" IntermediateDirectory="$(SolutionDir)obj\windows\blender\bpython"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,17 +68,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\..\..\lib\windows\bmfont\include,..\..\..\..\..\..\..\lib\windows\python\include\python2.2,..\..\..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\renderconverter,..\..\..\..\..\..\source\blender\render\extern\include,..\..\..\..\..\..\source\blender\avi,..\..\..\..\..\..\source\blender\blenloader,..\..\..\..\..\..\source\blender,..\..\..\..\..\..\source\blender\include,..\..\..\..\..\..\source\blender\blenkernel,..\..\..\..\..\..\source\blender\makesdna,..\..\..\..\..\..\source\blender\blenlib,..\..\..\..\..\..\source\blender\bpython\include,..\..\..\..\..\..\source\blender\blenlib\intern" AdditionalIncludeDirectories="$(SolutionDir)intern\bmfont,$(SolutionDir)lib\windows\python\include\python2.2,$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\blenlib\intern"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,FUTURE_PYTHON_API" PreprocessorDefinitions="WIN32,NDEBUG,_LIB,FUTURE_PYTHON_API"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\..\..\obj\windows\blender\bpython/BPY_python.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\bpython/BPY_python.pch"
AssemblerListingLocation="..\..\..\..\..\..\obj\windows\blender\bpython/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\bpython\"
ObjectFile="..\..\..\..\..\..\obj\windows\blender\bpython/" ObjectFile="$(SolutionDir)obj\windows\blender\bpython\"
ProgramDataBaseFileName="..\..\..\..\..\..\obj\windows\blender\bpython/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\bpython\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -85,7 +86,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\..\..\obj\windows\blender\bpython\BPY_python.lib" OutputFile="$(SolutionDir)lib\windows\bpython\BPY_python.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -108,122 +109,122 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_constobject.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_constobject.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_image.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_image.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_ipo.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_ipo.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_links.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_links.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_main.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_main.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_object.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_object.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_scene.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_scene.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_text.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_text.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_tools.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_tools.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\b_import.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\b_import.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\b_interface.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\b_interface.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_blender.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_blender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_datablock.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_datablock.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_draw.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_draw.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_matrix.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_matrix.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_nmesh.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_nmesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_vector.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_vector.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_window.c"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_window.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_constobject.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_constobject.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\include\BPY_extern.h"> RelativePath="$(SolutionDir)source\blender\bpython\include\BPY_extern.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_listbase_macro.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_listbase_macro.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_macros.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_macros.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_main.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_main.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_modules.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_modules.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\include\BPY_objtypes.h"> RelativePath="$(SolutionDir)source\blender\bpython\include\BPY_objtypes.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_tools.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_tools.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_types.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\BPY_window.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\BPY_window.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\api.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\api.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\b_import.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\b_import.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\b_interface.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\b_interface.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_datablock.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_datablock.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_nmesh.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_nmesh.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\..\source\blender\bpython\intern\opy_vector.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\opy_vector.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\intern\py_general.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\py_general.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\intern\py_gui.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\py_gui.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\intern\py_object_types.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\py_object_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\..\source\blender\bpython\intern\py_objects.h"> RelativePath="$(SolutionDir)source\blender\bpython\intern\py_objects.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -22,7 +22,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\glut-3.7\include,..\..\..\source\blender\glut-win,..\..\..\..\source\blender\" AdditionalIncludeDirectories="$(SolutionDir)lib\windows\glut-3.7\include,$(SolutionDir)source\blender\glut-win,$(SolutionDir)source\blender\"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="5" RuntimeLibrary="5"
@@ -30,9 +30,9 @@
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\BL_glut___Win32_Profile/BL_glut.pch" PrecompiledHeaderFile=".\BL_glut___Win32_Profile/BL_glut.pch"
AssemblerListingLocation=".\BL_glut___Win32_Profile/" AssemblerListingLocation=".\BL_glut___Win32_Profile\"
ObjectFile=".\BL_glut___Win32_Profile/" ObjectFile=".\BL_glut___Win32_Profile\"
ProgramDataBaseFileName=".\BL_glut___Win32_Profile/" ProgramDataBaseFileName=".\BL_glut___Win32_Profile\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -41,7 +41,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\glut\profile\BL_glut.lib" OutputFile="$(SolutionDir)obj\windows\blender\glut\profile\BL_glut.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -61,7 +61,7 @@
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory=".\Debug" OutputDirectory=".\Debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\glut\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\glut\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -69,16 +69,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\glut-3.7\include,..\..\..\source\blender\glut-win,..\..\..\..\source\blender\" AdditionalIncludeDirectories="$(SolutionDir)lib\windows\glut-3.7\include,$(SolutionDir)source\blender\glut-win,$(SolutionDir)source\blender\"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\glut\debug/BL_glut.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\glut\debug/BL_glut.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\glut\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\glut\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\glut\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\glut\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\glut\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\glut\debug\"
BrowseInformation="1" BrowseInformation="1"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
@@ -88,7 +88,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\glut\debug\BL_glut.lib" OutputFile="$(SolutionDir)obj\windows\blender\glut\debug\BL_glut.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -108,7 +108,7 @@
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory=".\Release" OutputDirectory=".\Release"
IntermediateDirectory="..\..\..\..\obj\windows\blender\glut" IntermediateDirectory="$(SolutionDir)obj\windows\blender\glut"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -116,17 +116,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\blender\,..\..\..\..\lib\windows\glut-3.7\include,..\..\..\source\blender\glut-win" AdditionalIncludeDirectories="$(SolutionDir)source\blender\,$(SolutionDir)lib\windows\glut-3.7\include,$(SolutionDir)source\blender\glut-win"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\glut/BL_glut.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\glut/BL_glut.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\glut/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\glut\"
ObjectFile="..\..\..\..\obj\windows\blender\glut/" ObjectFile="$(SolutionDir)obj\windows\blender\glut\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\glut/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\glut\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -134,7 +134,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\glut\BL_glut.lib" OutputFile="$(SolutionDir)obj\windows\blender\glut\BL_glut.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -157,161 +157,161 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_8x13.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_8x13.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_9x15.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_9x15.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_bitmap.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_bitmap.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_blender.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_blender.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_bwidth.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_bwidth.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_cindex.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_cindex.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_cmap.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_cmap.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_cursor.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_cursor.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_dials.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_dials.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_draw.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_draw.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_dstr.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_dstr.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_event.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_event.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_ext.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_ext.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_fullscrn.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_fullscrn.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_get.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_get.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_hel10.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_hel10.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_hel12.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_hel12.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_hel18.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_hel18.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_helb10.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_helb10.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_helb12.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_helb12.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_helb14.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_helb14.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_helb8.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_helb8.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_init.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_init.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_input.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_input.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_mesa.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_mesa.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_modifier.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_modifier.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_mroman.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_mroman.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_overlay.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_overlay.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_roman.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_roman.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_scr12.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_scr12.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_scr14.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_scr14.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_scr15.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_scr15.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_shapes.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_shapes.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_space.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_space.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_stroke.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_stroke.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_swap.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_swap.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_swidth.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_swidth.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_tablet.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_tablet.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_teapot.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_teapot.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_tr10.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_tr10.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_tr24.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_tr24.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_util.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_util.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_vidresize.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_vidresize.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_warp.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_warp.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_win.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_win.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\glut_winmisc.c"> RelativePath="$(SolutionDir)source\blender\glut-win\glut_winmisc.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\win32_glx.c"> RelativePath="$(SolutionDir)source\blender\glut-win\win32_glx.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\win32_menu.c"> RelativePath="$(SolutionDir)source\blender\glut-win\win32_menu.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\win32_util.c"> RelativePath="$(SolutionDir)source\blender\glut-win\win32_util.c">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\glut-win\win32_x11.c"> RelativePath="$(SolutionDir)source\blender\glut-win\win32_x11.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\source\blender\glut\blenderglut.h"> RelativePath="$(SolutionDir)source\blender\glut\blenderglut.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BL_imbuf" Name="BL_imbuf"
ProjectGUID="{E9C8BA7E-46C9-44D1-992D-8CA33F5C3888}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\imbuf\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\imbuf\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\imbuf\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\imbuf\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\png\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\avi&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)lib\windows\jpeg\include&quot;;&quot;$(SolutionDir)lib\windows\zlib\include&quot;;&quot;$(SolutionDir)lib\windows\png\include&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB,WITH_QUICKTIME"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\imbuf\debug/BL_imbuf.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\imbuf\debug/BL_imbuf.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\imbuf\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\imbuf\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\imbuf\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\imbuf\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\imbuf\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\imbuf\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\imbuf\debug\BL_imbuf.lib" OutputFile="$(SolutionDir)obj\windows\blender\imbuf\debug\BL_imbuf.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\png\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\include,$(SolutionDir)lib\windows\jpeg\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)lib\windows\png\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug/BL_imbuf.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug/BL_imbuf.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="0"/> CompileAs="0"/>
@@ -82,7 +83,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\imbuf\mtdll_debug\BL_imbuf.lib" OutputFile="$(SolutionDir)obj\windows\blender\imbuf\mtdll_debug\BL_imbuf.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -101,8 +102,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\imbuf\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\imbuf\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\imbuf\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\imbuf\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -110,24 +111,24 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\png\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\avi,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\include,$(SolutionDir)lib\windows\jpeg\include,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)lib\windows\png\include,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\imbuf\mtdll/BL_imbuf.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\imbuf\mtdll/BL_imbuf.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\imbuf\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\imbuf\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\imbuf\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\imbuf\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\imbuf\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\imbuf\mtdll\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\imbuf\mtdll\BL_imbuf.lib" OutputFile="$(SolutionDir)obj\windows\blender\imbuf\mtdll\BL_imbuf.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -146,8 +147,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\imbuf" OutputDirectory="$(SolutionDir)obj\windows\blender\imbuf"
IntermediateDirectory="..\..\..\..\obj\windows\blender\imbuf" IntermediateDirectory="$(SolutionDir)obj\windows\blender\imbuf"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -155,17 +156,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\avi,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\include,..\..\..\..\..\lib\windows\jpeg\include,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\..\lib\windows\png\include,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\avi&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)lib\windows\jpeg\include&quot;;&quot;$(SolutionDir)lib\windows\zlib\include&quot;;&quot;$(SolutionDir)lib\windows\png\include&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,WITH_QUICKTIME"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\imbuf/BL_imbuf.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\imbuf/BL_imbuf.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\imbuf/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\imbuf\"
ObjectFile="..\..\..\..\obj\windows\blender\imbuf/" ObjectFile="$(SolutionDir)obj\windows\blender\imbuf\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\imbuf/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\imbuf\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -173,7 +174,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\imbuf\BL_imbuf.lib" OutputFile="$(SolutionDir)obj\windows\blender\imbuf\BL_imbuf.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -196,146 +197,152 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\allocimbuf.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\allocimbuf.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\amiga.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\amiga.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\anim.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\anim.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\antialias.c"> RelativePath="..\..\..\..\source\blender\imbuf\intern\anim5.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\bitplanes.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\antialias.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\bmp_decode.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\bitplanes.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\cmap.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\bmp_decode.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\cspace.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\cmap.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\data.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\cspace.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\dither.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\data.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\divers.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\dither.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\filter.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\divers.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\ham.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\filter.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\hamx.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\ham.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\iff.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\hamx.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\imageprocess.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\iff.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\iris.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\imageprocess.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\jpeg.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\iris.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\png_decode.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\jpeg.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\png_encode.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\png_decode.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\readimage.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\png_encode.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\rectop.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\readimage.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\rotate.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\rectop.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\scaling.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\rotate.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\targa.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\scaling.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\util.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\targa.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\writeimage.c"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\util.c">
</File>
<File
RelativePath="$(SolutionDir)source\blender\imbuf\intern\writeimage.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_allocimbuf.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_allocimbuf.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_amiga.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_amiga.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_bitplanes.h"> RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_anim5.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_bmp.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_bitplanes.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_cmap.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_bmp.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_divers.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_cmap.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_filter.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_divers.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_ham.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_filter.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_hamx.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_ham.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_iff.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_hamx.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\IMB_imbuf.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_iff.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\IMB_imbuf_types.h"> RelativePath="$(SolutionDir)source\blender\imbuf\IMB_imbuf.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_iris.h"> RelativePath="$(SolutionDir)source\blender\imbuf\IMB_imbuf_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_jpeg.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_iris.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_png.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_jpeg.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\IMB_targa.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_png.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\imbuf.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\IMB_targa.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\imbuf_patch.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\imbuf.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\imbuf\intern\matrix.h"> RelativePath="$(SolutionDir)source\blender\imbuf\intern\imbuf_patch.h">
</File>
<File
RelativePath="$(SolutionDir)source\blender\imbuf\intern\matrix.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BL_img" Name="BL_img"
ProjectGUID="{37964135-3262-470F-82E6-1998A6F6AFED}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\img" OutputDirectory="$(SolutionDir)obj\windows\blender\img"
IntermediateDirectory="..\..\..\..\obj\windows\blender\img" IntermediateDirectory="$(SolutionDir)obj\windows\blender\img"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -27,17 +28,17 @@
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\img/BL_img.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\img/BL_img.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\img/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\img\"
ObjectFile="..\..\..\..\obj\windows\blender\img/" ObjectFile="$(SolutionDir)obj\windows\blender\img\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\img/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\img\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\img\BL_img.lib" OutputFile="$(SolutionDir)obj\windows\blender\img\BL_img.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -56,8 +57,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\img\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\img\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\img\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\img\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -69,11 +70,11 @@
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\img\debug/BL_img.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\img\debug/BL_img.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\img\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\img\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\img\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\img\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\img\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\img\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3"/> DebugInformationFormat="3"/>
@@ -81,7 +82,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\img\debug\BL_img.lib" OutputFile="$(SolutionDir)lib\windows\blender\img\debug\BL_img.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -104,25 +105,25 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Api.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Api.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_BrushRGBA32.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_BrushRGBA32.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_CanvasRGBA32.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_CanvasRGBA32.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Line.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Line.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Pixmap.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Pixmap.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_PixmapRGBA32.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_PixmapRGBA32.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Rect.cpp"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Rect.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
@@ -132,38 +133,38 @@
Name="intern" Name="intern"
Filter=""> Filter="">
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_BrushRGBA32.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_BrushRGBA32.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_CanvasRGBA32.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_CanvasRGBA32.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Color.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Color.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Line.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Line.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_MemPtr.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_MemPtr.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Pixmap.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Pixmap.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_PixmapRGBA32.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_PixmapRGBA32.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Rect.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Rect.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\img\intern\IMG_Types.h"> RelativePath="$(SolutionDir)source\blender\img\intern\IMG_Types.h">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="extern" Name="extern"
Filter=""> Filter="">
<File <File
RelativePath="..\..\..\..\source\blender\img\IMG_Api.h"> RelativePath="$(SolutionDir)source\blender\img\IMG_Api.h">
</File> </File>
</Filter> </Filter>
</Filter> </Filter>

View File

@@ -13,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\loader\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\loader\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\loader\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\loader\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -22,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenloader,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readblenfile,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\include;$(SolutionDir)source\blender\blenloader;$(SolutionDir)source\blender\streamglue\;$(SolutionDir)source\blender\readblenfile\;$(SolutionDir)source\blender\writeblenfile\;$(SolutionDir)source\blender\deflate\;$(SolutionDir)source\blender\inflate\;$(SolutionDir)lib\windows\zlib\include;$(SolutionDir)source\blender\readblenfile;$(SolutionDir)source\kernel\gen_messaging;$(SolutionDir)source\blender\readstreamglue;$(SolutionDir)source\blender\writestreamglue;$(SolutionDir)source\blender\blenkernel;$(SolutionDir)source\blender\makesdna;$(SolutionDir)source\blender\render\extern\include;$(SolutionDir)source\blender\blenlib;$(SolutionDir)source\blender\bpython\include"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\loader\debug/BLO_loader.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\loader\debug/BLO_loader.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\loader\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\loader\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\loader\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\loader\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\loader\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\loader\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -40,7 +40,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\loader\debug\BLO_loader.lib" OutputFile="$(SolutionDir)obj\windows\blender\loader\debug\BLO_loader.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -59,8 +59,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\loader\mtdll_debug" OutputDirectory="$(SolutionDir)obj\windows\blender\loader\mtdll_debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\loader\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\loader\mtdll_debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -68,16 +68,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenloader,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readblenfile,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readblenfile,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\loader\mtdll_debug/BLO_loader.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\loader\mtdll_debug/BLO_loader.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\loader\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\loader\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\loader\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\loader\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\loader\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\loader\mtdll_debug\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="0"/> CompileAs="0"/>
@@ -85,7 +85,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\loader\mtdll_debug\BLO_loader.lib" OutputFile="$(SolutionDir)obj\windows\blender\loader\mtdll_debug\BLO_loader.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -104,8 +104,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\loader\mtdll" OutputDirectory="$(SolutionDir)obj\windows\blender\loader\mtdll"
IntermediateDirectory="..\..\..\..\obj\windows\blender\loader\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\loader\mtdll"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -113,24 +113,24 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenloader,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readblenfile,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readblenfile,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\loader\mtdll/BLO_loader.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\loader\mtdll/BLO_loader.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\loader\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\loader\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\loader\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\loader\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\loader\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\loader\mtdll\"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\loader\mtdll\BLO_loader.lib" OutputFile="$(SolutionDir)obj\windows\blender\loader\mtdll\BLO_loader.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -149,8 +149,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\loader" OutputDirectory="$(SolutionDir)obj\windows\blender\loader"
IntermediateDirectory="..\..\..\..\obj\windows\blender\loader" IntermediateDirectory="$(SolutionDir)obj\windows\blender\loader"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -158,17 +158,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\blender\blenloader,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\include,..\..\..\source\blender\streamglue\,..\..\..\..\source\blender\readblenfile\,..\..\..\..\source\blender\writeblenfile\,..\..\..\..\source\blender\deflate\,..\..\..\..\source\blender\inflate\,..\..\..\..\..\lib\windows\zlib\include,..\..\..\..\source\blender\readblenfile,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\readstreamglue,..\..\..\..\source\blender\writestreamglue,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\bpython\include" AdditionalIncludeDirectories="$(SolutionDir)source\blender\blenloader,$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\streamglue\,$(SolutionDir)source\blender\readblenfile\,$(SolutionDir)source\blender\writeblenfile\,$(SolutionDir)source\blender\deflate\,$(SolutionDir)source\blender\inflate\,$(SolutionDir)lib\windows\zlib\include,$(SolutionDir)source\blender\readblenfile,$(SolutionDir)source\kernel\gen_messaging,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\blender\writestreamglue,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\bpython\include"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\loader/BLO_loader.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\loader/BLO_loader.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\loader/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\loader\"
ObjectFile="..\..\..\..\obj\windows\blender\loader/" ObjectFile="$(SolutionDir)obj\windows\blender\loader\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\loader/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\loader\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -176,7 +176,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\loader\BLO_loader.lib" OutputFile="$(SolutionDir)obj\windows\blender\loader\BLO_loader.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -199,29 +199,29 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\intern\genfile.c"> RelativePath="$(SolutionDir)source\blender\blenloader\intern\genfile.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\intern\readblenentry.c"> RelativePath="$(SolutionDir)source\blender\blenloader\intern\readblenentry.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\intern\readfile.c"> RelativePath="$(SolutionDir)source\blender\blenloader\intern\readfile.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\intern\writefile.c"> RelativePath="$(SolutionDir)source\blender\blenloader\intern\writefile.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\BLO_genfile.h"> RelativePath="$(SolutionDir)source\blender\blenloader\BLO_genfile.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\BLO_readfile.h"> RelativePath="$(SolutionDir)source\blender\blenloader\BLO_readfile.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenloader\BLO_soundfile.h"> RelativePath="$(SolutionDir)source\blender\blenloader\BLO_soundfile.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -12,8 +12,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="MT DLL Debug|Win32" Name="MT DLL Debug|Win32"
OutputDirectory="..\..\..\..\source\blender\makesdna\intern" OutputDirectory="$(SolutionDir)source\blender\makesdna\intern"
IntermediateDirectory="..\..\..\..\obj\windows\blender\makesdna\mtdll_debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\makesdna\mtdll_debug"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +21,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender"
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\makesdna\mtdll_debug/DNA_makesdna.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\makesdna\mtdll_debug/DNA_makesdna.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\makesdna\mtdll_debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\makesdna\mtdll_debug\"
ObjectFile="..\..\..\..\obj\windows\blender\makesdna\mtdll_debug/" ObjectFile="$(SolutionDir)obj\windows\blender\makesdna\mtdll_debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\makesdna\mtdll_debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\makesdna\mtdll_debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="4" DebugInformationFormat="4"
@@ -41,19 +41,19 @@
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="libguardedalloc.a" AdditionalDependencies="libguardedalloc.a"
OutputFile="..\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe" OutputFile="$(SolutionDir)source\blender\makesdna\intern/DNA_makesdna.exe"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\lib\windows\guardedalloc\lib" AdditionalLibraryDirectories="$(SolutionDir)lib\windows\guardedalloc\lib"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="DNA_makesdna.pdb" ProgramDatabaseFile="DNA_makesdna.pdb"
SubSystem="1"/> SubSystem="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
TypeLibraryName="..\..\..\..\obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/> TypeLibraryName="$(SolutionDir)obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="CD ..\..\..\source\blender\makesdna\intern\ CommandLine="CD $(SolutionDir)source\blender\makesdna\intern\
DNA_makesdna.exe dna.c DNA_makesdna.exe dna.c
"/> "/>
<Tool <Tool
@@ -71,8 +71,8 @@ DNA_makesdna.exe dna.c
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\source\blender\makesdna\intern" OutputDirectory="$(SolutionDir)source\blender\makesdna\intern"
IntermediateDirectory="..\..\..\..\obj\windows\blender\makesdna" IntermediateDirectory="$(SolutionDir)obj\windows\blender\makesdna"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -80,17 +80,17 @@ DNA_makesdna.exe dna.c
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender"
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\makesdna/DNA_makesdna.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\makesdna/DNA_makesdna.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\makesdna/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\makesdna\release\"
ObjectFile="..\..\..\..\obj\windows\blender\makesdna/" ObjectFile="$(SolutionDir)obj\windows\blender\makesdna\release"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\makesdna/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\makesdna\release"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -99,21 +99,22 @@ DNA_makesdna.exe dna.c
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="libguardedalloc.a BLI_blenlib.lib odbc32.lib odbccp32.lib" AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
OutputFile="..\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe" OutputFile="$(SolutionDir)source\blender\makesdna\intern\release\DNA_makesdna.exe"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\..\obj\windows\blender\blenlib" AdditionalLibraryDirectories="&quot;$(SolutionDir)obj\windows\intern\guardedalloc\release&quot;;&quot;$(SolutionDir)obj\windows\blender\blenlib&quot;"
IgnoreDefaultLibraryNames="libc.lib" IgnoreDefaultLibraryNames="libc.lib"
ProgramDatabaseFile="DNA_makesdna.pdb" ProgramDatabaseFile="DNA_makesdna.pdb"
SubSystem="1"/> SubSystem="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
TypeLibraryName="..\..\..\..\obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/> TypeLibraryName="$(SolutionDir)obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
Description="Building DNA" Description="Building DNA"
CommandLine="CD ..\..\..\..\source\blender\makesdna\intern\ CommandLine="copy $(SolutionDir)source\blender\makesdna\intern\release\DNA_makesdna.exe $(SolutionDir)source\blender\makesdna\intern\DNA_makesdna.exe
CD $(SolutionDir)source\blender\makesdna\intern\
DNA_makesdna.exe dna.c DNA_makesdna.exe dna.c
"/> "/>
<Tool <Tool
@@ -131,8 +132,8 @@ DNA_makesdna.exe dna.c
</Configuration> </Configuration>
<Configuration <Configuration
Name="MT DLL Release|Win32" Name="MT DLL Release|Win32"
OutputDirectory="..\..\..\..\source\blender\makesdna\intern" OutputDirectory="$(SolutionDir)source\blender\makesdna\intern"
IntermediateDirectory="..\..\..\..\obj\windows\blender\makesdna\mtdll" IntermediateDirectory="$(SolutionDir)obj\windows\blender\makesdna\mtdll"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -140,17 +141,17 @@ DNA_makesdna.exe dna.c
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender"
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\makesdna\mtdll/DNA_makesdna.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\makesdna\mtdll/DNA_makesdna.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\makesdna\mtdll/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\makesdna\mtdll\"
ObjectFile="..\..\..\..\obj\windows\blender\makesdna\mtdll/" ObjectFile="$(SolutionDir)obj\windows\blender\makesdna\mtdll\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\makesdna\mtdll/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\makesdna\mtdll\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -160,18 +161,18 @@ DNA_makesdna.exe dna.c
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="libguardedalloc.a" AdditionalDependencies="libguardedalloc.a"
OutputFile="..\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe" OutputFile="$(SolutionDir)source\blender\makesdna\intern/DNA_makesdna.exe"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\..\obj\windows\blender\blenlib" AdditionalLibraryDirectories="$(SolutionDir)lib\windows\guardedalloc\lib,$(SolutionDir)obj\windows\blender\blenlib"
ProgramDatabaseFile="DNA_makesdna.pdb" ProgramDatabaseFile="DNA_makesdna.pdb"
SubSystem="1"/> SubSystem="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
TypeLibraryName="..\..\..\..\obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/> TypeLibraryName="$(SolutionDir)obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="CD ..\..\..\..\source\blender\makesdna\intern\ CommandLine="CD $(SolutionDir)source\blender\makesdna\intern\
DNA_makesdna.exe dna.c DNA_makesdna.exe dna.c
"/> "/>
<Tool <Tool
@@ -189,8 +190,8 @@ DNA_makesdna.exe dna.c
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\source\blender\makesdna\intern" OutputDirectory="$(SolutionDir)source\blender\makesdna\intern"
IntermediateDirectory="..\..\..\..\obj\windows\blender\makesdna\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\makesdna\debug"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -198,16 +199,16 @@ DNA_makesdna.exe dna.c
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender"
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\makesdna\debug/DNA_makesdna.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\makesdna\debug/DNA_makesdna.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\makesdna\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\makesdna\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\makesdna\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\makesdna\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\makesdna\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\makesdna\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -218,21 +219,21 @@ DNA_makesdna.exe dna.c
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="libguardedalloc.a BLI_blenlib.lib odbc32.lib odbccp32.lib" AdditionalDependencies="libguardedalloc.a BLI_blenlib.lib odbc32.lib odbccp32.lib"
OutputFile="..\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe" OutputFile="$(SolutionDir)source\blender\makesdna\intern/DNA_makesdna.exe"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\..\obj\windows\blender\blenlib\debug" AdditionalLibraryDirectories="$(SolutionDir)lib\windows\guardedalloc\lib,$(SolutionDir)obj\windows\blender\blenlib\debug"
IgnoreDefaultLibraryNames="libc.lib" IgnoreDefaultLibraryNames="libc.lib"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="DNA_makesdna.pdb" ProgramDatabaseFile="DNA_makesdna.pdb"
SubSystem="1"/> SubSystem="1"/>
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
TypeLibraryName="..\..\..\..\obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/> TypeLibraryName="$(SolutionDir)obj\windows\blender\makesdna\intern/DNA_makesdna.tlb"/>
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
Description="Building DNA" Description="Building DNA"
CommandLine="CD ..\..\..\..\source\blender\makesdna\intern\ CommandLine="CD $(SolutionDir)source\blender\makesdna\intern\
DNA_makesdna.exe dna.c DNA_makesdna.exe dna.c
"/> "/>
<Tool <Tool
@@ -254,155 +255,155 @@ DNA_makesdna.exe dna.c
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\intern\makesdna.c"> RelativePath="$(SolutionDir)source\blender\makesdna\intern\makesdna.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_ID.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_ID.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_action_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_action_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_actuator_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_actuator_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_armature_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_armature_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\makesdna\DNA_base_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_base_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\makesdna\DNA_bgpic_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_bgpic_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_camera_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_camera_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_controller_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_controller_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_curve_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_curve_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_effect_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_effect_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_fileglobal_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_fileglobal_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_group_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_group_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_ika_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_ika_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_image_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_image_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_ipo_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_ipo_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_key_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_key_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_lamp_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_lamp_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_lattice_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_lattice_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_listBase.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_listBase.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_material_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_material_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\makesdna\DNA_memHead.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_memHead.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_mesh_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_mesh_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_meta_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_meta_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_nla_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_nla_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_object_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_object_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\makesdna\DNA_old_game.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_old_game.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_oops_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_oops_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_packedFile_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_packedFile_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_property_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_property_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_radio_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_radio_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_scene_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_scene_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_screen_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_screen_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_scriptlink_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_scriptlink_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_sdna_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_sdna_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_sensor_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_sensor_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_sequence_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_sequence_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_sound_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_sound_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_space_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_space_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\makesdna\DNA_spaceimasel_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_spaceimasel_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_text_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_text_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_texture_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_texture_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_userdef_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_userdef_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_vec_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_vec_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_vfont_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_vfont_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_view2d_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_view2d_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_view3d_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_view3d_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_wave_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_wave_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\DNA_world_types.h"> RelativePath="$(SolutionDir)source\blender\makesdna\DNA_world_types.h">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BRA_radiosity" Name="BRA_radiosity"
ProjectGUID="{54592B50-935C-4E30-9214-05C2B28C89CD}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\radiosity" OutputDirectory="$(SolutionDir)obj\windows\blender\radiosity"
IntermediateDirectory="..\..\..\..\obj\windows\blender\radiosity" IntermediateDirectory="$(SolutionDir)obj\windows\blender\radiosity"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,17 +22,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender,..\..\..\..\source\blender\include,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\radiosity\extern\include,$(SolutionDir)source\blender,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\radiosity/BRA_radiosity.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\radiosity/BRA_radiosity.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\radiosity/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\radiosity\"
ObjectFile="..\..\..\..\obj\windows\blender\radiosity/" ObjectFile="$(SolutionDir)obj\windows\blender\radiosity\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\radiosity/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\radiosity\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -39,7 +40,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\radiosity\BRA_radiosity.lib" OutputFile="$(SolutionDir)obj\windows\blender\radiosity\BRA_radiosity.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +59,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\radiosity\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\radiosity\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\radiosity\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\radiosity\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,16 +68,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender,..\..\..\..\source\blender\include,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\makesdna" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\radiosity\extern\include,$(SolutionDir)source\blender,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\makesdna"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\radiosity\debug/BRA_radiosity.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\radiosity\debug/BRA_radiosity.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\radiosity\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\radiosity\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\radiosity\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\radiosity\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\radiosity\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\radiosity\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -85,7 +86,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\radiosity\debug\BRA_radiosity.lib" OutputFile="$(SolutionDir)obj\windows\blender\radiosity\debug\BRA_radiosity.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -108,32 +109,32 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\intern\source\raddisplay.c"> RelativePath="$(SolutionDir)source\blender\radiosity\intern\source\raddisplay.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\intern\source\radfactors.c"> RelativePath="$(SolutionDir)source\blender\radiosity\intern\source\radfactors.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\intern\source\radio.c"> RelativePath="$(SolutionDir)source\blender\radiosity\intern\source\radio.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\intern\source\radnode.c"> RelativePath="$(SolutionDir)source\blender\radiosity\intern\source\radnode.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\intern\source\radpostprocess.c"> RelativePath="$(SolutionDir)source\blender\radiosity\intern\source\radpostprocess.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\intern\source\radpreprocess.c"> RelativePath="$(SolutionDir)source\blender\radiosity\intern\source\radpreprocess.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\extern\include\radio.h"> RelativePath="$(SolutionDir)source\blender\radiosity\extern\include\radio.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\radiosity\extern\include\radio_types.h"> RelativePath="$(SolutionDir)source\blender\radiosity\extern\include\radio_types.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BRE_render" Name="BRE_render"
ProjectGUID="{BA50970A-5CF1-4575-846A-393139ABB804}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\render" OutputDirectory="$(SolutionDir)obj\windows\blender\render"
IntermediateDirectory="..\..\..\..\obj\windows\blender\render" IntermediateDirectory="$(SolutionDir)obj\windows\blender\render"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,17 +22,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender\include,..\..\..\..\source\blender\misc,..\..\..\..\source\kernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\intern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender" AdditionalIncludeDirectories="&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\kernel\gen_messaging&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender\misc&quot;;&quot;$(SolutionDir)source\kernel&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\radiosity\extern\include&quot;;&quot;$(SolutionDir)source\blender\render\intern\include&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,WITH_QUICKTIME"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\render/BRE_render.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\render/BRE_render.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\render/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\render\"
ObjectFile="..\..\..\..\obj\windows\blender\render/" ObjectFile="$(SolutionDir)obj\windows\blender\render\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\render/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\render\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -39,7 +40,8 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\render\BRE_render.lib" OutputFile="$(SolutionDir)obj\windows\blender\render\BRE_render.lib"
AdditionalLibraryDirectories=""
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +60,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\render\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\render\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\render\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\render\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,16 +69,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\kernel\gen_messaging,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\blender\include,..\..\..\..\source\blender\misc,..\..\..\..\source\kernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\intern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender" AdditionalIncludeDirectories="&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\kernel\gen_messaging&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender\misc&quot;;&quot;$(SolutionDir)source\kernel&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\radiosity\extern\include&quot;;&quot;$(SolutionDir)source\blender\render\intern\include&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB" PreprocessorDefinitions="_DEBUG,WIN32,_LIB,WITH_QUICKTIME"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\render\debug/BRE_render.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\render\debug/BRE_render.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\render\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\render\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\render\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\render\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\render\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\render\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -85,7 +87,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\render\debug\BRE_render.lib" OutputFile="$(SolutionDir)obj\windows\blender\render\debug\BRE_render.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -108,164 +110,164 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\RE_DummyShadowBuffer.cpp"> RelativePath="$(SolutionDir)source\blender\render\intern\source\RE_DummyShadowBuffer.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\RE_basicShadowBuffer.cpp"> RelativePath="$(SolutionDir)source\blender\render\intern\source\RE_basicShadowBuffer.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\RE_callbacks.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\RE_callbacks.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\edgeRender.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\edgeRender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\envmap.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\envmap.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\errorHandler.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\errorHandler.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\gammaCorrectionTables.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\gammaCorrectionTables.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\initrender.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\initrender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\jitter.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\jitter.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\outerRenderLoop.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\outerRenderLoop.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\pixelblending.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\pixelblending.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\pixelshading.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\pixelshading.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\renderHelp.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\renderHelp.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\renderPreAndPost.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\renderPreAndPost.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\rendercore.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\rendercore.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\renderdatabase.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\renderdatabase.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\shadbuf.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\shadbuf.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\shadowBuffer.cpp"> RelativePath="$(SolutionDir)source\blender\render\intern\source\shadowBuffer.cpp">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\vanillaRenderPipe.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\vanillaRenderPipe.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\zbuf.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\zbuf.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\source\zbufferdatastruct.c"> RelativePath="$(SolutionDir)source\blender\render\intern\source\zbufferdatastruct.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\RE_DummyShadowBuffer.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\RE_DummyShadowBuffer.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\RE_ShadowBuffer.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\RE_ShadowBuffer.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\RE_basicShadowBuffer.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\RE_basicShadowBuffer.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\RE_callbacks.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\RE_callbacks.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\renderui\RE_renderui.h"> RelativePath="$(SolutionDir)source\blender\renderui\RE_renderui.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\edgeRender.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\edgeRender.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\envmap.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\envmap.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\errorHandler.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\errorHandler.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\gammaCorrectionTables.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\gammaCorrectionTables.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\initrender.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\initrender.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\jitter.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\jitter.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\old_zbuffer_types.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\old_zbuffer_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\outerRenderLoop.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\outerRenderLoop.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\pixelblending.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\pixelblending.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\pixelblending_types.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\pixelblending_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\pixelshading.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\pixelshading.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\renderHelp.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\renderHelp.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\renderPreAndPost.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\renderPreAndPost.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\rendercore.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\rendercore.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\rendercore_int.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\rendercore_int.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\shadbuf.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\shadbuf.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\shadowBuffer.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\shadowBuffer.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\texture.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\texture.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\vanillaRenderPipe.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\vanillaRenderPipe.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\vanillaRenderPipe_int.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\vanillaRenderPipe_int.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\vanillaRenderPipe_types.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\vanillaRenderPipe_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\zbuf.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\zbuf.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\zbuf_int.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\zbuf_int.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\zbuf_types.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\zbuf_types.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\zbufferdatastruct.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\zbufferdatastruct.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\render\intern\include\zbufferdatastruct_types.h"> RelativePath="$(SolutionDir)source\blender\render\intern\include\zbufferdatastruct_types.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BRE_renderconverter" Name="BRE_renderconverter"
ProjectGUID="{7C0EAF66-4FAE-4AFD-A4B7-301B3E86F8A2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\renderconverter" OutputDirectory="$(SolutionDir)obj\windows\blender\renderconverter"
IntermediateDirectory="..\..\..\..\obj\windows\blender\renderconverter" IntermediateDirectory="$(SolutionDir)obj\windows\blender\renderconverter"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,17 +22,17 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\render\extern\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\render\extern\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB" PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\renderconverter/BRE_renderconverter.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\renderconverter/BRE_renderconverter.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\renderconverter/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\renderconverter\"
ObjectFile="..\..\..\..\obj\windows\blender\renderconverter/" ObjectFile="$(SolutionDir)obj\windows\blender\renderconverter\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\renderconverter/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\renderconverter\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -39,7 +40,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\renderconverter\BRE_renderconverter.lib" OutputFile="$(SolutionDir)obj\windows\blender\renderconverter\BRE_renderconverter.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +59,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\render\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\render\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\render\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\render\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,16 +68,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\include,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\makesdna,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\render\extern\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\render\extern\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\render\debug/BRE_renderconverter.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\render\debug/BRE_renderconverter.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\render\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\render\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\render\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\render\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\render\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\render\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -85,7 +86,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\renderconverter\debug\BRE_renderconverter.lib" OutputFile="$(SolutionDir)obj\windows\blender\renderconverter\debug\BRE_renderconverter.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -108,14 +109,14 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\renderconverter\intern\convertBlenderScene.c"> RelativePath="$(SolutionDir)source\blender\renderconverter\intern\convertBlenderScene.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\renderconverter\RE_renderconverter.h"> RelativePath="$(SolutionDir)source\blender\renderconverter\RE_renderconverter.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BL_src" Name="BL_src"
ProjectGUID="{DDECAF43-CF76-471C-B7A1-12289BBCA182}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\src" OutputDirectory="$(SolutionDir)obj\windows\blender\src"
IntermediateDirectory="..\..\..\..\obj\windows\blender\src" IntermediateDirectory="$(SolutionDir)obj\windows\blender\src"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,16 +22,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\source\blender\img,..\..\..\source\blender\renderui,..\..\..\..\source\gameengine\soundsystem\,..\..\..\..\lib\windows\python\include\python2.0\,..\..\..\..\..\lib\windows\bmfont\include,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender,..\..\..\..\source\blender\makesdna,..\..\..\..\source\gameengine\network,..\..\..\..\..\lib\windows\decimation\include,..\..\..\..\source\blender\blenpluginapi\,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\..\lib\windows\ghost\include,..\..\..\..\..\lib\windows\bsp\include" AdditionalIncludeDirectories="&quot;$(SolutionDir)source\blender\img&quot;;&quot;$(SolutionDir)source\blender\renderui&quot;;&quot;$(SolutionDir)source\gameengine\soundsystem\&quot;;&quot;$(SolutionDir)lib\windows\python\include\python2.0\&quot;;&quot;$(SolutionDir)intern\bmfont&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\renderconverter&quot;;&quot;$(SolutionDir)source\blender\verify&quot;;&quot;$(SolutionDir)source\blender\readstreamglue&quot;;&quot;$(SolutionDir)source\gameengine\soundsystem\snd_openal&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\kernel\gen_system&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\misc&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\radiosity\extern\include&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\gameengine\network&quot;;&quot;$(SolutionDir)intern\decimation\extern&quot;;&quot;$(SolutionDir)source\blender\blenpluginapi\&quot;;&quot;$(SolutionDir)intern\keymaker&quot;;&quot;$(SolutionDir)intern\ghost&quot;;&quot;$(SolutionDir)intern\bsp\extern&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)lib\windows\gettext\include&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;;&quot;$(SolutionDir)lib\windows\ftgl\include&quot;;&quot;$(SolutionDir)source\blender\ftfont&quot;"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_CONSOLE,GAMEBLENDER" PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CONSOLE;WITH_QUICKTIME;INTERNATIONAL"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\src/BL_src.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\src/BL_src.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\src/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\src\"
ObjectFile="..\..\..\..\obj\windows\blender\src/" ObjectFile="$(SolutionDir)obj\windows\blender\src\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\src/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\src\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -38,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\src\BL_src.lib" OutputFile="$(SolutionDir)obj\windows\blender\src\BL_src.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -57,8 +58,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\src\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\src\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\src\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\src\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -66,15 +67,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\source\blender\img,..\..\..\source\blender\renderui,..\..\..\..\source\gameengine\soundsystem\,..\..\..\..\lib\windows\python\include\python2.0\,..\..\..\..\..\lib\windows\bmfont\include,..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender,..\..\..\..\source\blender\makesdna,..\..\..\..\source\gameengine\network,..\..\..\..\..\lib\windows\decimation\include,..\..\..\..\source\blender\blenpluginapi\,..\..\..\..\..\lib\windows\blenkey\include,..\..\..\..\..\lib\windows\ghost\include,..\..\..\..\..\lib\windows\bsp\include" AdditionalIncludeDirectories="&quot;$(SolutionDir)source\blender\img&quot;;&quot;$(SolutionDir)source\blender\renderui&quot;;&quot;$(SolutionDir)source\gameengine\soundsystem\&quot;;&quot;$(SolutionDir)lib\windows\python\include\python2.0\&quot;;&quot;$(SolutionDir)intern\bmfont&quot;;&quot;$(SolutionDir)intern\guardedalloc&quot;;&quot;$(SolutionDir)source\blender\renderconverter&quot;;&quot;$(SolutionDir)source\blender\verify&quot;;&quot;$(SolutionDir)source\blender\readstreamglue&quot;;&quot;$(SolutionDir)source\gameengine\soundsystem\snd_openal&quot;;&quot;$(SolutionDir)source\blender\imbuf&quot;;&quot;$(SolutionDir)source\blender\blenloader&quot;;&quot;$(SolutionDir)source\kernel\gen_system&quot;;&quot;$(SolutionDir)source\blender\blenkernel&quot;;&quot;$(SolutionDir)source\blender\blenlib&quot;;&quot;$(SolutionDir)source\blender\misc&quot;;&quot;$(SolutionDir)source\blender\bpython\include&quot;;&quot;$(SolutionDir)source\blender\radiosity\extern\include&quot;;&quot;$(SolutionDir)source\blender\render\extern\include&quot;;&quot;$(SolutionDir)source\blender\include&quot;;&quot;$(SolutionDir)source\blender&quot;;&quot;$(SolutionDir)source\blender\makesdna&quot;;&quot;$(SolutionDir)source\gameengine\network&quot;;&quot;$(SolutionDir)intern\decimation\extern&quot;;&quot;$(SolutionDir)source\blender\blenpluginapi\&quot;;&quot;$(SolutionDir)intern\keymaker&quot;;&quot;$(SolutionDir)intern\ghost&quot;;&quot;$(SolutionDir)intern\bsp\extern&quot;;&quot;$(SolutionDir)source\blender\quicktime&quot;;&quot;$(SolutionDir)lib\windows\quicktime\include&quot;;&quot;$(SolutionDir)lib\windows\gettext\include&quot;;&quot;$(SolutionDir)lib\windows\freetype\include&quot;;&quot;$(SolutionDir)lib\windows\ftgl\include&quot;;&quot;$(SolutionDir)source\blender\ftfont&quot;"
PreprocessorDefinitions="WIN32,_LIB,_CONSOLE,GAMEBLENDER" PreprocessorDefinitions="WIN32,_LIB,_CONSOLE,WITH_QUICKTIME,INTERNATIONAL"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\src\debug/BL_src.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\src\debug/BL_src.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\src\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\src\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\src\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\src\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\src\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\src\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -84,7 +85,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\src\debug\BL_src.lib" OutputFile="$(SolutionDir)lib\windows\blender\src\debug\BL_src.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -107,260 +108,263 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\src\B.blend.c"> RelativePath="$(SolutionDir)source\blender\src\B.blend.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\Bfont.c"> RelativePath="$(SolutionDir)source\blender\src\Bfont.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\blenderbuttons.c"> RelativePath="$(SolutionDir)source\blender\src\blenderbuttons.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\booleanops.c"> RelativePath="$(SolutionDir)source\blender\src\booleanops.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\booleanops_mesh.c"> RelativePath="$(SolutionDir)source\blender\src\booleanops_mesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\buttons.c"> RelativePath="$(SolutionDir)source\blender\src\buttons.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\cmap.tga.c"> RelativePath="$(SolutionDir)source\blender\src\cmap.tga.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\cmovie.tga.c"> RelativePath="$(SolutionDir)source\blender\src\cmovie.tga.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\makesdna\intern\dna.c"> RelativePath="..\..\..\..\source\blender\makesdna\dna.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawaction.c"> RelativePath="$(SolutionDir)source\blender\src\drawaction.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawimage.c"> RelativePath="$(SolutionDir)source\blender\src\drawimage.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawimasel.c"> RelativePath="$(SolutionDir)source\blender\src\drawimasel.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawipo.c"> RelativePath="$(SolutionDir)source\blender\src\drawipo.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawmesh.c"> RelativePath="$(SolutionDir)source\blender\src\drawmesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawnla.c"> RelativePath="$(SolutionDir)source\blender\src\drawnla.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawobject.c"> RelativePath="$(SolutionDir)source\blender\src\drawobject.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawoops.c"> RelativePath="$(SolutionDir)source\blender\src\drawoops.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawscene.c"> RelativePath="$(SolutionDir)source\blender\src\drawscene.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawseq.c"> RelativePath="$(SolutionDir)source\blender\src\drawseq.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawsound.c"> RelativePath="$(SolutionDir)source\blender\src\drawsound.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawtext.c"> RelativePath="$(SolutionDir)source\blender\src\drawtext.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\drawview.c"> RelativePath="$(SolutionDir)source\blender\src\drawview.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\edit.c"> RelativePath="$(SolutionDir)source\blender\src\edit.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editaction.c"> RelativePath="$(SolutionDir)source\blender\src\editaction.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editarmature.c"> RelativePath="$(SolutionDir)source\blender\src\editarmature.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editconstraint.c"> RelativePath="$(SolutionDir)source\blender\src\editconstraint.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editcurve.c"> RelativePath="$(SolutionDir)source\blender\src\editcurve.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editdeform.c"> RelativePath="$(SolutionDir)source\blender\src\editdeform.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editface.c"> RelativePath="$(SolutionDir)source\blender\src\editface.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editfont.c"> RelativePath="$(SolutionDir)source\blender\src\editfont.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editgroup.c"> RelativePath="$(SolutionDir)source\blender\src\editgroup.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editika.c"> RelativePath="$(SolutionDir)source\blender\src\editika.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editimasel.c"> RelativePath="$(SolutionDir)source\blender\src\editimasel.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editipo.c"> RelativePath="$(SolutionDir)source\blender\src\editipo.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editkey.c"> RelativePath="$(SolutionDir)source\blender\src\editkey.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editlattice.c"> RelativePath="$(SolutionDir)source\blender\src\editlattice.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editmball.c"> RelativePath="$(SolutionDir)source\blender\src\editmball.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editmesh.c"> RelativePath="$(SolutionDir)source\blender\src\editmesh.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editnla.c"> RelativePath="$(SolutionDir)source\blender\src\editnla.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editobject.c"> RelativePath="$(SolutionDir)source\blender\src\editobject.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editoops.c"> RelativePath="$(SolutionDir)source\blender\src\editoops.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editsca.c"> RelativePath="$(SolutionDir)source\blender\src\editsca.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editscreen.c"> RelativePath="$(SolutionDir)source\blender\src\editscreen.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editseq.c"> RelativePath="$(SolutionDir)source\blender\src\editseq.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editsima.c"> RelativePath="$(SolutionDir)source\blender\src\editsima.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editsound.c"> RelativePath="$(SolutionDir)source\blender\src\editsound.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\editview.c"> RelativePath="$(SolutionDir)source\blender\src\editview.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\eventdebug.c"> RelativePath="$(SolutionDir)source\blender\src\eventdebug.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\filesel.c"> RelativePath="$(SolutionDir)source\blender\src\filesel.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\ghostwinlay.c"> RelativePath="$(SolutionDir)source\blender\src\ghostwinlay.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\glutil.c"> RelativePath="$(SolutionDir)source\blender\src\glutil.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\headerbuttons.c"> RelativePath="$(SolutionDir)source\blender\src\headerbuttons.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\imasel.c"> RelativePath="$(SolutionDir)source\blender\src\imasel.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\interface.c"> RelativePath="$(SolutionDir)source\blender\src\interface.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\keyval.c"> RelativePath="$(SolutionDir)source\blender\src\keyval.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\mainqueue.c"> RelativePath="..\..\..\..\source\blender\src\language.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\mywindow.c"> RelativePath="$(SolutionDir)source\blender\src\mainqueue.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\oops.c"> RelativePath="$(SolutionDir)source\blender\src\mywindow.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\playanim.c"> RelativePath="$(SolutionDir)source\blender\src\oops.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\blenpluginapi\intern\pluginapi.c"> RelativePath="$(SolutionDir)source\blender\src\playanim.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\poseobject.c"> RelativePath="$(SolutionDir)source\blender\blenpluginapi\intern\pluginapi.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\previewrender.c"> RelativePath="$(SolutionDir)source\blender\src\poseobject.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\renderwin.c"> RelativePath="$(SolutionDir)source\blender\src\previewrender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\resources.c"> RelativePath="$(SolutionDir)source\blender\src\renderwin.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\scrarea.c"> RelativePath="$(SolutionDir)source\blender\src\resources.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\screendump.c"> RelativePath="$(SolutionDir)source\blender\src\scrarea.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\sequence.c"> RelativePath="$(SolutionDir)source\blender\src\screendump.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\space.c"> RelativePath="$(SolutionDir)source\blender\src\sequence.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\spacetypes.c"> RelativePath="$(SolutionDir)source\blender\src\space.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\splash.jpg.c"> RelativePath="$(SolutionDir)source\blender\src\spacetypes.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\swapbuffers.c"> RelativePath="$(SolutionDir)source\blender\src\splash.jpg.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\toets.c"> RelativePath="$(SolutionDir)source\blender\src\swapbuffers.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\toolbox.c"> RelativePath="$(SolutionDir)source\blender\src\toets.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\usiblender.c"> RelativePath="$(SolutionDir)source\blender\src\toolbox.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\view.c"> RelativePath="$(SolutionDir)source\blender\src\usiblender.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\vpaint.c"> RelativePath="$(SolutionDir)source\blender\src\view.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\writeavicodec.c"> RelativePath="$(SolutionDir)source\blender\src\vpaint.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\writeimage.c"> RelativePath="$(SolutionDir)source\blender\src\writeavicodec.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\writemovie.c"> RelativePath="$(SolutionDir)source\blender\src\writeimage.c">
</File>
<File
RelativePath="$(SolutionDir)source\blender\src\writemovie.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"
Filter="h;hpp;hxx;hm;inl"> Filter="h;hpp;hxx;hm;inl">
<File <File
RelativePath="..\..\..\..\source\blender\include\BIF_previewrender.h"> RelativePath="$(SolutionDir)source\blender\include\BIF_previewrender.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\include\BIF_resources.h"> RelativePath="$(SolutionDir)source\blender\include\BIF_resources.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\include\BIF_spacetypes.h"> RelativePath="$(SolutionDir)source\blender\include\BIF_spacetypes.h">
</File> </File>
<File <File
RelativePath="..\..\..\source\blender\src\sound.h"> RelativePath="$(SolutionDir)source\blender\src\sound.h">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\winlay.h"> RelativePath="$(SolutionDir)source\blender\src\winlay.h">
</File> </File>
</Filter> </Filter>
</Files> </Files>

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BL_src_cre" Name="BL_src_cre"
ProjectGUID="{F5986072-9E1D-4883-8E38-DA0503130BB5}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\src_cre\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\src_cre\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\src_cre\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\src_cre\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\renderui,..\..\..\..\source\gameengine\soundsystem\,..\..\..\..\..\lib\windows\python\include\python2.2\,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender,..\..\..\..\source\blender\makesdna,..\..\..\..\source\gameengine\network,..\..\..\..\..\lib\windows\decimation\include,..\..\..\..\source\blender\blenpluginapi\,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderui,$(SolutionDir)source\gameengine\soundsystem\,$(SolutionDir)lib\windows\python\include\python2.2\,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\gameengine\soundsystem\snd_openal,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\kernel\gen_system,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\radiosity\extern\include,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\gameengine\network,$(SolutionDir)lib\windows\decimation\include,$(SolutionDir)source\blender\blenpluginapi\,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_LIB,_CONSOLE,NAN_GAME,GAME" PreprocessorDefinitions="WIN32,_LIB,_CONSOLE,NAN_GAME,GAME"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\src_cre\debug/BL_src_cre.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\src_cre\debug/BL_src_cre.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\src_cre\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\src_cre\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\src_cre\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\src_cre\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\src_cre\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\src_cre\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -39,7 +40,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\src\debug\BL_src_cre.lib" OutputFile="$(SolutionDir)lib\windows\blender\src\debug\BL_src_cre.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +59,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\src_cre" OutputDirectory="$(SolutionDir)obj\windows\blender\src_cre"
IntermediateDirectory="..\..\..\..\obj\windows\blender\src_cre" IntermediateDirectory="$(SolutionDir)obj\windows\blender\src_cre"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,16 +68,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\renderui,..\..\..\..\source\gameengine\soundsystem\,..\..\..\..\..\lib\windows\python\include\python2.2\,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender,..\..\..\..\source\blender\makesdna,..\..\..\..\source\gameengine\network,..\..\..\..\..\lib\windows\decimation\include,..\..\..\..\source\blender\blenpluginapi\,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderui,$(SolutionDir)source\gameengine\soundsystem\,$(SolutionDir)lib\windows\python\include\python2.2\,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\gameengine\soundsystem\snd_openal,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\kernel\gen_system,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\radiosity\extern\include,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\gameengine\network,$(SolutionDir)lib\windows\decimation\include,$(SolutionDir)source\blender\blenpluginapi\,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_CONSOLE,NAN_GAME,GAME" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_CONSOLE,NAN_GAME,GAME"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\src_cre/BL_src_cre.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\src_cre/BL_src_cre.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\src_cre/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\src_cre\"
ObjectFile="..\..\..\..\obj\windows\blender\src_cre/" ObjectFile="$(SolutionDir)obj\windows\blender\src_cre\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\src_cre/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\src_cre\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -84,7 +85,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\src\BL_src_cre.lib" OutputFile="$(SolutionDir)obj\windows\blender\src\BL_src_cre.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -107,10 +108,10 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\src\cre\license.jpeg.c"> RelativePath="$(SolutionDir)source\blender\src\cre\license.jpeg.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\cre\license_key.c"> RelativePath="$(SolutionDir)source\blender\src\cre\license_key.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter

View File

@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.00"
Name="BL_src_pub" Name="BL_src_pub"
ProjectGUID="{2E4335D8-1FA9-45E7-9A1E-B2F19F28F7F4}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>
@@ -12,8 +13,8 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\src_pub\debug" OutputDirectory="$(SolutionDir)obj\windows\blender\src_pub\debug"
IntermediateDirectory="..\..\..\..\obj\windows\blender\src_pub\debug" IntermediateDirectory="$(SolutionDir)obj\windows\blender\src_pub\debug"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -21,15 +22,15 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\renderui,..\..\..\..\source\gameengine\soundsystem\,..\..\..\..\..\lib\windows\python\include\python2.2\,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender,..\..\..\..\source\blender\makesdna,..\..\..\..\source\gameengine\network,..\..\..\..\..\lib\windows\decimation\include,..\..\..\..\source\blender\blenpluginapi\,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderui,$(SolutionDir)source\gameengine\soundsystem\,$(SolutionDir)lib\windows\python\include\python2.2\,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\gameengine\soundsystem\snd_openal,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\kernel\gen_system,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\radiosity\extern\include,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\gameengine\network,$(SolutionDir)lib\windows\decimation\include,$(SolutionDir)source\blender\blenpluginapi\,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="WIN32,_LIB,_CONSOLE,NAN_GAME,GAME" PreprocessorDefinitions="WIN32,_LIB,_CONSOLE,NAN_GAME,GAME"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\src_pub\debug/BL_src_pub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\src_pub\debug/BL_src_pub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\src_pub\debug/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\src_pub\debug\"
ObjectFile="..\..\..\..\obj\windows\blender\src_pub\debug/" ObjectFile="$(SolutionDir)obj\windows\blender\src_pub\debug\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\src_pub\debug/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\src_pub\debug\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
DebugInformationFormat="3" DebugInformationFormat="3"
@@ -39,7 +40,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\src\debug\BL_src_pub.lib" OutputFile="$(SolutionDir)lib\windows\blender\src\debug\BL_src_pub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -58,8 +59,8 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="..\..\..\..\obj\windows\blender\src_pub" OutputDirectory="$(SolutionDir)obj\windows\blender\src_pub"
IntermediateDirectory="..\..\..\..\obj\windows\blender\src_pub" IntermediateDirectory="$(SolutionDir)obj\windows\blender\src_pub"
ConfigurationType="4" ConfigurationType="4"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -67,16 +68,16 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\renderui,..\..\..\..\source\gameengine\soundsystem\,..\..\..\..\..\lib\windows\python\include\python2.2\,..\..\..\..\source\blender\renderconverter,..\..\..\..\source\blender\verify,..\..\..\..\source\blender\readstreamglue,..\..\..\source\gameengine\soundsystem\snd_openal,..\..\..\..\source\blender\imbuf,..\..\..\..\source\blender\blenloader,..\..\..\..\source\kernel\gen_system,..\..\..\..\source\blender\blenkernel,..\..\..\..\source\blender\blenlib,..\..\..\..\source\blender\misc,..\..\..\..\source\blender\bpython\include,..\..\..\..\source\blender\radiosity\extern\include,..\..\..\..\source\blender\render\extern\include,..\..\..\..\source\blender\include,..\..\..\..\source\blender,..\..\..\..\source\blender\makesdna,..\..\..\..\source\gameengine\network,..\..\..\..\..\lib\windows\decimation\include,..\..\..\..\source\blender\blenpluginapi\,..\..\..\..\..\lib\windows\blenkey\include" AdditionalIncludeDirectories="$(SolutionDir)intern\guardedalloc,$(SolutionDir)source\blender\renderui,$(SolutionDir)source\gameengine\soundsystem\,$(SolutionDir)lib\windows\python\include\python2.2\,$(SolutionDir)source\blender\renderconverter,$(SolutionDir)source\blender\verify,$(SolutionDir)source\blender\readstreamglue,$(SolutionDir)source\gameengine\soundsystem\snd_openal,$(SolutionDir)source\blender\imbuf,$(SolutionDir)source\blender\blenloader,$(SolutionDir)source\kernel\gen_system,$(SolutionDir)source\blender\blenkernel,$(SolutionDir)source\blender\blenlib,$(SolutionDir)source\blender\misc,$(SolutionDir)source\blender\bpython\include,$(SolutionDir)source\blender\radiosity\extern\include,$(SolutionDir)source\blender\render\extern\include,$(SolutionDir)source\blender\include,$(SolutionDir)source\blender,$(SolutionDir)source\blender\makesdna,$(SolutionDir)source\gameengine\network,$(SolutionDir)lib\windows\decimation\include,$(SolutionDir)source\blender\blenpluginapi\,$(SolutionDir)intern\keymaker"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_CONSOLE,NAN_GAME,GAME" PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_CONSOLE,NAN_GAME,GAME"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="0" RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
DefaultCharIsUnsigned="TRUE" DefaultCharIsUnsigned="TRUE"
PrecompiledHeaderFile="..\..\..\..\obj\windows\blender\src_pub/BL_src_pub.pch" PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\src_pub/BL_src_pub.pch"
AssemblerListingLocation="..\..\..\..\obj\windows\blender\src_pub/" AssemblerListingLocation="$(SolutionDir)obj\windows\blender\src_pub\"
ObjectFile="..\..\..\..\obj\windows\blender\src_pub/" ObjectFile="$(SolutionDir)obj\windows\blender\src_pub\"
ProgramDataBaseFileName="..\..\..\..\obj\windows\blender\src_pub/" ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\src_pub\"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
CompileAs="0"/> CompileAs="0"/>
@@ -84,7 +85,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="..\..\..\..\obj\windows\blender\src\BL_src_pub.lib" OutputFile="$(SolutionDir)obj\windows\blender\src\BL_src_pub.lib"
SuppressStartupBanner="TRUE"/> SuppressStartupBanner="TRUE"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
@@ -107,10 +108,10 @@
Name="Source Files" Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File <File
RelativePath="..\..\..\..\source\blender\src\pub\license_key.c"> RelativePath="$(SolutionDir)source\blender\src\pub\license_key.c">
</File> </File>
<File <File
RelativePath="..\..\..\..\source\blender\src\splash.jpg.c"> RelativePath="$(SolutionDir)source\blender\src\splash.jpg.c">
</File> </File>
</Filter> </Filter>
<Filter <Filter