summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:59:28 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:59:28 +0200
commit22d5ba05dc6db119be9f7c07d69ff9ab7781af9e (patch)
tree220a0086790962d236293d43a496ec821b46cbf7 /makefile
parent9dce821cbb1a7016d418f6b650152fab4f32a418 (diff)
xcode4 and ios removal
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile
index 9907204149a..465dc2f56de 100644
--- a/makefile
+++ b/makefile
@@ -1464,14 +1464,6 @@ macosx_x86_clang: generate $(PROJECTDIR)/$(MAKETYPE)-osx-clang/Makefile
$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/$(MAKETYPE)-osx-clang config=$(CONFIG)32 precompile
$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/$(MAKETYPE)-osx-clang config=$(CONFIG)32
-.PHONY: xcode4
-xcode4: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --targetos=macosx --xcode=osx xcode4
-
-.PHONY: xcode4-ios
-xcode4-ios: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --targetos=macosx --xcode=ios xcode4
-
#-------------------------------------------------
# gmake-solaris
#-------------------------------------------------