diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-05 04:26:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-05 04:26:00 +0000 |
commit | 64e913d255cc53b7b0791f07d8e85ca2f2eca108 (patch) | |
tree | ff25610d2ccc1bd425f3d11cb51d427b750cd26c /send+dump | |
parent | 4ddc89a36ab33d0b660b7312b9b9f9557e820a78 (diff) |
made unified autoconf build, should work with MinGW also
svn path=/trunk/externals/OSCx/; revision=1550
Diffstat (limited to 'send+dump')
-rw-r--r-- | send+dump/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
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 |