add mysql & http funcs

This commit is contained in:
alice
2026-07-28 23:44:07 +02:00
parent befebc4b6e
commit 0b79c0c114
43 changed files with 3023 additions and 146 deletions
+22 -10
View File
@@ -75,18 +75,30 @@ workspace "iw5-gsc-utils"
pchheader "stdinc.hpp"
pchsource "src/stdinc.cpp"
includedirs
{
"src"
}
files
{
"src/**.h",
"src/**.hpp",
"src/**.cpp"
files
{
"./src/**.h",
"./src/**.hpp",
"./src/**.cpp",
"./src/**.rc",
}
includedirs
{
"%{prj.location}/src",
"./src",
"./deps/mysql/include"
}
libdirs {"./deps/mysql/lib"}
resincludedirs
{
"$(ProjectDir)src"
}
linkoptions {"/DELAYLOAD:libmysql.dll"}
dependencies.imports()
group "Dependencies"