mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -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.
9 lines
278 B
Plaintext
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
|