diff options
author | jdl <x75@users.sourceforge.net> | 2004-03-10 00:01:56 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-03-10 00:01:56 +0000 |
commit | d8847bccfcc9ac116d81cd18ce485f5595e7f6bb (patch) | |
tree | 96cb0fd40422be9c1134f3b798e0123dbe2b24c2 /libOSC | |
parent | e6fab9c5c8c0a32bbb1ef95e9bff5abc5a773bf5 (diff) |
changed to single external style ...
svn path=/trunk/externals/OSCx/; revision=1399
Diffstat (limited to 'libOSC')
-rw-r--r-- | libOSC/Makefile.in (renamed from libOSC/Makefile) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libOSC/Makefile b/libOSC/Makefile.in index f1585fa..26dca72 100644 --- a/libOSC/Makefile +++ b/libOSC/Makefile.in @@ -3,9 +3,11 @@ ARFLAGS=srv # uncomment the following for linux/win # DEFS= -Dunix # and this for osx -DEFS= -Dunix -DMACOSX +# DEFS= -Dunix -DMACOSX LIB=libOSC.a +CFLAGS= @CFLAGS@ + LIBOBJS= ${LIB}(OSC-client.o) ${LIB}(OSC-timetag.o) all: ${LIBOBJS} |