mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 18:21:50 +00:00
major cleanup
This commit is contained in:
13
premake5.lua
13
premake5.lua
@ -77,6 +77,8 @@ workspace "t4sp-server-plugin"
|
||||
"./src/**.h",
|
||||
"./src/**.hpp",
|
||||
"./src/**.cpp",
|
||||
"./src/**.c",
|
||||
"./src/**.asm"
|
||||
}
|
||||
|
||||
includedirs
|
||||
@ -96,5 +98,16 @@ workspace "t4sp-server-plugin"
|
||||
|
||||
dependencies.imports()
|
||||
|
||||
exceptionhandling ("Off")
|
||||
|
||||
if _OPTIONS["copy-to"] then
|
||||
postbuildcommands {"copy /y \"$(TargetPath)\" \"" .. _OPTIONS["copy-to"] .. "\""}
|
||||
else
|
||||
postbuildcommands {
|
||||
"if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4staging\\plugins\\\" )",
|
||||
"if \"%COMPUTERNAME%\" == \"JEZUZLIZARD\" ( copy /y \"$(TargetPath)\" \"C:/Users/Jezuz/Desktop/re-T4SP\" )"
|
||||
}
|
||||
end
|
||||
|
||||
group "Dependencies"
|
||||
dependencies.projects()
|
Reference in New Issue
Block a user