From e25b7c519eb7205bf3352443f798e9b21ec4c045 Mon Sep 17 00:00:00 2001 From: Jens Ole Wund Date: Fri, 11 Nov 2005 20:15:16 +0000 Subject: 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 --- intern/boolop/make/msvc_6_0/boolop.dsp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'intern/boolop') 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" -- cgit v1.2.3