From 64e913d255cc53b7b0791f07d8e85ca2f2eca108 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 5 Apr 2004 04:26:00 +0000 Subject: made unified autoconf build, should work with MinGW also svn path=/trunk/externals/OSCx/; revision=1550 --- send+dump/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'send+dump') diff --git a/send+dump/Makefile.in b/send+dump/Makefile.in index 2927d63..f7444a6 100644 --- a/send+dump/Makefile.in +++ b/send+dump/Makefile.in @@ -1,9 +1,8 @@ LIBOSCDIR = ../libOSC LIBOSC = ${LIBOSCDIR}/libOSC.a -# for eg. linux -# DEFS= -Dunix -CFLAGS= @CFLAGS@ +# strange bug requires this... +CFLAGS= @CFLAGS@ @INCLUDES@ # INCLUDES= @INCLUDES@ DUMPOBJS=dumpOSC.o -- cgit v1.2.1