From d42aeaa95d3459eb5cc17e2ebfbeedffd996a6e1 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Tue, 27 Jan 2004 22:04:12 +0000 Subject: [PATCH] Use xcode for app target, too (thanks to John Daniel) --- BasiliskII/src/MacOSX/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BasiliskII/src/MacOSX/Makefile.in b/BasiliskII/src/MacOSX/Makefile.in index 7b0c275b..92df6444 100644 --- a/BasiliskII/src/MacOSX/Makefile.in +++ b/BasiliskII/src/MacOSX/Makefile.in @@ -61,7 +61,9 @@ $(OBJ_DIR):: $(APP): $(OBJ_DIR) $(GEN) $(SRCS) - pbxbuild -buildstyle Deployment || rm -fr $(APP) + xcodebuild -buildstyle Deployment \ + -project BasiliskII.xcode || rm -fr $(APP) +# pbxbuild -buildstyle Deployment || rm -fr $(APP) # pbxbuild || rm -fr $(APP) BasiliskII.icns :