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:
authorDaniel Dunbar <daniel@zuster.org>2003-03-18 22:38:36 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-18 22:38:36 +0300
commit465229e4d6243e0109117bef072ec8722c845a72 (patch)
tree647efac9dbbe2000a083d2ed1847760f09f2280d /intern/python
parentf06ca3e1968f0c7bd4fac72698c9e8a30397d3e7 (diff)
Rest of the VC7 intern projectfiles.
Diffstat (limited to 'intern/python')
-rw-r--r--intern/python/freeze/python_freeze_7.sln21
-rw-r--r--intern/python/freeze/python_freeze_7.vcproj144
2 files changed, 165 insertions, 0 deletions
diff --git a/intern/python/freeze/python_freeze_7.sln b/intern/python/freeze/python_freeze_7.sln
new file mode 100644
index 00000000000..4850fffdf7b
--- /dev/null
+++ b/intern/python/freeze/python_freeze_7.sln
@@ -0,0 +1,21 @@
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python_freeze", "python_freeze_7.vcproj", "{C56F42B2-2959-47F1-A62F-1867EE7D63EF}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Debug.ActiveCfg = Debug|Win32
+ {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Debug.Build.0 = Debug|Win32
+ {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Release.ActiveCfg = Release|Win32
+ {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/intern/python/freeze/python_freeze_7.vcproj b/intern/python/freeze/python_freeze_7.vcproj
new file mode 100644
index 00000000000..f1e2a6388ee
--- /dev/null
+++ b/intern/python/freeze/python_freeze_7.vcproj
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="python_freeze"
+ ProjectGUID="{C56F42B2-2959-47F1-A62F-1867EE7D63EF}"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\obj\windows\intern\python_freeze"
+ IntermediateDirectory=".\..\..\..\obj\windows\intern\python_freeze"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\intern\python_freeze/python_freeze_7.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\intern\python_freeze/"
+ ObjectFile=".\..\..\..\obj\windows\intern\python_freeze/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\intern\python_freeze/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib"
+ OutputFile=".\..\..\..\obj\windows\intern\python_freeze/python_freeze_7.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ProgramDatabaseFile=".\..\..\..\obj\windows\intern\python_freeze/python_freeze_7.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\obj\windows\intern\python_freeze/python_freeze_7.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Freezing Blender Python"
+ CommandLine="freeze.bat"/>
+ <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=".\..\..\..\obj\windows\intern\python\python_freeze\debug"
+ IntermediateDirectory=".\..\..\..\obj\windows\intern\python\python_freeze\debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\windows\intern\python\python_freeze\debug/python_freeze_7.pch"
+ AssemblerListingLocation=".\..\..\..\obj\windows\intern\python\python_freeze\debug/"
+ ObjectFile=".\..\..\..\obj\windows\intern\python\python_freeze\debug/"
+ ProgramDataBaseFileName=".\..\..\..\obj\windows\intern\python\python_freeze\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib"
+ OutputFile=".\..\..\..\obj\windows\intern\python\python_freeze\debug/python_freeze_7.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\..\..\obj\windows\intern\python\python_freeze\debug/python_freeze_7.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\obj\windows\intern\python\python_freeze\debug/python_freeze_7.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Freezing Blender Python"
+ CommandLine="freeze.bat"/>
+ <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=".\dummy.cpp">
+ </File>
+ <File
+ RelativePath=".\freeze.bat">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>