############################################################################### # Copyright (c) 2009 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM - Initial API and implementation ############################################################################### #!/bin/sh # CHANGE THESE HOME_DIR=/Users/stevejobs/Desktop/racporthead/finalac JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK XERCESC_HOME=$HOME_DIR/xerces-c_2_8_0-x86-macosx-gcc_4_0 # LEAVE EVERYTHING BELOW :@ TPTP_AC_HOME=$HOME_DIR/ TEMP=/tmp LD_LIBRARY_PATH=$TPTP_AC_HOME/lib:$CBE_SDK_HOME/lib:$XERCESC_HOME/lib:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH echo $JAVA_HOME export CBE_SDK_HOME export XERCESC_HOME export JAVA_HOME export LD_LIBRARY_PATH export DYLD_LIBRARY_PATH export TPTP_AC_HOME export TEMP bash