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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-04-07 22:17:37 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-04-07 22:17:37 +0400
commit9dea66a835df9b5b93f0c4f5130a6e9b9a8e5197 (patch)
tree7009db5fe5f7b27f6376963e3f84dae750a8ef73 /intern/iksolver/make
parent5c1331f081b40a8082bd304e67cee90e14fd0bb0 (diff)
Major update for Visual Studio .Net project files. Both Release and Debug modes have been sanitised (ie. use .lib instead of .a). This update also makes the structure similar to the msvc6 projectfiles.
The new blender.sln is now found in directory projectfiles_vc7\\blender. Update to the INSTALL file will follow soon.
Diffstat (limited to 'intern/iksolver/make')
-rw-r--r--intern/iksolver/make/msvc_7_0/iksolver.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/iksolver/make/msvc_7_0/iksolver.vcproj b/intern/iksolver/make/msvc_7_0/iksolver.vcproj
index 941bbc23277..bfaade8282b 100644
--- a/intern/iksolver/make/msvc_7_0/iksolver.vcproj
+++ b/intern/iksolver/make/msvc_7_0/iksolver.vcproj
@@ -46,7 +46,7 @@
CommandLine="ECHO Copying header files
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\iksolver\include\
ECHO Copying lib
-XCOPY /Y ..\..\..\..\obj\windows\intern\iksolver\*.lib ..\..\..\..\..\lib\windows\iksolver\lib\*.a
+XCOPY /Y ..\..\..\..\obj\windows\intern\iksolver\*.lib ..\..\..\..\..\lib\windows\iksolver\lib\*.lib
ECHO Done
"/>
<Tool
@@ -96,7 +96,7 @@ ECHO Done
CommandLine="ECHO Copying header files
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\iksolver\include\
ECHO Copying lib
-XCOPY /Y ..\..\..\..\obj\windows\intern\iksolver\debug\*.lib ..\..\..\..\..\lib\windows\iksolver\lib\debug\*.a
+XCOPY /Y ..\..\..\..\obj\windows\intern\iksolver\debug\*.lib ..\..\..\..\..\lib\windows\iksolver\lib\debug\*.lib
ECHO Done
"/>
<Tool