mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 18:21:50 +00:00
Add scheduler, add support for GSC method adding, command adding.
Some cleanup. Add exception handler.
This commit is contained in:
@ -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++"
|
||||
|
||||
|
Reference in New Issue
Block a user