feat: add gmake.bsd project files for FreeBSD builds with premake5 location rule

Add new GNU Make workspace and project makefiles under projects/gmake.bsd/ directory, supporting release_64bit, release_32bit, debug_64bit, and debug_32bit configurations for the wren_cli target. Update premake5.lua to route BSD system builds to the new gmake.bsd location instead of the default gmake directory.
This commit is contained in:
underscorediscovery
2020-02-14 06:38:13 +00:00
parent 93bcb83051
commit 73ecd9dd8c
3 changed files with 416 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ workspace "wren-cli"
filter "action:gmake2"
location ("../gmake")
filter "system:bsd"
location ("../gmake.bsd")
project "wren_cli"
kind "ConsoleApp"