mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Normally the cache is automatically invalidated via fs-events, but that is sadly unreliable. Should fix #1034.
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
LINK += bundles ns OakFoundation OakTextView BundlesManager
|
|
EXPORT = src/BundleEditor.h
|
|
CP_Resources = resources/* templates/*.plist gfx/**/*.png
|
|
FRAMEWORKS = Cocoa AddressBook
|