You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2009/10/20 23:25:08 UTC

svn commit: r827802 - /incubator/uima/uimacpp/trunk/src/base.mak

Author: eae
Date: Tue Oct 20 21:25:08 2009
New Revision: 827802

URL: http://svn.apache.org/viewvc?rev=827802&view=rev
Log:
UIMA-1627

Modified:
    incubator/uima/uimacpp/trunk/src/base.mak

Modified: incubator/uima/uimacpp/trunk/src/base.mak
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/base.mak?rev=827802&r1=827801&r2=827802&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/src/base.mak (original)
+++ incubator/uima/uimacpp/trunk/src/base.mak Tue Oct 20 21:25:08 2009
@@ -63,7 +63,9 @@
 ifeq ($(UNAME), Darwin)
   DLL_SUFFIX=dylib
   SHARED_FLAG=-dynamiclib
-  EXTRA_LINK_LIBS=-lxerces-c -lapr-1.0 -licui18n -licuuc -licuio -licudata
+  EXTRA_LINK_LIBS=-lapr-1.0
+else
+  EXTRA_LINK_LIBS=-lapr-1
 endif
 
 # Uncomment the next line to build 32-bit annotators on a 64-bit OS