move macos build script

This commit is contained in:
Anthony Tong 2012-08-24 10:57:11 -05:00
parent b5d5387e9d
commit 1237967cad
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
# may now be legacy; 2 stage cmake no longer needed
# Xcode generated files directory
XCODE_PROJ_DIR=xcode
# MacFreeRDP client directory
@ -68,4 +71,4 @@ else
echo -n "NOTE: Dragging FreeRDP project from finder onto the MacFreeRDP project in Xcode
will enable code stepping from MacFreeRDP into FreeRDP.
"
fi
fi