From 22877341398b5bd74e87adeb38c11c0af5b03a01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 14 Jan 2016 02:10:11 +0100 Subject: [PATCH] installer: remove filelists that are not used --- .../packaging/installer/include/filelist.nsh | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/development/Win32/packaging/installer/include/filelist.nsh b/development/Win32/packaging/installer/include/filelist.nsh index 7630df79f6..faafb633df 100644 --- a/development/Win32/packaging/installer/include/filelist.nsh +++ b/development/Win32/packaging/installer/include/filelist.nsh @@ -138,37 +138,3 @@ Lists of files to include in the installer ${FILE}wasy10.ttf" !macroend - -!macro FileListImageMagick COMMAND DIRECTORY - -# FIXME: simply copy the whole directory! - - ${FILE}coder.xml" - ${FILE}colors.xml" - ${FILE}configure.xml" - ${FILE}convert.exe" - ${FILE}delegates.xml" - ${FILE}english.xml" - ${FILE}ImageMagick.rdf" - ${FILE}locale.xml" - ${FILE}log.xml" - ${FILE}magic.xml" - ${FILE}policy.xml" - ${FILE}sRGB.icm" - ${FILE}thresholds.xml" - ${FILE}type-ghostscript.xml" - ${FILE}type.xml" - ${FILE}X11.dll" - ${FILE}Xext.dll" - -!macroend - -!macro FileListGhostscript COMMAND DIRECTORY - -# FIXME: simply copy the whole directory! - - ${FILE}gswin32.exe" - ${FILE}gswin32c.exe" - ${FILE}gsdll32.dll" - -!macroend \ No newline at end of file -- 2.39.5