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/makesdna/DNA_makesdna.vcproj
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/makesdna/DNA_makesdna.vcproj')
-rw-r--r--projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj409
1 files changed, 409 insertions, 0 deletions
diff --git a/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj b/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj
new file mode 100644
index 00000000000..50c6da3bb90
--- /dev/null
+++ b/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj
@@ -0,0 +1,409 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="DNA_makesdna"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="MT DLL Debug|Win32"
+ OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
+ PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/DNA_makesdna.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/"
+ ObjectFile=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libguardedalloc.a"
+ OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="DNA_makesdna.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="CD ..\..\..\source\blender\makesdna\intern\
+DNA_makesdna.exe dna.c
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
+ PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna/DNA_makesdna.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna/"
+ ObjectFile=".\..\..\..\obj\windows\blender\makesdna/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\obj\windows\blender\blenlib"
+ IgnoreDefaultLibraryNames="libc.lib"
+ ProgramDatabaseFile="DNA_makesdna.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Building DNA"
+ CommandLine="CD ..\..\..\source\blender\makesdna\intern\
+DNA_makesdna.exe dna.c
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="MT DLL Release|Win32"
+ OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna\mtdll"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
+ PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna\mtdll/DNA_makesdna.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna\mtdll/"
+ ObjectFile=".\..\..\..\obj\windows\blender\makesdna\mtdll/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna\mtdll/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libguardedalloc.a"
+ OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\..\obj\windows\blender\blenlib"
+ ProgramDatabaseFile="DNA_makesdna.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="CD ..\..\..\source\blender\makesdna\intern\
+DNA_makesdna.exe dna.c
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
+ IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna\debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
+ PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna\debug/DNA_makesdna.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna\debug/"
+ ObjectFile=".\..\..\..\obj\windows\blender\makesdna\debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib\debug,..\..\..\obj\windows\blender\blenlib\debug"
+ IgnoreDefaultLibraryNames="libc.lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="DNA_makesdna.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Building DNA"
+ CommandLine="CD ..\..\..\source\blender\makesdna\intern\
+DNA_makesdna.exe dna.c
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\intern\makesdna.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_ID.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_action_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_actuator_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_armature_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_camera_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_constraint_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_controller_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_curve_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_documentation.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_effect_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_fileglobal_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_group_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_ika_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_image_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_ipo_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_key_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_lamp_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_lattice_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_listBase.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_material_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_mesh_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_meta_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_nla_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_object_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_oops_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_packedFile_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_property_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_radio_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_scene_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_screen_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_script_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_scriptlink_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_sdna_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_sensor_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_sequence_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_sound_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_space_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_text_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_texture_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_userdef_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_vec_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_vfont_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_view2d_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_view3d_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_wave_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\makesdna\DNA_world_types.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>