mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-08-30 13:23:13 +00:00
add mysql + update build
This commit is contained in:
@@ -77,19 +77,25 @@ workspace "t5-gsc-utils"
|
||||
"./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"}
|
||||
|
||||
pchheader "stdinc.hpp"
|
||||
pchsource "src/stdinc.cpp"
|
||||
|
||||
|
Reference in New Issue
Block a user