mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
LINK += bundles ns OakFoundation OakTextView
|
|
EXPORT = src/BundleEditor.h
|
|
CP_Resources = resources/* templates/*.plist gfx/**/*.png
|
|
FRAMEWORKS = Cocoa AddressBook
|
|
|
|
OBJCXX_FLAGS += -fobjc-arc
|
|
LN_FLAGS += -fobjc-arc-cxxlib=libc++
|