1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00
audacity/lib-src/portburn/Makefile.macosx
2010-01-24 09:19:39 +00:00

10 lines
289 B
Makefile

test_portburn: portburn_macosx.cpp portburn_staging.cpp test_portburn.cpp Makefile.macosx
g++ \
-framework Carbon -framework Cocoa -framework System \
-framework DiscRecording \
-Wall -g -O \
-o test_portburn \
portburn_macosx.cpp \
portburn_staging.cpp \
test_portburn.cpp