diff --git a/.gitignore b/.gitignore index d6b05e0..27118e8 100644 --- a/.gitignore +++ b/.gitignore @@ -330,4 +330,6 @@ ASALocalRun/ # Klocwork .klocwork/ -*.o \ No newline at end of file +*.o +ToolChains/ +.DS_Store \ No newline at end of file diff --git a/makefile b/makefile index 7043042..e8a0df3 100644 --- a/makefile +++ b/makefile @@ -127,11 +127,17 @@ # make linux ARCHID=36 # Linux x86_64/MUSL (OpenWRT) # make linux ARCHID=40 # Linux MIPSEL24KC/MUSL (OpenWRT) # make linux ARCHID=41 # Linux ARMADA/CORTEX-A53/MUSL (OpenWRT) +# make linux ARCHID=44 # Linux ARMVIRT32/MUSL (OpenWRT) # # Synology Builds # # make linux ARCHID=35 # Linux ARMADA 370 Hardfloat - +# +# Windows Builds for ARCHID: +# 1 - 4 are Windows builds. please use Visual Studio to compile. +# 21 - 22 are Windows builds, please use Visual Studio to compile. +# 34 is Windows build, please use Visual Studio to compile. +# 42 - 43 are Windows builds, please use Visual Studio to compile. # # Required build switches: # ARCHID Architecture ID @@ -373,7 +379,7 @@ LMS = 0 endif # Official Linux ARMVIRT32 (OpenWRT) -ifeq ($(ARCHID),42) +ifeq ($(ARCHID),44) ARCHNAME = armvirt32 export PATH := $(PATH_OPENWRT_ARMVIRT32)bin:$(PATH_OPENWRT_ARMVIRT32)libexec/gcc/arm-openwrt-linux-muslgnueabi/8.4.0:$(PATH_OPENWRT_ARMVIRT32)arm-openwrt-linux-muslgnueabi/bin:$(PATH) export STAGING_DIR := $(PATH_OPENWRT_ARMVIRT32) diff --git a/microscript/ILibDuktape_Commit.h b/microscript/ILibDuktape_Commit.h index 7deb388..91ffb57 100644 --- a/microscript/ILibDuktape_Commit.h +++ b/microscript/ILibDuktape_Commit.h @@ -1,3 +1,3 @@ -// This file is auto-generated, any edits may be overwritten -#define SOURCE_COMMIT_DATE "2025-Mar-6 21:37:17+0000" -#define SOURCE_COMMIT_HASH "604f24ce11a46542a01a7024c683b35685dce1b9" +// This file is auto-generated, any edits may be overwritten +#define SOURCE_COMMIT_DATE "2025-Mar-6 21:44:07+0000" +#define SOURCE_COMMIT_HASH "28d67274264e140e0c7a4254ad0e32865d5c4a13"