aboutsummaryrefslogtreecommitdiff
path: root/libOSC
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-19 04:11:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-19 04:11:47 +0000
commit7ef0c29f312b04359a27fcb040f54aea610b3594 (patch)
tree998e143c6f071b65b1eabc2b3be177a7bce44faf /libOSC
parent6d196fd8683288fa5f29f6eddd28fb12a0a06c79 (diff)
fixed up OSC for MinGW, doesn't compile the OSC.dll lib, but the individual objects compile fine
svn path=/trunk/externals/OSCx/; revision=4255
Diffstat (limited to 'libOSC')
-rw-r--r--libOSC/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libOSC/Makefile.in b/libOSC/Makefile.in
index d67ba88..7d09fcb 100644
--- a/libOSC/Makefile.in
+++ b/libOSC/Makefile.in
@@ -17,10 +17,10 @@ all: ${LIBOBJS}
rm -f $*.o
test_OSC: test_OSC.o ${LIB}
- cc -o test_OSC test_OSC.o ${LIB}
+ $(CC) -o test_OSC test_OSC.o ${LIB}
test_OSC_timeTag: test_OSC_timeTag.o OSC-timetag.o
- cc -o test_OSC_timeTag test_OSC_timeTag.o OSC-timetag.o
+ $(CC) -o test_OSC_timeTag test_OSC_timeTag.o OSC-timetag.o
clean: