mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
CP_Resources = resources/* gfx/**/*.{png,tiff,icns} icons/*
|
|
TEST_SOURCES = tests/gui_*.mm
|
|
LINK += text ns io OakFoundation regexp scm file
|
|
EXPORT = src/*.h
|
|
FRAMEWORKS = Carbon Cocoa AudioToolbox Quartz
|