Implemented OS specific implementations for func_shell for more flexability
authorRobert Pengelly <robertapengelly@hotmail.com>
Mon, 24 Mar 2025 23:44:15 +0000 (23:44 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Mon, 24 Mar 2025 23:44:15 +0000 (23:44 +0000)
commit247fc17f03aef763cce55c4d1e43d28102cde70a
tree4d4d016d9dfba750dc7ca5b77c882a41ac2fb2f9
parent57dbcc790946f8e21ed43290b3ad8457a571d3b2
Implemented OS specific implementations for func_shell 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