Files
textmate/Frameworks/DocumentWindow/target
Allan Odgaard 71be61cbbb Enable ARC by default
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.
2012-12-19 19:42:36 +01:00

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