aboutsummaryrefslogtreecommitdiff
path: root/pd/src/makefile.nt
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-07-24 19:41:15 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-07-24 19:41:15 +0000
commit2b5318216ea6804a84920979fd77f759e35889fd (patch)
treed720fd0990a3abaa465e39101e2fa0e918bb8244 /pd/src/makefile.nt
parent9474b99117836c2b76485ab3f44035cfc933c1ab (diff)
New "list" object.
Added "addcomma", "addsemi", "adddollar", "adddollsym" messages to message object. worked on Mac compilation problems. svn path=/trunk/; revision=3371
Diffstat (limited to 'pd/src/makefile.nt')
-rw-r--r--pd/src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/makefile.nt b/pd/src/makefile.nt
index a33296c1..22430d3c 100644
--- a/pd/src/makefile.nt
+++ b/pd/src/makefile.nt
@@ -34,7 +34,7 @@ SRC = g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c \
d_math.c d_fft.c d_mayer_fft.c d_fftroutine.c d_array.c d_global.c \
d_delay.c d_resample.c \
x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c \
- x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c d_soundfile.c \
+ x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c x_list.c d_soundfile.c \
$(SYSSRC)
PADIR = ..\portaudio