Use xcode for app target, too (thanks to John Daniel)

This commit is contained in:
nigel 2004-01-27 22:04:12 +00:00
parent c9edbd29ee
commit d42aeaa95d

View File

@ -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 :