mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
SOURCES = src/*.mm
|
|
LINK += OakAppKit OakFoundation bundles text cf ns
|
|
EXPORT = src/BundleMenu.h
|
|
FRAMEWORKS = AppKit
|
|
|
|
OBJCXX_FLAGS += -fobjc-arc
|
|
LN_FLAGS += -fobjc-arc-cxxlib=libc++
|