mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
SOURCES = src/*.mm
|
|
EXPORT = src/HTMLOutputWindow.h
|
|
LINK += HTMLOutput command
|
|
FRAMEWORKS = Cocoa
|
|
|
|
OBJCXX_FLAGS += -fobjc-arc
|
|
LN_FLAGS += -fobjc-arc-cxxlib=libc++
|