mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
SOURCES = src/*.mm
|
|
EXPORT = src/{Preferences,Keys,TerminalPreferences,PreferencesPane}.h
|
|
CP_Resources = resources/* icons/* ../../rmate/rmate
|
|
LINK = MASPreferences MGScopeBar BundlesManager OakAppKit OakFoundation plist ns file bundles SoftwareUpdate CrashReporter
|
|
FRAMEWORKS = Cocoa AddressBook
|
|
|
|
OBJCXX_FLAGS += -fobjc-arc
|
|
LN_FLAGS += -fobjc-arc-cxxlib=libc++
|