From a01087332bebc8af4bd30a731d551db05de0bde4 Mon Sep 17 00:00:00 2001 From: Miller Puckette <msp@ucsd.edu> Date: Tue, 17 Jun 2008 05:47:37 -0700 Subject: [PATCH] minor fix to bonk~ and makefile.nt --- extra/bonk~/bonk~.c | 2 +- src/makefile.nt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/extra/bonk~/bonk~.c b/extra/bonk~/bonk~.c index 1c31fdb9f..b60c23135 100644 --- a/extra/bonk~/bonk~.c +++ b/extra/bonk~/bonk~.c @@ -942,8 +942,8 @@ static void bonk_forget(t_bonk *x) static void bonk_bang(t_bonk *x) { int i, ch; - x->x_hit = 0; t_insig *gp; + x->x_hit = 0; for (ch = 0, gp = x->x_insig; ch < x->x_ninsig; ch++, gp++) { t_hist *h; diff --git a/src/makefile.nt b/src/makefile.nt index addad5438..1f2822ba5 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -18,8 +18,6 @@ LIB = /NODEFAULTLIB:libcmt /NODEFAULTLIB:oldnames /NODEFAULTLIB:libc \ $(LDIR)\setupapi.lib ..\bin\pthreadVC.lib \ $(LD2)\libcmt.lib $(LD2)\oldnames.lib -# \ - GLIB = $(LIB) ..\bin\tcl84.lib ..\bin\tk84.lib CFLAGS = /nologo /W3 /DMSW /DNT /DPD /DPD_INTERNAL /DWIN32 /DWINDOWS /Ox \ -DPA_LITTLE_ENDIAN -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -D__i386__ -DPA19 @@ -58,7 +56,6 @@ SRCPA = $(PASRC)/common/pa_stream.c \ $(PASRC)/os/win/pa_win_hostapis.c \ $(PASRC)/os/win/pa_win_util.c \ $(PASRC)/hostapi/wmme/pa_win_wmme.c -# $(PADIR)/pa_win_wdmks/pa_win_wdmks.c SRCASIO = $(PADIR)/pa_asio/pa_asio.cpp -- GitLab