From: Vadim Zeitlin Date: Wed, 17 Jul 2013 12:57:41 +0000 (+0000) Subject: Remove more exclusions from Inno Setup file. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/591c850f68c7dcc490a0470af55d23be9fb5c11c Remove more exclusions from Inno Setup file. Some excluded entries were not-existent anyhow (.cvsignore, wxPython, *.pch) while others could be useful to have (misc). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/tools/wxwidgets.iss b/build/tools/wxwidgets.iss index 87f3e5e563..0b180d6223 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: ".cvsignore,cocoa,dfb,gtk,gtk1,motif,msdos,os2,osx,wxWindows.xcod*,x11,debian,distrib,misc,wxPython,*.pch,*.pch++,*.pchmm"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Excludes: "cocoa,dfb,gtk,gtk1,motif,msdos,os2,osx,wxWindows.xcod*,x11,debian,distrib"; Flags: ignoreversion recursesubdirs createallsubdirs [INI] Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org"