mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
TARGET_NAME = TextMateQL
|
|
SOURCES = src/*.{c,mm}
|
|
CP_Resources = resources/*
|
|
FRAMEWORKS = CoreFoundation QuickLook AppKit OSAKit
|
|
LINK += OakFoundation buffer bundles cf file io ns plist scope settings theme
|
|
|
|
LN_FLAGS += -bundle
|
|
BUNDLE_EXTENSION = qlgenerator
|