mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
12 lines
633 B
Plaintext
12 lines
633 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
CP_Resources = resources/* icons/*.icns @PrivilegedTool @mate
|
|
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
|
|
FRAMEWORKS = Cocoa
|
|
HTML_HEADER = templates/header.html
|
|
HTML_FOOTER = templates/footer.html
|
|
MARKDOWN_FOOTER = references.md
|