maint: April update
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user