mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
With the script installable via rubygems there is no longer any reason to include it with TextMate.app and thus keep it as git submodule.
6 lines
293 B
Plaintext
6 lines
293 B
Plaintext
SOURCES = src/*.mm
|
|
EXPORT = src/{Preferences,Keys,TerminalPreferences,PreferencesPane}.h
|
|
CP_Resources = resources/* icons/*
|
|
LINK = MASPreferences MGScopeBar BundlesManager OakAppKit OakFoundation ns file bundles SoftwareUpdate CrashReporter
|
|
FRAMEWORKS = Cocoa AddressBook
|