diff options
author | musil <tmusil@users.sourceforge.net> | 2008-12-11 19:56:33 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-12-11 19:56:33 +0000 |
commit | da941320c90e2cf7256645de5a03337471c22586 (patch) | |
tree | 6fc312d9866d955cbcd11559d106ec487731be0d /iemlib2/src/makefile_d_fat | |
parent | 4c1375daa8fcfb5c7c1d291df30027c78937f4df (diff) |
some OSC converting stuff: symbol to list of ASCII and list of ASCII to symbol
svn path=/trunk/externals/iemlib/; revision=10449
Diffstat (limited to 'iemlib2/src/makefile_d_fat')
-rw-r--r-- | iemlib2/src/makefile_d_fat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iemlib2/src/makefile_d_fat b/iemlib2/src/makefile_d_fat index 4bb54f6..812c9cd 100644 --- a/iemlib2/src/makefile_d_fat +++ b/iemlib2/src/makefile_d_fat @@ -14,11 +14,13 @@ LFLAGS = -bundle -undefined suppress -flat_namespace # the sources
SRC = add2_comma.c \ + aspeedlim.c \ bpe.c \ dollarg.c \ exp_inc.c \ fade~.c \ float24.c \ + iem_alisttosym.c \ iem_anything.c \ iem_append.c \ iem_blocksize~.c \ @@ -30,6 +32,7 @@ SRC = add2_comma.c \ iem_samplerate~.c \ iem_sel_any.c \ iem_send.c \ + iem_symtoalist.c \ init.c \ LFO_noise~.c \ list2send.c \ |