mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Since everything about session is now contained in the DocumentController class there is no need for invoking this from elsewhere and thus no need for the previous indirection.
6 lines
285 B
Plaintext
6 lines
285 B
Plaintext
TEST_SOURCES = tests/*.cc
|
|
SOURCES = src/*.cc
|
|
EXPORT = src/document.h src/directory.h src/collection.h src/reader.h
|
|
LINK += file text buffer selection bundles command cf io file scm plist OakSystem regexp settings authorization undo
|
|
FRAMEWORKS = ApplicationServices
|