mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
SOURCES = src/*.{mm,cc}
|
|
EXPORT = src/CrashReporter.h
|
|
LINK += ns io plist network OakFoundation
|
|
FRAMEWORKS = Foundation AddressBook
|
|
LIBS += z
|
|
|
|
OBJCXX_FLAGS += -fobjc-arc
|
|
LN_FLAGS += -fobjc-arc-cxxlib=libc++
|