feat: adapt levilamina 1.5.x

This commit is contained in:
zimuya4153
2025-10-13 03:46:40 +08:00
Unverified
parent 5b5d60b5fb
commit b0cff071dc
8 changed files with 134 additions and 114 deletions
+7 -5
View File
@@ -8,11 +8,12 @@ if not has_config("vs_runtime") then
set_runtimes("MD")
end
add_requires("levilamina 1.4.1", {configs = {target_type = "server"}})
add_requires("levilamina 1.5.2", {configs = {target_type = "server"}})
add_requires("legacyremotecall")
add_requires("levibuildscript")
add_requires("ilistenattentively 0.7.0")
add_requires("gmlib 1.4.3")
add_requires("levibuildscript 0.5.2")
add_requires("ilistenattentively 0.8.0")
add_requires("gmlib 1.5.1")
add_requires("modapi 0.1.1")
target("GMLIB-LegacyRemoteCallApi")
add_cxflags(
@@ -35,7 +36,8 @@ target("GMLIB-LegacyRemoteCallApi")
"levilamina",
"legacyremotecall",
"ilistenattentively",
"gmlib"
"gmlib",
"modapi"
)
add_rules("@levibuildscript/linkrule")
add_rules("@levibuildscript/modpacker")