diff options
| author | Max Horn | 2002-06-07 14:11:29 +0000 |
|---|---|---|
| committer | Max Horn | 2002-06-07 14:11:29 +0000 |
| commit | 62eeaddfd4b4f69059972ad11bb1ab1264b72556 (patch) | |
| tree | 1b185e24fb47dc2339e2127ec740357cde14e27d /Makefile | |
| parent | f8190443caa4523eceb8d78fb2c38f5eda5f996c (diff) | |
| download | scummvm-rg350-62eeaddfd4b4f69059972ad11bb1ab1264b72556.tar.gz scummvm-rg350-62eeaddfd4b4f69059972ad11bb1ab1264b72556.tar.bz2 scummvm-rg350-62eeaddfd4b4f69059972ad11bb1ab1264b72556.zip | |
merged Makefile.macosx into master Makefile
svn-id: r4413
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,10 @@ INCLUDES += `sdl-config --cflags` LIBS += `sdl-config --libs` DEFINES += -DUNIX +# Uncomment this in addition to the above if you compile on Mac OS X +# LIBS += -framework QuickTime -framework AudioUnit +# DEFINES += -DMACOSX + # Uncomment this if you rather want X11 output # OBJS = x11.o # DEFINES += -DUNIX_X11 @@ -32,6 +36,9 @@ DEFINES += -DUNIX # INCLUDES+= -I/usr/X11R6/include # LIBS += -lpthread -lXext -lX11 +# Enable this if you want ScummVM to dump all scripts it runs. +# This is mainly interesting for developers. +# DEFINES += -DDUMP_SCRIPTS CPPFLAGS= $(DEFINES) $(INCLUDES) |
