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-06-24 11:02:55 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-06-24 11:02:55 +0400
commit36feed26c2ccd791c18a46039808a8b4cb405be8 (patch)
tree5021efca99238326f1b52c4e92da5c7a6c61e341 /projectfiles_vc7
parent8a0cd0bc97c4b33e1d74dbbc51ce8cc40c7ae0d1 (diff)
* updated the msvc 7 projectfile of yafray for the plugin support
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/yafray/BRE_yafray.vcproj16
1 files changed, 14 insertions, 2 deletions
diff --git a/projectfiles_vc7/blender/yafray/BRE_yafray.vcproj b/projectfiles_vc7/blender/yafray/BRE_yafray.vcproj
index 39b7ed56419..38287495890 100644
--- a/projectfiles_vc7/blender/yafray/BRE_yafray.vcproj
+++ b/projectfiles_vc7/blender/yafray/BRE_yafray.vcproj
@@ -22,7 +22,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\python,..\..\..\source\blender\misc,..\..\..\source\blender\renderconverter,..\..\..\source\blender\include,..\..\..\source\blender\blenkernel,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\render\extern\include,..\..\..\source\blender\imbuf"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\python,..\..\..\source\blender\misc,..\..\..\source\blender\renderconverter,..\..\..\source\blender\include,..\..\..\source\blender\blenkernel,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\render\extern\include,..\..\..\source\blender\render\intern\include,..\..\..\source\blender\imbuf"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -68,7 +68,7 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\python,..\..\..\source\blender\misc,..\..\..\source\blender\renderconverter,..\..\..\source\blender\include,..\..\..\source\blender\blenkernel,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\render\extern\include,..\..\..\source\blender\imbuf"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\python,..\..\..\source\blender\misc,..\..\..\source\blender\renderconverter,..\..\..\source\blender\include,..\..\..\source\blender\blenkernel,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\render\extern\include,..\..\..\source\blender\render\intern\include,..\..\..\source\blender\imbuf"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -115,6 +115,12 @@
RelativePath="..\..\..\source\blender\yafray\intern\export_File.cpp">
</File>
<File
+ RelativePath="..\..\..\source\blender\yafray\intern\export_Plugin.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\yafray\intern\yafexternal.cpp">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\yafray\intern\yafray_Render.cpp">
</File>
</Filter>
@@ -128,6 +134,12 @@
RelativePath="..\..\..\source\blender\yafray\intern\export_File.h">
</File>
<File
+ RelativePath="..\..\..\source\blender\yafray\intern\export_Plugin.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\yafray\intern\yafexternal.h">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\yafray\intern\yafray_Render.h">
</File>
</Filter>