mirror of
https://github.com/textmate/textmate.git
synced 2026-01-24 06:07:54 -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
402 B
Plaintext
8 lines
402 B
Plaintext
SOURCES = src/*.mm
|
|
CP_Resources = resources/*
|
|
LINK += command text authorization scm bundles cf Find HTMLOutputWindow io ns OakAppKit OakFileBrowser OakFilterList OakFoundation OakSystem OakTextView BundleEditor network Preferences
|
|
EXPORT = src/DocumentController.h src/DocumentOpenHelper.h src/FileTypeDialog.h
|
|
FRAMEWORKS = Cocoa
|
|
|
|
OBJCXX_FLAGS += -fno-objc-arc
|