diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-26 04:38:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-26 04:38:45 +0000 |
commit | 08c72e91601c58af13dae0ba9b4ed0eb93851634 (patch) | |
tree | 80f1509c9a7ce2321ab17bcb8b18ad208820b30a /externals | |
parent | e2e771a22a3fd072b16409932e339ad52b040a91 (diff) |
added more objects which don't compile on Darwin
svn path=/trunk/; revision=2819
Diffstat (limited to 'externals')
-rw-r--r-- | externals/build/darwin/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile index 089078ce..4e434539 100644 --- a/externals/build/darwin/makefile +++ b/externals/build/darwin/makefile @@ -59,10 +59,10 @@ link: link.stamp link.stamp: cp ../src/*.c . -# rm vst.c -# MacOSX exceptions that don't work just yet - -rm ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c - -rm serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_* +# MacOSX exceptions that don't work just yet (if ever) + -rm ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c \ + serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_* \ + piperead~.c pipewrite~.c touch link.stamp make |