diff options
author | jdl <x75@users.sourceforge.net> | 2004-01-20 23:06:17 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-01-20 23:06:17 +0000 |
commit | 0f84b99bd11f75c45390fd63f21d7748aaa38205 (patch) | |
tree | 2aa52a898aafa98c8ecc027921d425b0c377c0c1 | |
parent | 154eb0f577a3d1381d7116fc7e04c29b58314371 (diff) |
added ben's fix for ARFLAGS ..
svn path=/trunk/externals/OSCx/; revision=1275
-rw-r--r-- | libOSC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libOSC/Makefile b/libOSC/Makefile index 1878be8..7c6d1aa 100644 --- a/libOSC/Makefile +++ b/libOSC/Makefile @@ -1,4 +1,5 @@ CFLAGS= -O2 -Wall -fPIC +ARFLAGS=srv # uncomment the following for linux/win DEFS= -Dunix # and this for osx |