From 1237967cad9642e4adf63b2a11efb2ec70203c69 Mon Sep 17 00:00:00 2001 From: Anthony Tong Date: Fri, 24 Aug 2012 10:57:11 -0500 Subject: [PATCH] move macos build script --- xcode.sh => scripts/xcode.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename xcode.sh => scripts/xcode.sh (96%) diff --git a/xcode.sh b/scripts/xcode.sh similarity index 96% rename from xcode.sh rename to scripts/xcode.sh index eebfed050..f86faa95a 100755 --- a/xcode.sh +++ b/scripts/xcode.sh @@ -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 \ No newline at end of file +fi