mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 01:08:04 -05:00
We now explicitly disable it for targets that hasn’t yet been upgraded to ARC. This way, it’s easier to get an overview of which targets hasn’t yet been upgraded and ensures new targets has ARC enabled.
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
SOURCES = src/*.mm
|
|
LINK += OakAppKit OakFoundation bundles text cf ns
|
|
EXPORT = src/BundleMenu.h
|
|
FRAMEWORKS = AppKit
|