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/decimation/make/msvc_7_0/decimation.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/decimation') diff --git a/intern/decimation/make/msvc_7_0/decimation.vcproj b/intern/decimation/make/msvc_7_0/decimation.vcproj index 0c7ab32441c..11db67b3512 100644 --- a/intern/decimation/make/msvc_7_0/decimation.vcproj +++ b/intern/decimation/make/msvc_7_0/decimation.vcproj @@ -46,7 +46,7 @@ CommandLine="ECHO Copying header files XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\decimation\include\ ECHO Copying lib -XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\*.lib ..\..\..\..\..\lib\windows\decimation\lib\debug\*.a +XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\*.lib ..\..\..\..\..\lib\windows\decimation\lib\debug\*.lib ECHO Copying Debug info. XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\vc70.* ..\..\..\..\..\lib\windows\decimation\lib\debug\ ECHO Done @@ -98,7 +98,7 @@ ECHO Done CommandLine="ECHO Copying header files XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\decimation\include\ ECHO Copying lib -XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\*.lib ..\..\..\..\..\lib\windows\decimation\lib\*.a +XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\*.lib ..\..\..\..\..\lib\windows\decimation\lib\*.lib ECHO Done "/>