Add scheduler, add support for GSC method adding, command adding.

Some cleanup. Add exception handler.
This commit is contained in:
JezuzLizard
2023-03-24 15:04:25 -07:00
parent 34b90247c9
commit 74f6a66374
19 changed files with 886 additions and 102 deletions

View File

@ -30,7 +30,7 @@ end
dependencies.load()
workspace "t6-gsc-utils"
workspace "t4sp-server-plugin"
location "./build"
objdir "%{wks.location}/obj/%{cfg.buildcfg}"
targetdir "%{wks.location}/bin/%{cfg.buildcfg}"
@ -66,9 +66,9 @@ workspace "t6-gsc-utils"
defines { "DEBUG", "_DEBUG" }
filter {}
startproject "t6-gsc-utils"
startproject "t4sp-server-plugin"
project "t6-gsc-utils"
project "t4sp-server-plugin"
kind "SharedLib"
language "C++"