mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
TARGET_NAME = TextMateQL
|
|
SOURCES = src/*.{c,mm}
|
|
CP_Resources = resources/*
|
|
FRAMEWORKS = CoreFoundation QuickLook AppKit OSAKit
|
|
LINK += layout buffer bundles file cf ns OakAppKit OakFoundation
|
|
|
|
LN_FLAGS -= -Wl,-dead_strip_dylibs
|
|
LN_FLAGS += -bundle
|
|
BUNDLE_EXTENSION = qlgenerator
|
|
|
|
# Load frameworks from the TextMate bundle
|
|
LN_FLAGS += -rpath @loader_path/../../../../../Frameworks
|