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
+8
View File
@@ -25,6 +25,14 @@ workspace "wren-cli"
defines { "_CRT_SECURE_NO_WARNINGS" }
flags { "MultiProcessorCompile" }
--the 'xcode4' and 'gmake2' folder names
--are simply confusing, so, simplify then
filter "action:xcode4"
location ("../xcode")
filter "action:gmake2"
location ("../gmake")
project "wren_cli"
kind "ConsoleApp"
language "C"