update to msvc7 projectfiles

This commit is contained in:
Joseph Gilbert 2006-05-13 14:46:48 +00:00
parent bc124747f7
commit 3be8e53c10
4 changed files with 14 additions and 4 deletions

@ -1381,6 +1381,9 @@ ECHO Done
<File
RelativePath="..\..\LinearMath\GEN_random.h">
</File>
<File
RelativePath="..\..\LinearMath\quickprof.h">
</File>
<File
RelativePath="..\..\LinearMath\SimdMatrix3x3.h">
</File>

@ -271,6 +271,9 @@ ECHO Done
<File
RelativePath="..\..\intern\simulation_object.cpp">
</File>
<File
RelativePath="..\..\intern\solver_adap.cpp">
</File>
<File
RelativePath="..\..\intern\solver_init.cpp">
</File>

@ -140,6 +140,9 @@
<File
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>
@ -322,6 +325,9 @@
<File
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>

@ -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