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-25 01:34:05 +0400
committerJoseph Gilbert <ascotan@gmail.com>2006-04-25 01:34:05 +0400
commit9e7a0e19875e931220cc459783edcc47f430baeb (patch)
tree015daf29a10974103271dec6ddcd214cd142a926 /projectfiles_vc7
parent26c8d8f98350b272d2696a3191eaf61bd1a5f2aa (diff)
*projectfiles update*
-only 1 dll for pthreads needed in release build
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/blender.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectfiles_vc7/blender/blender.vcproj b/projectfiles_vc7/blender/blender.vcproj
index cd37325ac96..66766f0226e 100644
--- a/projectfiles_vc7/blender/blender.vcproj
+++ b/projectfiles_vc7/blender/blender.vcproj
@@ -64,7 +64,7 @@ XCOPY /Y ..\..\..\lib\windows\python\lib\python24.dll ..\..\bin
XCOPY /Y ..\..\..\lib\windows\gettext\lib\*.dll ..\..\bin
XCOPY /Y ..\..\..\lib\windows\sdl\lib\*.dll ..\..\bin
XCOPY /Y ..\..\..\lib\windows\tiff\lib\*.dll ..\..\bin
-XCOPY /Y ..\..\..\lib\windows\pthreads\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