0.3.0: tidy up xcode/gmake naming

This commit is contained in:
underscorediscovery
2020-02-13 22:22:26 -08:00
parent 5bd0ecd762
commit 79e0f8fcb3
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"