summaryrefslogtreecommitdiffstats
path: root/trunk/source/makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/makefile.osx')
-rw-r--r--trunk/source/makefile.osx13
1 files changed, 8 insertions, 5 deletions
diff --git a/trunk/source/makefile.osx b/trunk/source/makefile.osx
index 9fa48a3b63..9988073b57 100644
--- a/trunk/source/makefile.osx
+++ b/trunk/source/makefile.osx
@@ -1,5 +1,9 @@
# -*- Makefile -*- for Dungeon Crawl (OS X)
+#
+# Modified for Crawl Reference by $Author$ on $Date$
+#
+
#APPNAME = crawl
GAME = crawl
@@ -15,17 +19,16 @@ COPY = cp
OS_TYPE = BSD
CFLAGS = -D$(OS_TYPE) -DOSX $(EXTRA_FLAGS) -Wall -Werror \
- -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations
+ -Wwrite-strings
-LDFLAGS = -L/sw/lib -L/usr/lib
MCHMOD = 711
# INSTALLDIR = /usr/games
INSTALLDIR = /tmp/CRAWLTEST/testdev
LIB = -lncurses -lstdc++
-# Include for Fink's version of curses
-INCLUDES = -I/sw/include
+# Include/library for Fink's version of curses
+# INCLUDES += -I/sw/include
+# LDFLAGS += -L/sw/lib
all: $(GAME)