Skip to content

Commit

Permalink
Added bash script to build VM on MacOS X
Browse files Browse the repository at this point in the history
  • Loading branch information
russellallen committed May 9, 2009
1 parent 61cf57c commit b92d4c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions release/buildMacOSXVM
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash

################################################
#
# Build MacOS X VM
#
# Move root of source tree to ~/self
#

export SELF_WORKING_DIR=${PWD}/..
echo Setting paths: SELF_WORKING_DIR = $SELF_WORKING_DIR

export PATH=$PATH:$SELF_WORKING_DIR/bin/mac_osx
export PATH=$PATH:$SELF_WORKING_DIR/bin/shell

export MAKE=/usr/bin/make

xcodebuild -project ../vm/mac_osx/vm_project/vm_project.xcodeproj -target Self



0 comments on commit b92d4c2

Please sign in to comment.