You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/02/09 11:48:26 UTC

svn commit: r376256 - /incubator/tuscany/cpp/sdo/build.sh

Author: robbinspg
Date: Thu Feb  9 02:48:25 2006
New Revision: 376256

URL: http://svn.apache.org/viewcvs?rev=376256&view=rev
Log:
Update build script

Modified:
    incubator/tuscany/cpp/sdo/build.sh

Modified: incubator/tuscany/cpp/sdo/build.sh
URL: http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/build.sh?rev=376256&r1=376255&r2=376256&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/build.sh (original)
+++ incubator/tuscany/cpp/sdo/build.sh Thu Feb  9 02:48:25 2006
@@ -14,17 +14,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-APFULLDIR=`pwd`
-BIN_DIR="$APFULLDIR/bin"
-LIB_DIR="$APFULLDIR/lib"
-INCLUDE_DIR="$APFULLDIR/include"
-DEFAULT_DIR="/usr/local/apache2"
-
-export SDO4CPP_HOME="$APFULLDIR"
-export SDO4CPP="$APFULLDIR"
-
-cd $SDO4CPP_HOME/runtime/core/src/Debug
-make clean
+./autogen.sh
+./configure
 make
-cp ../commonj/sdo/*.h $SDO4CPP/include/commonj/sdo
-cp libtuscany_sdo.so $SDO4CPP/lib
+make install