From 9dea66a835df9b5b93f0c4f5130a6e9b9a8e5197 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 7 Apr 2004 18:17:37 +0000 Subject: 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. --- intern/string/make/msvc_7_0/string.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/string') diff --git a/intern/string/make/msvc_7_0/string.vcproj b/intern/string/make/msvc_7_0/string.vcproj index a9c5766c6e4..adddfa96feb 100644 --- a/intern/string/make/msvc_7_0/string.vcproj +++ b/intern/string/make/msvc_7_0/string.vcproj @@ -47,7 +47,7 @@ CommandLine="ECHO Copying header files XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\string\include\ ECHO Copying lib -XCOPY /Y ..\..\..\..\obj\windows\intern\string\debug\*.lib ..\..\..\..\..\lib\windows\string\lib\debug\*.a +XCOPY /Y ..\..\..\..\obj\windows\intern\string\debug\*.lib ..\..\..\..\..\lib\windows\string\lib\debug\*.lib ECHO Done "/>