mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
By making it part of the BundlesManager singleton we can work with the event loop to coalesce reloads and delay saving the index.
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
LINK += io ns text plist regexp bundles updater OakFoundation
|
|
EXPORT = src/BundlesManager.h
|
|
FRAMEWORKS = Foundation
|