aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2004-02-13 00:34:58 +0000
committerjdl <x75@users.sourceforge.net>2004-02-13 00:34:58 +0000
commite6fab9c5c8c0a32bbb1ef95e9bff5abc5a773bf5 (patch)
tree99fa72f66a9a5834b46ad17ab20851bfe80959b6
parentaca0c3c63a600a68ac2921d0cc2cb8eb1a4f293d (diff)
OSX stuff
svn path=/trunk/externals/OSCx/; revision=1320
-rw-r--r--libOSC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libOSC/Makefile b/libOSC/Makefile
index 7c6d1aa..f1585fa 100644
--- a/libOSC/Makefile
+++ b/libOSC/Makefile
@@ -1,9 +1,9 @@
CFLAGS= -O2 -Wall -fPIC
ARFLAGS=srv
# uncomment the following for linux/win
-DEFS= -Dunix
+# DEFS= -Dunix
# and this for osx
-# DEFS= -Dunix -DMACOSX
+DEFS= -Dunix -DMACOSX
LIB=libOSC.a
LIBOBJS= ${LIB}(OSC-client.o) ${LIB}(OSC-timetag.o)