chore: rename xcode4/gmake2 output dirs to xcode/gmake and add error on invalid config
This commit is contained in:
+10
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user