Files
textmate/Frameworks/OakAppKit/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

9 lines
278 B
Plaintext

SOURCES = src/*.{cc,mm}
CP_Resources = resources/* gfx/**/*.{png,tiff,icns} icons/*
TEST_SOURCES = tests/*.{cc,mm}
LINK += text ns io OakFoundation regexp scm file
EXPORT = src/*.h
FRAMEWORKS = Carbon Cocoa AudioToolbox Quartz
OBJCXX_FLAGS += -fno-objc-arc