From c293c645d731c30688ecaf3739b643eb5913b51b Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Sun, 5 Jun 2016 04:24:43 +0400 Subject: [PATCH] Include all repository files in setup exe Don't exclude non-MSW specific files any longer from the generated installer for MSW. The space savings are hardly worth the effort: originally 46.9 MiB (133 MiB installed) and with all files included 48 MiB (142 MiB installed). Also by having all files in the installer more exotic builds such as wxGTK for MSW are available. (cherry picked from commit 9a9a1199d4f2244cf95b27edeee6908b31ef2b8a) --- build/tools/wxwidgets.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/wxwidgets.iss b/build/tools/wxwidgets.iss index 6f95988d26..bf681460cc 100644 --- a/build/tools/wxwidgets.iss +++ b/build/tools/wxwidgets.iss @@ -44,7 +44,7 @@ SolidCompression=yes [Files] ; source files -Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Excludes: "cocoa,dfb,gtk,gtk1,motif,msdos,os2,osx,wxWindows.xcod*,x11,distrib"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs [INI] Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org"