mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -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.
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
EXPORT = src/OakDocumentView.h src/GutterView.h src/OakTextView.h
|
|
CP_Resources = resources/*
|
|
LINK += layout text bundles editor document theme ns plist OakAppKit OakFoundation OakSystem regexp scope settings BundleMenu
|
|
FRAMEWORKS = Cocoa
|
|
|
|
OBJCXX_FLAGS += -fno-objc-arc
|