mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
11 lines
720 B
Plaintext
11 lines
720 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
CP_Resources = resources/* icons/*.icns about/* @PrivilegedTool @mate @tm_query @commit
|
|
CP_SharedSupport = support/*
|
|
CP_PlugIns = @Dialog @Dialog2
|
|
CP_Library/QuickLook = @TextMateQL
|
|
LINK += BundleEditor BundleMenu BundlesManager CommitWindow CrashReporter DocumentWindow Find HTMLOutputWindow OakAppKit OakCommand OakFilterList OakFoundation OakSystem OakTextView Preferences SoftwareUpdate authorization bundles cf command crash document io kvdb license network ns plist scm settings text
|
|
FRAMEWORKS = Cocoa
|
|
HTML_HEADER = templates/header.html
|
|
HTML_FOOTER = templates/footer.html
|
|
MARKDOWN_FOOTER = references.md
|