Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 85345 invoked from network); 8 Apr 2008 08:19:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 08:19:19 -0000 Received: (qmail 2515 invoked by uid 500); 8 Apr 2008 08:19:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 2385 invoked by uid 500); 8 Apr 2008 08:19:19 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 2374 invoked by uid 500); 8 Apr 2008 08:19:19 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 2371 invoked by uid 99); 8 Apr 2008 08:19:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 01:19:19 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 08:18:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D863C1A9832; Tue, 8 Apr 2008 01:18:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r645788 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl Date: Tue, 08 Apr 2008 08:18:55 -0000 To: axis2-cvs@ws.apache.org From: lahiru@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080408081855.D863C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lahiru Date: Tue Apr 8 01:18:52 2008 New Revision: 645788 URL: http://svn.apache.org/viewvc?rev=645788&view=rev Log: change the build script according to Axis2c version. Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl?rev=645788&r1=645787&r2=645788&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl (original) +++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl Tue Apr 8 01:18:52 2008 @@ -27,7 +27,7 @@ -gcc -g -shared -olib.so -I $AXIS2C_HOME/include/axis2-1.3.0/ -I -L$AXIS2C_HOME/lib \ +gcc -g -shared -olib.so -I $AXIS2C_HOME/include/axis2-1.3.1/ -I -L$AXIS2C_HOME/lib \ -laxutil \ -laxis2_axiom \ -laxis2_engine \ @@ -39,7 +39,7 @@ *.c /*.c -gcc -g -shared -olib.so -I $AXIS2C_HOME/include/axis2-1.3.0/ -L$AXIS2C_HOME/lib \ +gcc -g -shared -olib.so -I $AXIS2C_HOME/include/axis2-1.3.1/ -L$AXIS2C_HOME/lib \ -laxutil \ -laxis2_axiom \ -laxis2_engine \ --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org