You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/07/14 20:47:24 UTC

cvs commit: xml-xerces/c/src/xercesc Makefile.in

neilg       2003/07/14 11:47:24

  Modified:    c/src/xercesc Makefile.in
  Log:
  patch to bug 21527; thanks to Abe Backus.
  
  Revision  Changes    Path
  1.14      +11 -1     xml-xerces/c/src/xercesc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Makefile.in	7 Jan 2003 17:31:09 -0000	1.13
  +++ Makefile.in	14 Jul 2003 18:47:24 -0000	1.14
  @@ -111,7 +111,11 @@
   
   compile:: Prepare Util Sax Internal Framework Parsers Sax2 Dom Validators
   
  +ifeq (${PLATFORM},CYGWIN)
  +lib:: ${FQ_SO_NAME}
  +else
   lib:: ${FQ_REAL_NAME}
  +endif
   
   Prepare::
   	@echo Preparing the directory structure for a build ...
  @@ -159,9 +163,15 @@
   	@echo Building "validators"
   	${MAKE} -C $(VALIDATORS_DIR) $(MAKE_FLAGS)
   
  +ifeq (${PLATFORM},CYGWIN)
  +${FQ_SO_NAME}:: compile
  +	@echo Building ${FQ_SO_NAME}
  +	${MAKE} -C $(XML_OBJ_DIR)/.. -k $(MAKE_FLAGS)
  +else
   ${FQ_REAL_NAME}:: compile
   	@echo Building ${FQ_REAL_NAME}
   	${MAKE} -C $(XML_OBJ_DIR)/.. -k $(MAKE_FLAGS)
  +endif
   
   install::
   	${MAKE} -C $(UTIL_DIR) $@
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org