From c160d4b9ebe586a199ae879c18aeb6f3ccfb0539 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 3 Sep 2018 10:00:08 +0200 Subject: [PATCH] Use local wxWidget DLLs --- UpdCheck/MSIBuild/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UpdCheck/MSIBuild/Makefile b/UpdCheck/MSIBuild/Makefile index 939b865..96b7660 100644 --- a/UpdCheck/MSIBuild/Makefile +++ b/UpdCheck/MSIBuild/Makefile @@ -79,6 +79,11 @@ FeatureComponents Feature_ Component_ featUpdCheck compUpdCheck.exe.$(PLAT) featUpdCheck compwxExtend.dll.$(PLAT) featUpdCheck compUpdater.dll.$(PLAT) +featUpdCheck compwxbase.dll.$(PLAT) +featUpdCheck compwxbase_net.dll.$(PLAT) +featUpdCheck compwxbase_xml.dll.$(PLAT) +featUpdCheck compwxmsw_core.dll.$(PLAT) +featUpdCheck compwxmsw_aui.dll.$(PLAT) <