mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
There is currently no way to add a TextMate (1.x) license to the key chain, but those who used TextMate r9147 or earlier should have one stored already.
12 lines
667 B
Plaintext
12 lines
667 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
CP_Resources = resources/* icons/*.icns about/* @PrivilegedTool @mate @tm_query
|
|
CP_SharedSupport = support/*
|
|
CP_PlugIns = @Dialog @Dialog2
|
|
FLAGS += -DREST_API='@"$rest_api"'
|
|
LINK += bundles cf command document editor io network ns plist settings text
|
|
LINK += BundleMenu BundleEditor BundlesManager CrashReporter DocumentWindow Find HTMLOutputWindow OakAppKit OakFilterList OakFoundation OakSystem OakTextView Preferences SoftwareUpdate updater license
|
|
FRAMEWORKS = Cocoa
|
|
HTML_HEADER = templates/header.html
|
|
HTML_FOOTER = templates/footer.html
|
|
MARKDOWN_FOOTER = references.md
|