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:
authorSimon Clitherow <aphex@nildram.co.uk>2002-12-13 00:16:46 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2002-12-13 00:16:46 +0300
commit0c1e935175068c2da392bf6af036405a40bebcec (patch)
tree2d8de6f3ca795e46dd49996038f14af253521afa /intern/string
parent12a587bd582cc3f3c95b2ad4929930211c497b0c (diff)
And the rest! ;) --aphex
Diffstat (limited to 'intern/string')
-rw-r--r--intern/string/make/msvc_6_0/string.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/string/make/msvc_6_0/string.dsp b/intern/string/make/msvc_6_0/string.dsp
index b504fa21799..fdf0302b021 100644
--- a/intern/string/make/msvc_6_0/string.dsp
+++ b/intern/string/make/msvc_6_0/string.dsp
@@ -53,7 +53,7 @@ LIB32=link.exe -lib
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
-PostBuild_Cmds=ECHO Creating directories IF NOT EXIST ..\..\..\..\lib\windows\string\include md ..\..\..\..\lib\windows\string\include IF NOT EXIST ..\..\..\..\lib\windows\string\lib md ..\..\..\..\lib\windows\string\lib IF NOT EXIST ..\..\..\..\lib\windows\string\lib\debug md ..\..\..\..\lib\windows\string\lib\debug ECHO Copying header files COPY "..\..\*.h" "..\..\..\..\lib\windows\string\include" ECHO Copying lib COPY "..\..\..\..\obj\windows\intern\string\string.lib" "..\..\..\..\\lib\windows\string\lib\libstring.a" ECHO Done
+PostBuild_Cmds=ECHO Copying header files XCOPY /E ..\..\*.h ..\..\..\..\lib\windows\string\include\ ECHO Copying lib XCOPY /E ..\..\..\..\obj\windows\intern\string\*.lib ..\..\..\..\lib\windows\string\lib\*.a ECHO Done
# End Special Build Tool
!ELSEIF "$(CFG)" == "string - Win32 Debug"
@@ -81,7 +81,7 @@ LIB32=link.exe -lib
# ADD LIB32 /nologo
# Begin Special Build Tool
SOURCE="$(InputPath)"
-PostBuild_Cmds=ECHO Creating directories IF NOT EXIST ..\..\..\..\lib\windows\string\include md ..\..\..\..\lib\windows\string\include IF NOT EXIST ..\..\..\..\lib\windows\string\lib\debug md ..\..\..\..\lib\windows\string\lib\debug ECHO Copying header files COPY "..\..\*.h" "..\..\..\..\lib\windows\string\include" ECHO Copying lib COPY "..\..\..\..\obj\windows\intern\string\debug\string.lib" "..\..\..\..\lib\windows\string\lib\debug\libstring.a" ECHO Done
+PostBuild_Cmds=ECHO Copying header files XCOPY /E ..\..\*.h ..\..\..\..\lib\windows\string\include\ ECHO Copying lib XCOPY /E ..\..\..\..\obj\windows\intern\string\debug\*.lib ..\..\..\..\lib\windows\string\lib\debug\*.a ECHO Done
# End Special Build Tool
!ENDIF