fix(premake5.lua): remove updater files from project solution
This commit is contained in:
parent
5792b9c33a
commit
1a50e6cc35
11
premake5.lua
11
premake5.lua
@ -308,6 +308,11 @@ pchsource "src/client/std_include.cpp"
|
|||||||
linkoptions {"/IGNORE:4254", "/DYNAMICBASE:NO", "/SAFESEH:NO", "/LARGEADDRESSAWARE", "/LAST:.main", "/PDBCompress"}
|
linkoptions {"/IGNORE:4254", "/DYNAMICBASE:NO", "/SAFESEH:NO", "/LARGEADDRESSAWARE", "/LAST:.main", "/PDBCompress"}
|
||||||
|
|
||||||
files {"./src/client/**.rc", "./src/client/**.hpp", "./src/client/**.cpp", "./src/client/resources/**.*"}
|
files {"./src/client/**.rc", "./src/client/**.hpp", "./src/client/**.cpp", "./src/client/resources/**.*"}
|
||||||
|
removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
|
||||||
|
|
||||||
|
-- filter { "configurations:Release", "files:src/client/component/updater.cpp" }
|
||||||
|
-- flags { "ExcludeFromBuild" }
|
||||||
|
-- filter {}
|
||||||
|
|
||||||
includedirs {"./src/client", "./src/common", "%{prj.location}/src"}
|
includedirs {"./src/client", "./src/common", "%{prj.location}/src"}
|
||||||
|
|
||||||
@ -359,8 +364,10 @@ resincludedirs {"$(ProjectDir)src"}
|
|||||||
group "Dependencies"
|
group "Dependencies"
|
||||||
dependencies.projects()
|
dependencies.projects()
|
||||||
|
|
||||||
removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
|
-- filter "projects:client"
|
||||||
|
-- removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
|
||||||
|
-- filter {}
|
||||||
|
|
||||||
-- filter { "configurations:Release", "files:src/client/component/updater.cpp" }
|
-- filter { "projects:client", "configurations:Release", "files:src/client/component/updater.cpp" }
|
||||||
-- flags { "ExcludeFromBuild" }
|
-- flags { "ExcludeFromBuild" }
|
||||||
-- filter {}
|
-- filter {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user