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
path: root/make
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2003-05-20 15:09:40 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2003-05-20 15:09:40 +0400
commitac1b9540e88acf8ee9ffb371a3e25672780efc00 (patch)
tree14e146bd7765235393c7404b862c63076e622e44 /make
parentb2b70137e963087cd29cfe8b777c20380918bee7 (diff)
move it one dir up.
Diffstat (limited to 'make')
-rw-r--r--make/msvc_7_0/blender/blenpluginapi/blenpluginapi.vcproj134
1 files changed, 134 insertions, 0 deletions
diff --git a/make/msvc_7_0/blender/blenpluginapi/blenpluginapi.vcproj b/make/msvc_7_0/blender/blenpluginapi/blenpluginapi.vcproj
new file mode 100644
index 00000000000..ae8f3d366eb
--- /dev/null
+++ b/make/msvc_7_0/blender/blenpluginapi/blenpluginapi.vcproj
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="blenpluginapi"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi\debug"
+ IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ 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,_DEBUG,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenpluginapi\debug/blenpluginapi.pch"
+ AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenpluginapi\debug\"
+ ObjectFile="$(SolutionDir)obj\windows\blender\blenpluginapi\debug\"
+ ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenpluginapi\debug\"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(SolutionDir)obj\windows\blender\debug\blenpluginapi.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="$(SolutionDir)obj\windows\blender\blenpluginapi"
+ IntermediateDirectory="$(SolutionDir)obj\windows\blender\blenpluginapi"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ 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"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile="$(SolutionDir)obj\windows\blender\blenpluginapi/blenpluginapi.pch"
+ AssemblerListingLocation="$(SolutionDir)obj\windows\blender\blenpluginapi\"
+ ObjectFile="$(SolutionDir)obj\windows\blender\blenpluginapi\"
+ ProgramDataBaseFileName="$(SolutionDir)obj\windows\blender\blenpluginapi\"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(SolutionDir)obj\windows\blender\blenpluginapi.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="$(SolutionDir)source\blender\blenpluginapi\intern\pluginapi.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="$(SolutionDir)source\blender\blenpluginapi\documentation.h">
+ </File>
+ <File
+ RelativePath="$(SolutionDir)source\blender\blenpluginapi\floatpatch.h">
+ </File>
+ <File
+ RelativePath="$(SolutionDir)source\blender\blenpluginapi\iff.h">
+ </File>
+ <File
+ RelativePath="$(SolutionDir)source\blender\blenpluginapi\plugin.h">
+ </File>
+ <File
+ RelativePath="$(SolutionDir)source\blender\blenpluginapi\util.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>