(svn r972) Makefile: added make release (currently only works on mac)

Mac: sets the STATIC flag if no makefile.config is found
This commit is contained in:
bjarni
2004-12-07 17:58:06 +00:00
parent bad25dec0e
commit 701e58e157
2 changed files with 22 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ ifeq ($(VENDOR), apple)
OSX:=1
# OSX uses the unix setup too
UNIX:=1
# OSX generally uses static since so few computers actually have all the libs installed in unix style
STATIC:=1
endif
# Automatically recognize if building on MorphOS