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/ghost
parent12a587bd582cc3f3c95b2ad4929930211c497b0c (diff)
And the rest! ;) --aphex
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/make/msvc/ghost.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/make/msvc/ghost.dsp b/intern/ghost/make/msvc/ghost.dsp
index 912cb9aee1c..48645400271 100644
--- a/intern/ghost/make/msvc/ghost.dsp
+++ b/intern/ghost/make/msvc/ghost.dsp
@@ -54,7 +54,7 @@ LIB32=link.exe -lib
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copying GHOST files library (release target) to lib tree.
-PostBuild_Cmds=ECHO Creating directories IF NOT EXIST ..\..\..\..\lib\windows\ghost\include md ..\..\..\..\lib\windows\ghost\include IF NOT EXIST ..\..\..\..\lib\windows\ghost\lib\ md ..\..\..\..\lib\windows\ghost\lib\ ECHO Copying header files COPY "..\..\*.h" "..\..\..\..\lib\windows\ghost\include" ECHO Copying lib COPY "..\..\..\..\obj\windows\intern\ghost\ghost.lib" "..\..\..\..\lib\windows\ghost\lib\libghost.a" ECHO Done
+PostBuild_Cmds=ECHO Copying header files XCOPY /E ..\..\*.h ..\..\..\..\lib\windows\ghost\include\ ECHO Copying lib XCOPY /E ..\..\..\..\obj\windows\intern\ghost\*.lib ..\..\..\..\lib\windows\ghost\lib\*.a ECHO Done
# End Special Build Tool
!ELSEIF "$(CFG)" == "ghost - Win32 Debug"
@@ -83,7 +83,7 @@ LIB32=link.exe -lib
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copying GHOST files library (debug target) to lib tree.
-PostBuild_Cmds=ECHO Creating directories IF NOT EXIST ..\..\..\..\lib\windows\ghost\include md ..\..\..\..\lib\windows\ghost\include IF NOT EXIST ..\..\..\..\lib\windows\ghost\lib\debug md ..\..\..\..\lib\windows\ghost\lib\debug ECHO Copying header files COPY "..\..\*.h" "..\..\..\..\lib\windows\ghost\include" ECHO Copying lib COPY "..\..\..\..\obj\windows\intern\ghost\debug\ghost.lib" "..\..\..\..\lib\windows\ghost\lib\debug\libghost.a" ECHO Done
+PostBuild_Cmds=ECHO Copying header files XCOPY /E ..\..\*.h ..\..\..\..\lib\windows\ghost\include\ ECHO Copying lib XCOPY /E ..\..\..\..\obj\windows\intern\ghost\debug\*.lib ..\..\..\..\lib\windows\ghost\lib\debug\*.a ECHO Done
# End Special Build Tool
!ENDIF