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>2005-07-22 10:45:37 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-22 10:45:37 +0400
commit5e34b80e1b2e36a3304802a373a1cebec5b25ba3 (patch)
treeaadb7b879f70d01d7716541d53f626a8baa0ff29 /projectfiles_vc7
parent4060b82567e27a7c473bcfe73c1051713eec9629 (diff)
- add ID.h and correct dna.c locations for my projectiles
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/blendercompactNG.vcproj11
1 files changed, 7 insertions, 4 deletions
diff --git a/projectfiles_vc7/blender/blendercompactNG.vcproj b/projectfiles_vc7/blender/blendercompactNG.vcproj
index c1515f546ba..4eff6662659 100644
--- a/projectfiles_vc7/blender/blendercompactNG.vcproj
+++ b/projectfiles_vc7/blender/blendercompactNG.vcproj
@@ -3388,6 +3388,9 @@
Name="makesdna"
Filter="">
<File
+ RelativePath="..\..\source\blender\makesdna\DNA_ID.h">
+ </File>
+ <File
RelativePath="..\..\source\blender\makesdna\DNA_action_types.h">
</File>
<File
@@ -3532,18 +3535,18 @@
Name="intern"
Filter="">
<File
- RelativePath="..\..\..\build\msvc_7_compact\debug\dna.c">
+ RelativePath="..\..\..\build\msvc_7_compact\release\dna.c">
<FileConfiguration
- Name="Release|Win32"
+ Name="Debug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\build\msvc_7_compact\release\dna.c">
+ RelativePath="..\..\..\build\msvc_7_compact\debug\dna.c">
<FileConfiguration
- Name="Debug|Win32"
+ Name="Release|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCLCompilerTool"/>