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 la...@apache.org on 2008/04/08 10:18:55 UTC

svn commit: r645788 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl

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 @@
 <xsl:variable name="targetsourcelocation"><xsl:value-of select="@targetsourcelocation"/></xsl:variable>
 <xsl:choose>
 <xsl:when test="$option = 1">
-gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.3.0/ -I<xsl:value-of select="$targetsourcelocation"/> -L$AXIS2C_HOME/lib \
+gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.3.1/ -I<xsl:value-of select="$targetsourcelocation"/> -L$AXIS2C_HOME/lib \
     -laxutil \
     -laxis2_axiom \
     -laxis2_engine \
@@ -39,7 +39,7 @@
     *.c <xsl:value-of select="@targetsourcelocation"/>/*.c
 </xsl:when>
 <xsl:otherwise>
-gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.3.0/  -L$AXIS2C_HOME/lib \
+gcc -g -shared -olib<xsl:value-of select="$servicename"/>.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