Return-Path: Delivered-To: apmail-xerces-commits-archive@www.apache.org Received: (qmail 92137 invoked from network); 24 Sep 2008 13:48:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 13:48:08 -0000 Received: (qmail 46872 invoked by uid 500); 24 Sep 2008 13:48:05 -0000 Delivered-To: apmail-xerces-commits-archive@xerces.apache.org Received: (qmail 46840 invoked by uid 500); 24 Sep 2008 13:48:05 -0000 Mailing-List: contact commits-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@xerces.apache.org Received: (qmail 46830 invoked by uid 99); 24 Sep 2008 13:48:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 06:48:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 13:47:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2E23723889BA; Wed, 24 Sep 2008 06:47:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r698570 - /xerces/c/trunk/doc/build.xml Date: Wed, 24 Sep 2008 13:47:17 -0000 To: commits@xerces.apache.org From: borisk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080924134717.2E23723889BA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: borisk Date: Wed Sep 24 06:47:16 2008 New Revision: 698570 URL: http://svn.apache.org/viewvc?rev=698570&view=rev Log: Change XML_LIBRARY to XERCES_STATIC_LIBRARY. Modified: xerces/c/trunk/doc/build.xml Modified: xerces/c/trunk/doc/build.xml URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/build.xml?rev=698570&r1=698569&r2=698570&view=diff ============================================================================== --- xerces/c/trunk/doc/build.xml (original) +++ xerces/c/trunk/doc/build.xml Wed Sep 24 06:47:16 2008 @@ -269,15 +269,6 @@ may use the LD_LIBRARY_PATH environment variable, Cygwin and MinGW use the PATH environment variable. - - - On the MinGW platform when linking against the static - &XercesCName; library, make sure you compile your application - with the -DXML_LIBRARY preprocessor flag. Otherwise - the functions in the header files will be marked as to be - imported from a DLL and the linker will be unable to resolve - the &XercesCName; symbols. - @@ -311,11 +302,11 @@ and also that the associated DLL is somewhere in the executable/DLL search path (PATH).

- If you are linking your application to a static library, + If you are linking your application to the static + &XercesCName; library, then you will need to compile your application with the - XML_LIBRARY preprocessor define in order - to turn off the DLL import/export mechanism. This is - also the case for the MinGW platform. + XERCES_STATIC_LIBRARY preprocessor macro defined in order + to turn off the DLL import/export mechanism.

If you would also like to build tests and/or samples, inside the solution files mentioned above (xerces-all.dsw --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org For additional commands, e-mail: commits-help@xerces.apache.org