mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
7 lines
242 B
Plaintext
7 lines
242 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
|
|
EXPORT = src/*.h
|
|
FRAMEWORKS = Carbon Cocoa AudioToolbox Quartz
|