Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
a0108733
Commit
a0108733
authored
Jun 17, 2008
by
Miller Puckette
Browse files
minor fix to bonk~ and makefile.nt
parent
c651e621
Changes
2
Hide whitespace changes
Inline
Side-by-side
extra/bonk~/bonk~.c
View file @
a0108733
...
...
@@ -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
;
...
...
src/makefile.nt
View file @
a0108733
...
...
@@ -18,8 +18,6 @@ LIB = /NODEFAULTLIB:libcmt /NODEFAULTLIB:oldnames /NODEFAULTLIB:libc \
$(LDIR)
\s
etupapi.lib ..
\b
in
\p
threadVC.lib
\
$(LD2)
\l
ibcmt.lib
$(LD2)
\o
ldnames.lib
# \
GLIB
=
$(LIB)
..
\b
in
\t
cl84.lib ..
\b
in
\t
k84.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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment