aboutsummaryrefslogtreecommitdiff
path: root/libOSC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libOSC/Makefile')
-rw-r--r--libOSC/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libOSC/Makefile b/libOSC/Makefile
index a47a4c9..1878be8 100644
--- a/libOSC/Makefile
+++ b/libOSC/Makefile
@@ -1,5 +1,8 @@
CFLAGS= -O2 -Wall -fPIC
+# uncomment the following for linux/win
DEFS= -Dunix
+# and this for osx
+# DEFS= -Dunix -DMACOSX
LIB=libOSC.a
LIBOBJS= ${LIB}(OSC-client.o) ${LIB}(OSC-timetag.o)