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 di...@apache.org on 2008/04/11 00:22:29 UTC

svn commit: r646992 - /webservices/axis2/branches/java/1_4/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl

Author: dims
Date: Thu Apr 10 15:22:17 2008
New Revision: 646992

URL: http://svn.apache.org/viewvc?rev=646992&view=rev
Log:
port svn revision 645789 to branch

Modified:
    webservices/axis2/branches/java/1_4/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl

Modified: webservices/axis2/branches/java/1_4/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl?rev=646992&r1=646991&r2=646992&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl (original)
+++ webservices/axis2/branches/java/1_4/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl Thu Apr 10 15:22:17 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 \
@@ -35,11 +35,11 @@
     -lpthread \
     -laxis2_http_sender \
     -laxis2_http_receiver \
-    -laxis2_libxml2 \
+    -lguththila \
     *.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 \
@@ -47,7 +47,7 @@
     -lpthread \
     -laxis2_http_sender \
     -laxis2_http_receiver \
-    -laxis2_libxml2 \
+    -lguththila \
     *.c 
 </xsl:otherwise>
 </xsl:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org