Browse Source

Move bash_profile improvements into new directory structure

Hamilton Turner 11 years ago
parent
commit
43263d3173
2 changed files with 1 additions and 12 deletions
  1. 1 1
      frameworks/C++/wt/bash_profile.sh
  2. 0 11
      wt/bash_profile.sh

+ 1 - 1
frameworks/C++/wt/bash_profile.sh

@@ -8,4 +8,4 @@ export WT_ROOT=${IROOT}/wt
 export WT_LIB=${WT_ROOT}/lib
 export WT_INC=${WT_ROOT}/include
 
-export LD_LIBRARY_PATH=${BOOST_LIB}:${WT_LIB}:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH="${BOOST_LIB}:${WT_LIB}:${LD_LIBRARY_PATH}"

+ 0 - 11
wt/bash_profile.sh

@@ -1,11 +0,0 @@
-#!/bin/bash
-
-export BOOST_ROOT=${IROOT}/boost
-export BOOST_INC=${BOOST_ROOT}/include
-export BOOST_LIB=${BOOST_ROOT}/lib
-
-export WT_ROOT=${IROOT}/wt
-export WT_LIB=${WT_ROOT}/lib
-export WT_INC=${WT_ROOT}/include
-
-export LD_LIBRARY_PATH="${BOOST_LIB}:${WT_LIB}:${LD_LIBRARY_PATH}"