equal
deleted
inserted
replaced
516 endif |
516 endif |
517 endif |
517 endif |
518 ifdef JAGUAR |
518 ifdef JAGUAR |
519 # ensure that changing libpathnames will not overwrite anything in the binary |
519 # ensure that changing libpathnames will not overwrite anything in the binary |
520 LDFLAGS += -headerpad_max_install_names |
520 LDFLAGS += -headerpad_max_install_names |
|
521 CFLAGS += -DJAGUAR_CROSSCOMPILE |
521 endif |
522 endif |
522 |
523 |
523 ifndef DEDICATED |
524 ifndef DEDICATED |
524 LIBS += -framework QuickTime |
525 LIBS += -framework QuickTime |
525 endif |
526 endif |
751 C_SOURCES += unix.c |
752 C_SOURCES += unix.c |
752 C_SOURCES += music/extmidi.c |
753 C_SOURCES += music/extmidi.c |
753 endif |
754 endif |
754 |
755 |
755 ifdef OSX |
756 ifdef OSX |
|
757 ifndef JAGUAR |
756 OBJC_SOURCES += os/macosx/macos.m |
758 OBJC_SOURCES += os/macosx/macos.m |
|
759 endif |
757 ifndef DEDICATED |
760 ifndef DEDICATED |
758 C_SOURCES += music/qtmidi.c |
761 C_SOURCES += music/qtmidi.c |
759 endif |
762 endif |
760 endif |
763 endif |
761 |
764 |