From 5849adb43d110c488b0ac872e7de9e32b901ad5f Mon Sep 17 00:00:00 2001 From: carmen rocco Date: Wed, 7 Jul 2004 14:34:54 +0000 Subject: momgviisthesuck svn path=/trunk/; revision=1841 --- externals/build/win/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/build/win/makefile') diff --git a/externals/build/win/makefile b/externals/build/win/makefile index e6d3c706..94d3212c 100644 --- a/externals/build/win/makefile +++ b/externals/build/win/makefile @@ -6,15 +6,15 @@ all: $(EXTERNALS:.c=.dll) .SUFFIXES: .dll -CFLAGS = -DPD -DWINDOWS -Wall -W -Wshadow -Wstrict-prototypes \ +CFLAGS = -DPD -DMSW -DNT -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch -INCLUDE = -I. -I.. -I../include +INCLUDE = -I. -I.. -I../include -I/usr/local/include %.dll: ../src/%.c $(CC) $(CFLAGS) $(INCLUDE) -o "$*.o" -c "../src/$*.c" gcc -shared -o "$*.dll" "$*.o" $(prefix)/bin/pd.dll \ - `test -f $*.libs && cat $*.libs` + `test -f $*.libs && cat $*.libs` -L/usr/local/lib clean: -rm *.a *.def *.dll *.o -- cgit v1.2.1