Author: steshaw
Date: Tue Nov 21 12:16:09 2006
New Revision: 477866

URL: http://svn.apache.org/viewvc?view=rev&rev=477866
Log:
QPID-120 Forget the build.rhel3 script in earlier commit.

Added:
    incubator/qpid/trunk/qpid/cpp/build.rhel3   (with props)

Added: incubator/qpid/trunk/qpid/cpp/build.rhel3
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/build.rhel3?view=auto&rev=477866
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/build.rhel3 (added)
+++ incubator/qpid/trunk/qpid/cpp/build.rhel3 Tue Nov 21 12:16:09 2006
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+ln -fs options-rhel3.mk options-local.mk
+
+PATH=~/local/make-3.80/bin:$PATH
+PATH=~/local/apr-1.2.7/bin:$PATH
+PATH=~/local/cppunit-1.11.4/bin:$PATH
+
+LD_LIBRARY_PATH=~/local/apr-1.2.7/lib:$LD_LIBRARY_PATH
+
+make "$@"

Propchange: incubator/qpid/trunk/qpid/cpp/build.rhel3
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to