mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
This is to avoid cyclic dependencies since it was previously in a somewhat high-level framework, so everything that framework depended on, could not augment crash reports.
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
SOURCES = src/*.{mm,cc}
|
|
EXPORT = src/CrashReporter.h
|
|
LINK += ns io plist network OakFoundation
|
|
FRAMEWORKS = Foundation AddressBook
|
|
LIBS += z
|