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:
Diffstat (limited to 'intern/moto/make/msvc_7_0/moto.vcproj')
-rw-r--r--intern/moto/make/msvc_7_0/moto.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/moto/make/msvc_7_0/moto.vcproj b/intern/moto/make/msvc_7_0/moto.vcproj
index 99acb064d3e..1ac53ffbe07 100644
--- a/intern/moto/make/msvc_7_0/moto.vcproj
+++ b/intern/moto/make/msvc_7_0/moto.vcproj
@@ -46,7 +46,7 @@
CommandLine="ECHO Copying header files
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\lib\windows\moto\include\
ECHO Copying lib
-XCOPY /Y ..\..\..\..\obj\windows\intern\moto\*.lib ..\..\..\..\..\lib\windows\moto\lib\*.a
+XCOPY /Y ..\..\..\..\obj\windows\intern\moto\*.lib ..\..\..\..\..\lib\windows\moto\lib\*.lib
ECHO Done
"/>
<Tool
@@ -96,7 +96,7 @@ ECHO Done
CommandLine="ECHO Copying header files
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\lib\windows\moto\include\
ECHO Copying lib
-XCOPY /Y ..\..\..\..\obj\windows\intern\moto\debug\*.lib ..\..\..\..\..\lib\windows\moto\lib\debug\*.a
+XCOPY /Y ..\..\..\..\obj\windows\intern\moto\debug\*.lib ..\..\..\..\..\lib\windows\moto\lib\debug\*.lib
ECHO Copying Debug info.
XCOPY /Y ..\..\..\..\obj\windows\intern\moto\debug\vc70.* ..\..\..\..\..\lib\windows\moto\lib\debug\
ECHO Done