You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2003/01/30 20:10:48 UTC

cvs commit: xml-xerces/c/src/xercesc runConfigure

tng         2003/01/30 11:10:48

  Modified:    c/src/xercesc runConfigure
  Log:
  [Bug 3041] wrong PLATFORM_IMPORT in MVSCPPDefs.hpp
  
  Revision  Changes    Path
  1.23      +9 -3      xml-xerces/c/src/xercesc/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- runConfigure	2 Dec 2002 20:08:12 -0000	1.22
  +++ runConfigure	30 Jan 2003 19:10:48 -0000	1.23
  @@ -597,10 +597,16 @@
   # include the user defined CXXFLAGS/CFLAGS first in case they have
   # set an platform spefic flags
   #
  -CXXFLAGS="$CXXFLAGS $compileroptions $debugflag $transcodingDefines $msgloaderDefines $threadingDefines $netaccessorDefines $bitstobuildDefines"
  +
  +#
  +# these defines are required when building the DLL
  +#
  +buildDefines="-DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM  -DPROJ_VALIDATORS"
  +
  +CXXFLAGS="$CXXFLAGS $compileroptions $debugflag $buildDefines $transcodingDefines $msgloaderDefines $threadingDefines $netaccessorDefines $bitstobuildDefines"
   export CXXFLAGS
   
  -CFLAGS="$CFLAGS $compileroptions $debugflag $transcodingDefines $msgloaderDefines $threadingDefines $netaccessorDefines  $bitstobuildDefines"
  +CFLAGS="$CFLAGS $compileroptions $debugflag $buildDefines $transcodingDefines $msgloaderDefines $threadingDefines $netaccessorDefines  $bitstobuildDefines"
   export CFLAGS
   
   # gcc crashes if optimisation is turned on in a Tru64 environment
  
  
  

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