maint: April update

This commit is contained in:
2024-04-26 10:59:05 +02:00
parent ce6b6f4112
commit 89a735326d
43 changed files with 375 additions and 87 deletions

View File

@ -214,7 +214,7 @@ newaction {
dependencies.load()
workspace "iw4-sp"
workspace "iw4x-sp"
startproject "client"
location "./build"
objdir "%{wks.location}/obj"
@ -288,7 +288,9 @@ project "client"
kind "WindowedApp"
language "C++"
targetname "iw4-sp"
targetname "iw4x-sp"
dependson {"tlsdll", "runner"}
pchheader "std_include.hpp"
pchsource "src/client/std_include.cpp"
@ -303,7 +305,7 @@ resincludedirs {"$(ProjectDir)src"}
links {"common"}
prebuildcommands {"pushd %{_MAIN_SCRIPT_DIR}", "tools\\premake5 generate-buildinfo", "popd"}
prebuildcommands {"pushd %{_MAIN_SCRIPT_DIR}", "premake5 generate-buildinfo", "popd"}
if _OPTIONS["copy-to"] then
postbuildcommands {