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-04-24 18:33:35 +0400
committerJoseph Gilbert <ascotan@gmail.com>2006-04-24 18:33:35 +0400
commit4bfb0e30ec1ac6b0188b1abde14af28c9198fff4 (patch)
tree49533e5865d8fa60913781429cb4d7a851e62f0d /projectfiles_vc7
parenta77ab034d4b87bd58a1b98e7349e8083f702f248 (diff)
*msvc7 projectfiles update*
- post-build steps improved - properly moves all the python scripts into the .blender directory on build - only moves pthreadVSE2.dll from the pthreads libs - moves release text into the build directory
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/blender.vcproj12
1 files changed, 11 insertions, 1 deletions
diff --git a/projectfiles_vc7/blender/blender.vcproj b/projectfiles_vc7/blender/blender.vcproj
index cb2c940a823..cd37325ac96 100644
--- a/projectfiles_vc7/blender/blender.vcproj
+++ b/projectfiles_vc7/blender/blender.vcproj
@@ -66,6 +66,11 @@ XCOPY /Y ..\..\..\lib\windows\sdl\lib\*.dll ..\..\bin
XCOPY /Y ..\..\..\lib\windows\tiff\lib\*.dll ..\..\bin
XCOPY /Y ..\..\..\lib\windows\pthreads\lib\*.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
+ECHO Copying manuals/text
+XCOPY/Y ..\..\release\text ..\..\bin /E
ECHO Done
"/>
<Tool
@@ -143,10 +148,15 @@ XCOPY /Y ..\..\..\lib\windows\sdl\lib\*.dll ..\..\bin\debug
XCOPY /Y ..\..\..\lib\windows\python\lib\python24_d.dll ..\..\bin\debug
XCOPY /Y ..\..\..\lib\windows\CRTL\lib\msvcrtd.dll ..\..\bin\debug
XCOPY /Y ..\..\..\lib\windows\tiff\lib\*.dll ..\..\bin\debug
-XCOPY /Y ..\..\..\lib\windows\pthreads\lib\*.dll ..\..\bin\debug
+XCOPY /Y ..\..\..\lib\windows\pthreads\lib\pthreadVSE2.dll ..\..\bin\debug
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
+ECHO Copying manuals/text
+XCOPY/Y ..\..\release\text ..\..\bin\debug /E
ECHO Done
"/>
<Tool