You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/03/27 23:06:12 UTC

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

Author: nadiramra
Date: Mon Mar 27 13:06:11 2006
New Revision: 389271

URL: http://svn.apache.org/viewcvs?rev=389271&view=rev
Log:
os/400 fix in compiler options

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

Modified: webservices/axis/trunk/c/build/buildInitialize.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/buildInitialize.xml?rev=389271&r1=389270&r2=389271&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/buildInitialize.xml (original)
+++ webservices/axis/trunk/c/build/buildInitialize.xml Mon Mar 27 13:06:11 2006
@@ -211,7 +211,7 @@
 		<!-- Definition of OS/400 linker -->
 		<linker id="OS400ExecutableLinker" name="icc" libtool="false" if="os400">
 		    <linkerarg value="-qTGTRLS=V5R1M0"/>
-		    <linkerarg value="-qDUPPROC=*YES"/>
+		    <linkerarg value="-qOPTION=*DUPPROC"/>
 		</linker>
 		
 		<linker id="OS400Linker" name="ld" libtool="false" if="os400">