diff options
Diffstat (limited to 'pd/extra/makefile')
-rw-r--r-- | pd/extra/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/makefile b/pd/extra/makefile index bc913aca..56e59bed 100644 --- a/pd/extra/makefile +++ b/pd/extra/makefile @@ -19,7 +19,7 @@ PDNTLIB = $(PDNTLDIR)\libc.lib \ .c.dll: cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c - link /nologo /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB) + link /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB) # ----------------------- IRIX 5.x ----------------------- |