chore(premake5.lua): remove branding from project solution

This commit is contained in:
Rim 2025-03-21 17:58:42 -04:00
parent db59c7d6bc
commit b5a6a56178

View File

@ -308,7 +308,7 @@ pchsource "src/client/std_include.cpp"
linkoptions {"/IGNORE:4254", "/DYNAMICBASE:NO", "/SAFESEH:NO", "/LARGEADDRESSAWARE", "/LAST:.main", "/PDBCompress"}
files {"./src/client/**.rc", "./src/client/**.hpp", "./src/client/**.cpp", "./src/client/resources/**.*"}
removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
removefiles {"src/client/component/updater.cpp", "src/client/component/updater.hpp", "src/client/component/branding.cpp", "src/client/component/branding.cpp"}
-- filter { "configurations:Release", "files:src/client/component/updater.cpp" }
-- flags { "ExcludeFromBuild" }
@ -365,9 +365,9 @@ group "Dependencies"
dependencies.projects()
-- filter "projects:client"
-- removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
-- removefiles {"src/client/component/updater.cpp", "src/client/component/updater.hpp", "src/client/component/branding.cpp", "src/client/component/branding.cpp"}
-- filter {}
-- filter { "projects:client", "configurations:Release", "files:src/client/component/updater.cpp" }
-- flags { "ExcludeFromBuild" }
-- filter {"projects:client", "configurations:Release", "files:src/client/component/updater.cpp", "src/client/component/branding.cpp"}
-- flags {"ExcludeFromBuild"}
-- filter {}