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:
authorJens Ole Wund <bjornmose@gmx.net>2005-11-11 23:15:16 +0300
committerJens Ole Wund <bjornmose@gmx.net>2005-11-11 23:15:16 +0300
commite25b7c519eb7205bf3352443f798e9b21ec4c045 (patch)
treef374048dc7e445b90c0450b6171643a46fd7ff35 /intern/boolop
parentb37540ef61df75155559344523f7a81fdcc605ea (diff)
special service for msvc6 projects
post build step for booleans --> copy boolop.lib to lib folder _foo_/lib/windows.. enabeling bullet for GE wants to link with _foo_/lib/windows/bullet/lib/bullet3.lib you have to build it with continuous.dsw in exten/bullet and copy it manually there since bullet is exten i think no automagic in place here
Diffstat (limited to 'intern/boolop')
-rw-r--r--intern/boolop/make/msvc_6_0/boolop.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/boolop/make/msvc_6_0/boolop.dsp b/intern/boolop/make/msvc_6_0/boolop.dsp
index 66176114326..800285612bd 100644
--- a/intern/boolop/make/msvc_6_0/boolop.dsp
+++ b/intern/boolop/make/msvc_6_0/boolop.dsp
@@ -51,6 +51,10 @@ BSC32=bscmake.exe
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=ECHO copy to lib folder XCOPY /Y .\release\*.lib ..\..\..\..\..\lib\windows\boolop\lib\*.lib
+# End Special Build Tool
!ELSEIF "$(CFG)" == "boolop - Win32 Debug"