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 da...@apache.org on 2005/10/03 08:28:06 UTC

svn commit: r293263 - /webservices/axis2/trunk/c/project.properties

Author: damitha
Date: Sun Oct  2 23:28:01 2005
New Revision: 293263

URL: http://svn.apache.org/viewcvs?rev=293263&view=rev
Log:
Changed project.properties to define axis2c.home

Modified:
    webservices/axis2/trunk/c/project.properties

Modified: webservices/axis2/trunk/c/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/project.properties?rev=293263&r1=293262&r2=293263&view=diff
==============================================================================
--- webservices/axis2/trunk/c/project.properties (original)
+++ webservices/axis2/trunk/c/project.properties Sun Oct  2 23:28:01 2005
@@ -19,6 +19,6 @@
 freehep.nar.c.compiler=gcc
 freehep.nar.c.linker=gcc
 freehep.nar.c.compiler.arg.mid=-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread
-freehep.nar.compile.includepath=${axis2c.include}/include ${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../modules/xml/guththila/src/ 
-#freehep.nar.tests=om_test
-freehep.nar.linker.test.arg.mid=-L${cutest.home}/lib/ -lcutest -L${apr.home}/lib -lapr-1
+freehep.nar.compile.includepath=${axis2c.home}/include ${cutest.home}/include/ ${apr.home}/include/apr-1 ${axis2c.home}/modules/xml/guththila/src/
+freehep.nar.linker.arg.end=-L${cutest.home}/lib/ -lcutest -L${apr.home}/lib -lapr-1 -L${axis2c.home}/modules/core/description/target/nar/lib/i386-Linux-g++ -laxis2c-core-description-nar-0.0 -L${axis2c.home}/modules/core/context/target/nar/lib/i386-Linux-g++ -laxis2c-core-context-nar-0.0 -L${axis2c.home}/modules/core/engine/target/nar/lib/i386-Linux-g++ -laxis2c-core-engine-nar-0.0 -L${axis2c.home}/modules/xml/om/target/nar/lib/i386-Linux-g++ -laxis2c-xml-om-nar-0.0  -L${axis2c.home}/modules/xml/soap/target/nar/lib/i386-Linux-g++ -laxis2c-xml-soap-nar-0.0  -L${axis2c.home}/modules/common/target/nar/lib/i386-Linux-g++ -laxis2c-common-nar-0.0 -L${axis2c.home}/modules/xml/guththila/target/nar/lib/i386-Linux-g++ -laxis2c-xml-guththila-nar-0.0
+