chore: rename xcode4/gmake2 output dirs to xcode/gmake and add error on invalid config

This commit is contained in:
underscorediscovery
2020-02-14 06:22:26 +00:00
parent 8e46377596
commit 0c8e73120e
5 changed files with 414 additions and 411 deletions
+10 -7
View File
@@ -1,4 +1,4 @@
# GNU Make workspace makefile autogenerated by Premake
# Alternative GNU Make workspace makefile autogenerated by Premake
ifndef config
config=release_64bit
@@ -10,15 +10,18 @@ endif
ifeq ($(config),release_64bit)
wren_cli_config = release_64bit
endif
ifeq ($(config),release_32bit)
else ifeq ($(config),release_32bit)
wren_cli_config = release_32bit
endif
ifeq ($(config),debug_64bit)
else ifeq ($(config),debug_64bit)
wren_cli_config = debug_64bit
endif
ifeq ($(config),debug_32bit)
else ifeq ($(config),debug_32bit)
wren_cli_config = debug_32bit
else
$(error "invalid configuration $(config)")
endif
PROJECTS := wren_cli