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
317 B
Plaintext
8 lines
317 B
Plaintext
SOURCES = src/**/*.{cc,mm}
|
|
EXPORT = src/OakFileBrowser.h
|
|
CP_Resources = resources/* gfx/**/*
|
|
LINK += text cf document editor io regexp settings ns plist OakAppKit OakFoundation scm OakSystem Preferences XcodeEditor
|
|
FRAMEWORKS = Cocoa Carbon SystemConfiguration
|
|
|
|
OBJCXX_FLAGS += -fno-objc-arc
|