diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-19 22:26:21 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 3a49e3e03faad4e3dec1a63d7202d92036fb173d (patch) | |
tree | 6af0d7e67c18b65c7459b2830ff001c8d7f0ccbd /Makefile | |
parent | 3b927068e4381015b819c20b723482c5ba677bd4 (diff) |
mp3amp~ doesn't build on Windows, only linux and macosx
svn path=/trunk/externals/unauthorized/; revision=15257
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,10 @@ LIBRARY_NAME = unauthorized # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI # objects, the matching .tcl file too -SOURCES = audience~.c beatify~.c blinkenlights.c compressor~.c cooled~.c countund.c disto~.c exciter.c filterbank~.c formant~.c grid.c mp3amp~.c mp3cast~.c mp3fileout~.c mp3streamin~.c mp3streamout~.c mp3write~.c pianoroll.c playlist.c probalizer.c randomblock~.c samplebox~.c scratcher~.c scrolllist.c sonogram~.c speexin~.c speexout~.c spigot~.c wahwah~.c +SOURCES = audience~.c beatify~.c blinkenlights.c compressor~.c cooled~.c countund.c disto~.c exciter.c filterbank~.c formant~.c grid.c mp3cast~.c mp3fileout~.c mp3streamin~.c mp3streamout~.c mp3write~.c pianoroll.c playlist.c probalizer.c randomblock~.c samplebox~.c scratcher~.c scrolllist.c sonogram~.c speexin~.c speexout~.c spigot~.c wahwah~.c + +SOURCES_linux = mp3amp~.c +SOURCES_macosx = mp3amp~.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically |