mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05:00
13 lines
746 B
Plaintext
13 lines
746 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 += bundles cf command document editor io network ns plist settings text kvdb
|
|
LINK += BundleMenu BundleEditor BundlesManager CrashReporter DocumentWindow Find HTMLOutputWindow OakAppKit OakFilterList OakFoundation OakSystem OakTextView Preferences SoftwareUpdate updater license
|
|
LINK += CommitWindow
|
|
FRAMEWORKS = Cocoa
|
|
HTML_HEADER = templates/header.html
|
|
HTML_FOOTER = templates/footer.html
|
|
MARKDOWN_FOOTER = references.md
|