diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2006-12-07 16:19:05 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2006-12-07 16:19:05 +0000 |
commit | fe1be78e384c11f7f15a712f116cdeb9e914957b (patch) | |
tree | f3573f404f09e47cb13008c48abbc7775b90cf4b /pd/extra/makefile | |
parent | e40e15b5844bc49174d4798d710e264b97cdeaf4 (diff) |
More 64 bit fixes, notably confusion about file extensions and taking
garray_getfloatarray out of expr
svn path=/trunk/; revision=6685
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 ----------------------- |