chore(premake5.lua): remove branding from project solution
This commit is contained in:
parent
db59c7d6bc
commit
b5a6a56178
@ -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" }
|
||||
-- filter {"projects:client", "configurations:Release", "files:src/client/component/updater.cpp", "src/client/component/branding.cpp"}
|
||||
-- flags {"ExcludeFromBuild"}
|
||||
-- filter {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user