Changed func_shell to use PLATFORM specific calls for more flexability
authorRobert Pengelly <robertapengelly@hotmail.com>
Mon, 24 Mar 2025 23:10:59 +0000 (23:10 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Mon, 24 Mar 2025 23:10:59 +0000 (23:10 +0000)
commit57dbcc790946f8e21ed43290b3ad8457a571d3b2
treeacb93b5e8bdc3bcae55c9efb52821c96080e5875
parent8f81312e53595fa1e5d15ea544bf74cb47b5b3db
Changed func_shell to use PLATFORM specific calls for more flexability
23 files changed:
LICENSE
Makefile.pdw
Makefile.unix
Makefile.w32
README.md
cstr.c
hashtab.c
include/xmake/command.h
include/xmake/cstr.h
include/xmake/dep.h
include/xmake/hashtab.h
include/xmake/lib.h
include/xmake/read.h
include/xmake/report.h
include/xmake/rule.h
include/xmake/variable.h
include/xmake/xmake.h
lib.c
read.c
report.c
rule.c
variable.c
xmake.c