diff options
author | Oystein Eftevaag | 2009-12-26 13:35:57 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-12-26 13:35:57 +0000 |
commit | 9d70103d9c84c0dc993faafddcf3fd00b02241ea (patch) | |
tree | ecf9dc805223dcf718784a8da86b7f3ebb5466dd /configure | |
parent | 21c6bbc588a981cf8facd63432845a2c81e73e48 (diff) | |
download | scummvm-rg350-9d70103d9c84c0dc993faafddcf3fd00b02241ea.tar.gz scummvm-rg350-9d70103d9c84c0dc993faafddcf3fd00b02241ea.tar.bz2 scummvm-rg350-9d70103d9c84c0dc993faafddcf3fd00b02241ea.zip |
The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X
svn-id: r46581
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1274,6 +1274,7 @@ case $_host_os in darwin*) DEFINES="$DEFINES -DUNIX -DMACOSX" LIBS="$LIBS -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI" + add_line_to_config_mk 'MACOSX = 1' ;; mingw*) DEFINES="$DEFINES -DWIN32 -D__USE_MINGW_ANSI_STDIO=0" @@ -2562,6 +2563,7 @@ vpath %.h \$(srcdir) vpath %.cpp \$(srcdir) vpath %.c \$(srcdir) vpath %.m \$(srcdir) +vpath %.mm \$(srcdir) vpath %.asm \$(srcdir) vpath %.s \$(srcdir) vpath %.S \$(srcdir) |