mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
10 lines
289 B
Makefile
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
|