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
parentbc124747f78bdc51c5b5d7c236ed44258c2c78d0 (diff)
update to msvc7 projectfiles
-rw-r--r--extern/bullet/make/msvc_7_0/Bullet3_vc7.vcproj3
-rw-r--r--intern/elbeem/make/msvc_7_0/elbeem.vcproj3
-rw-r--r--projectfiles_vc7/blender/BPY_python/BPY_python.vcproj6
-rw-r--r--projectfiles_vc7/blender/blender.vcproj6
4 files changed, 14 insertions, 4 deletions
diff --git a/extern/bullet/make/msvc_7_0/Bullet3_vc7.vcproj b/extern/bullet/make/msvc_7_0/Bullet3_vc7.vcproj
index a7782f71d55..7bd6d7bb0c7 100644
--- a/extern/bullet/make/msvc_7_0/Bullet3_vc7.vcproj
+++ b/extern/bullet/make/msvc_7_0/Bullet3_vc7.vcproj
@@ -1382,6 +1382,9 @@ ECHO Done
RelativePath="..\..\LinearMath\GEN_random.h">
</File>
<File
+ RelativePath="..\..\LinearMath\quickprof.h">
+ </File>
+ <File
RelativePath="..\..\LinearMath\SimdMatrix3x3.h">
</File>
<File
diff --git a/intern/elbeem/make/msvc_7_0/elbeem.vcproj b/intern/elbeem/make/msvc_7_0/elbeem.vcproj
index 6bb965b7e97..9de4482e2fd 100644
--- a/intern/elbeem/make/msvc_7_0/elbeem.vcproj
+++ b/intern/elbeem/make/msvc_7_0/elbeem.vcproj
@@ -272,6 +272,9 @@ ECHO Done
RelativePath="..\..\intern\simulation_object.cpp">
</File>
<File
+ RelativePath="..\..\intern\solver_adap.cpp">
+ </File>
+ <File
RelativePath="..\..\intern\solver_init.cpp">
</File>
<File
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