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
246 B
Plaintext
9 lines
246 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
TEST_SOURCES = tests/*.cc
|
|
EXPORT = src/Find.h src/scan_path.h
|
|
CP_Resources = resources/*
|
|
LINK += text editor io ns OakAppKit OakFoundation regexp scope
|
|
FRAMEWORKS = Cocoa
|
|
|
|
OBJCXX_FLAGS += -fno-objc-arc
|