You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2008/12/24 23:38:13 UTC

svn commit: r729377 - /webservices/axis/trunk/c/build/buildInitialize.xml

Author: nadiramra
Date: Wed Dec 24 14:38:13 2008
New Revision: 729377

URL: http://svn.apache.org/viewvc?rev=729377&view=rev
Log:
OS/400 compile....

Modified:
    webservices/axis/trunk/c/build/buildInitialize.xml

Modified: webservices/axis/trunk/c/build/buildInitialize.xml
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/build/buildInitialize.xml?rev=729377&r1=729376&r2=729377&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/buildInitialize.xml (original)
+++ webservices/axis/trunk/c/build/buildInitialize.xml Wed Dec 24 14:38:13 2008
@@ -201,6 +201,7 @@
         <linker id="OS400Linker" name="ld" libtool="false" if="os400">
             <linkerarg value="-qTGTRLS=V5R1M0"/>
             <linkerarg value="-qSTGMDL=*INHERIT"/>
+            <linkerarg value="-x" if="exportList" />
         </linker>
 
         <!-- HP-UX linker -->