From 3ef0209f8035c4cf7f9357579bfd293e52080be5 Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Wed, 15 Jan 2003 14:51:23 +0000 Subject: fixed the missing copy of the header file Maarten --- intern/decimation/make/msvc_6_0/decimation.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/decimation') diff --git a/intern/decimation/make/msvc_6_0/decimation.dsp b/intern/decimation/make/msvc_6_0/decimation.dsp index 8c6e228f9ed..6ddaa28647b 100644 --- a/intern/decimation/make/msvc_6_0/decimation.dsp +++ b/intern/decimation/make/msvc_6_0/decimation.dsp @@ -54,7 +54,7 @@ LIB32=link.exe -lib # ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\intern\decimation\libdecimation.lib" # Begin Special Build Tool SOURCE="$(InputPath)" -PostBuild_Cmds=ECHO Copying header files XCOPY /E /Y..\..\extern\*.h ..\..\..\..\lib\windows\decimation\include\ ECHO Copying lib XCOPY /E /Y ..\..\..\..\obj\windows\intern\decimation\*.lib ..\..\..\..\lib\windows\decimation\lib\*.a ECHO Done +PostBuild_Cmds=ECHO Copying header files XCOPY /E /Y ..\..\extern\*.h ..\..\..\..\lib\windows\decimation\include\ ECHO Copying lib XCOPY /E /Y ..\..\..\..\obj\windows\intern\decimation\*.lib ..\..\..\..\lib\windows\decimation\lib\*.a ECHO Done # End Special Build Tool !ELSEIF "$(CFG)" == "decimation - Win32 Debug" -- cgit v1.2.3