From 1b5906f97a129fa95bb9a5149b7787b886fbe8da Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Nov 2005 05:05:05 +0000 Subject: lots of build bug fixes and additions, including pixeltango and lots of binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4051 --- externals/build/win/makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'externals/build/win/makefile') diff --git a/externals/build/win/makefile b/externals/build/win/makefile index 43ee83fb..137fb2cf 100644 --- a/externals/build/win/makefile +++ b/externals/build/win/makefile @@ -48,8 +48,8 @@ OPTIM_FLAGS = -O3 -march=i686 -mfpmath=sse -msse CFLAGS = -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses \ -Wno-switch $(OPTIM_FLAGS) -INCLUDE = -I. -I.. -I$(PD_PATH)/src -IC:/msys/1.0/local/include -LDFLAGS = -shared -LC:/msys/1.0/local/lib -L$(PD_PATH)/bin -lpd +INCLUDE = -I. -I.. -I$(PD_PATH)/src -IC:/msys/1.0/include +LDFLAGS = -shared -LC:/msys/1.0/lib -L$(PD_PATH)/bin -lpd all: externals @@ -65,7 +65,6 @@ externals: $(EXTERNALS:.c=.dll) `test -f $*.libs && cat $*.libs` \ `test -f ../src/$*.libs && cat ../src/$*.libs` $(STRIP) "$*.dll" -# strip --strip-all "$*.dll" rm "$*.o" clean: -- cgit v1.2.1