Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-28 04:39:01 -05:00
commit 9b7f0bc7ec
1 changed files with 2 additions and 1 deletions

View File

@ -141,9 +141,10 @@ wince-arm:
macosx.app: factor
mkdir -p $(BUNDLE)/Contents/MacOS
mkdir -p $(BUNDLE)/Contents/Frameworks
mv $(EXECUTABLE) $(BUNDLE)/Contents/MacOS/factor
ln -s Factor.app/Contents/MacOS/factor ./factor
cp $(ENGINE) $(BUNDLE)/Contents/Frameworks
cp $(ENGINE) $(BUNDLE)/Contents/Frameworks/$(ENGINE)
install_name_tool \
-change libfactor.dylib \