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:
authorJoseph Gilbert <ascotan@gmail.com>2006-05-13 18:46:48 +0400
committerJoseph Gilbert <ascotan@gmail.com>2006-05-13 18:46:48 +0400
commit3be8e53c100383067168ecd131da9c678d538582 (patch)
tree90a7d6a39f49a8b36a82b13f74f03127a0415828 /projectfiles_vc7
parentbc124747f78bdc51c5b5d7c236ed44258c2c78d0 (diff)
update to msvc7 projectfiles
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/BPY_python/BPY_python.vcproj6
-rw-r--r--projectfiles_vc7/blender/blender.vcproj6
2 files changed, 8 insertions, 4 deletions
diff --git a/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj b/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
index da668db1c84..e24677efc80 100644
--- a/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
+++ b/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
@@ -141,6 +141,9 @@
RelativePath="..\..\..\source\blender\python\api2_2x\Camera.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Constraint.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\python\api2_2x\Curve.c">
</File>
<File
@@ -323,6 +326,9 @@
RelativePath="..\..\..\source\blender\python\api2_2x\Camera.h">
</File>
<File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Constraint.h">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\python\api2_2x\Curve.h">
</File>
<File
diff --git a/projectfiles_vc7/blender/blender.vcproj b/projectfiles_vc7/blender/blender.vcproj
index 66766f0226e..cb084f3f59b 100644
--- a/projectfiles_vc7/blender/blender.vcproj
+++ b/projectfiles_vc7/blender/blender.vcproj
@@ -67,8 +67,7 @@ XCOPY /Y ..\..\..\lib\windows\tiff\lib\*.dll ..\..\bin
XCOPY /Y ..\..\..\lib\windows\pthreads\lib\pthreadVSE2.dll ..\..\bin
ECHO Copying language folder
ECHO Copying python scripts
-IF NOT EXIST ..\..\bin\.blender\scripts MKDIR ..\..\bin\.blender\scripts
-XCOPY /Y ..\..\release\scripts ..\..\bin\.blender\scripts /E
+IF NOT EXIST ..\..\bin\.blender\scripts MKDIR ..\..\bin\.blender\scripts XCOPY /Y ..\..\release\scripts ..\..\bin\.blender\scripts /E
ECHO Copying manuals/text
XCOPY/Y ..\..\release\text ..\..\bin /E
ECHO Done
@@ -153,8 +152,7 @@ ECHO Copying language folder
IF NOT EXIST ..\..\bin\debug\.blender MKDIR ..\..\bin\debug\.blender
XCOPY /Y ..\..\bin\.blender ..\..\bin\debug\.blender /E
ECHO Copying python scripts
-IF NOT EXIST ..\..\bin\debug\.blender\scripts MKDIR ..\..\bin\debug\.blender\scripts
-XCOPY /Y ..\..\release\scripts ..\..\bin\debug\.blender\scripts /E
+IF NOT EXIST ..\..\bin\debug\.blender\scripts MKDIR ..\..\bin\debug\.blender\scripts XCOPY /Y ..\..\release\scripts ..\..\bin\debug\.blender\scripts /E
ECHO Copying manuals/text
XCOPY/Y ..\..\release\text ..\..\bin\debug /E
ECHO Done