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:
authorMaarten Gribnau <mail@maartengribnau.com>2003-01-15 17:51:23 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2003-01-15 17:51:23 +0300
commit3ef0209f8035c4cf7f9357579bfd293e52080be5 (patch)
tree6c7cb67600ebc10374f55c192d99a60e8be0ccc1 /intern/decimation
parent227a8b7d16f28db340555ed94b2617ac34775e7f (diff)
fixed the missing copy of the header file
Maarten
Diffstat (limited to 'intern/decimation')
-rw-r--r--intern/decimation/make/msvc_6_0/decimation.dsp2
1 files changed, 1 insertions, 1 deletions
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"