peiyongz    2003/03/20 12:11:45

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources Makefile.in
  Log:
  fix to 'genrb' on Linux
  
  Revision  Changes    Path
  1.3       +14 -2     
xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in       18 Mar 2003 21:07:29 -0000      1.2
  +++ Makefile.in       20 Mar 2003 20:11:44 -0000      1.3
  @@ -48,11 +48,23 @@
   ####################################################################
   # Load ICU information. You can copy this to other makefiles #######
   ####################################################################
  +CC=$(shell icu-config --cc)
  +CXX=$(shell icu-config --cxx)
  +CPPFLAGS=$(shell icu-config --cppflags)
  +CFLAGS=$(shell icu-config --cflags)
  +CXXFLAGS=$(shell icu-config --cxxflags)
  +LDFLAGS =$(shell icu-config --ldflags)
  +LDFLAGS_USTDIO =$(shell icu-config --ldflags-ustdio)
   INVOKE=$(shell icu-config --invoke)
  -GENRB=$(shell icu-config --invoke=genrb)
  +#GENRB=$(shell icu-config --invoke=genrb)
  +GENRB=genrb
   GENRBOPT=--package-name $(RESNAME)
  -PKGDATA=$(shell icu-config --invoke=pkgdata)
  +#PKGDATA=$(shell icu-config --invoke=pkgdata)
  +PKGDATA=pkgdata
  +SO=$(shell icu-config --so)
   PKGDATAOPTS=-v -d .
  +# default - resources in same mode as ICU
  +# RESMODE=$(shell icu-config --icudata-mode)
   
   ####################################################################
   ### Project independent things (common) 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to