From 4bfb0e30ec1ac6b0188b1abde14af28c9198fff4 Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Mon, 24 Apr 2006 14:33:35 +0000 Subject: *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 --- projectfiles_vc7/blender/blender.vcproj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'projectfiles_vc7') 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 "/>