From fe1be78e384c11f7f15a712f116cdeb9e914957b Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Thu, 7 Dec 2006 16:19:05 +0000 Subject: More 64 bit fixes, notably confusion about file extensions and taking garray_getfloatarray out of expr svn path=/trunk/; revision=6685 --- pd/extra/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/extra/makefile') 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 ----------------------- -- cgit v1.2.1