Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2004-04-07 22:17:37 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-04-07 22:17:37 +0400
commit9dea66a835df9b5b93f0c4f5130a6e9b9a8e5197 (patch)
tree7009db5fe5f7b27f6376963e3f84dae750a8ef73 /projectfiles_vc7/blender/avi
parent5c1331f081b40a8082bd304e67cee90e14fd0bb0 (diff)
Major update for Visual Studio .Net project files. Both Release and Debug modes have been sanitised (ie. use .lib instead of .a). This update also makes the structure similar to the msvc6 projectfiles.
The new blender.sln is now found in directory projectfiles_vc7\\blender. Update to the INSTALL file will follow soon.
Diffstat (limited to 'projectfiles_vc7/blender/avi')
-rw-r--r--projectfiles_vc7/blender/avi/BL_avi.vcproj247
1 files changed, 247 insertions, 0 deletions
diff --git a/projectfiles_vc7/blender/avi/BL_avi.vcproj b/projectfiles_vc7/blender/avi/BL_avi.vcproj
new file mode 100644
index 00000000000..29807d3593e
--- /dev/null
+++ b/projectfiles_vc7/blender/avi/BL_avi.vcproj
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="BL_avi"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="MT DLL Debug|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\avi\mtdll_debug"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\avi\mtdll_debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\avi,..\..\..\source\blender\include,..\..\..\..\lib\windows\jpeg\include,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\avi\mtdll_debug/BL_avi.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\avi\mtdll_debug/"
+ ObjectFile=".\..\..\..\obj\windows\blender\avi\mtdll_debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\avi\mtdll_debug/"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\avi\mtdll_debug\BL_avi.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\avi\debug"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\avi\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\avi,..\..\..\source\blender\include,..\..\..\..\lib\windows\jpeg\include,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\avi\debug/BL_avi.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\avi\debug/"
+ ObjectFile=".\..\..\..\obj\windows\blender\avi\debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\avi\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\avi\debug\BL_avi.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\avi"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\avi"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\avi,..\..\..\source\blender\include,..\..\..\..\lib\windows\jpeg\include,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\avi/BL_avi.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\avi/"
+ ObjectFile=".\..\..\..\obj\windows\blender\avi/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\avi/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\avi\BL_avi.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="MT DLL Release|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\blender\avi\mtdll"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\avi\mtdll"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\blenlib,..\..\..\source\blender\avi,..\..\..\source\blender\include,..\..\..\..\lib\windows\jpeg\include,..\..\..\source\blender\makesdna"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,DWORDS_LITTLEENDIAN"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\avi\mtdll/BL_avi.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\avi\mtdll/"
+ ObjectFile=".\..\..\..\obj\windows\blender\avi\mtdll/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\avi\mtdll/"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\..\..\..\obj\windows\blender\avi\mtdll\BL_avi.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\avi.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\avirgb.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\codecs.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\endian.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\mjpeg.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\options.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\rgb32.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\source\blender\avi\AVI_avi.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\avi_intern.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\avirgb.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\endian.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\mjpeg.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\avi\intern\rgb32.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>