summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-02 23:18:53 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-02 23:18:53 +0200
commitd16f38879295f694b0fc536333386b41d5e25e9f (patch)
tree05f31e0d502005ae42c11fa996402ea172e42345 /build
parentc89dee2faf384f11461d6843428ffaa6f653d507 (diff)
make enchant a separate install component
Diffstat (limited to 'build')
-rw-r--r--build/xchat-wdk.iss19
1 files changed, 11 insertions, 8 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss
index b7f95a54..57205f84 100644
--- a/build/xchat-wdk.iss
+++ b/build/xchat-wdk.iss
@@ -37,7 +37,8 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom
 [Components]

 Name: "libs"; Description: "XChat-WDK"; Types: normal full custom; Flags: fixed

 Name: "translations"; Description: "Translations"; Types: normal full custom

-Name: "dictionaries"; Description: "Spelling dictionaries"; Types: full custom

+Name: "spelling"; Description: "Spelling Library"; Types: full custom

+Name: "spelling\dict"; Description: "Dictionaries"; Types: full custom

 Name: "plugins"; Description: "Plugins"; Types: full custom

 Name: "plugins\ewc"; Description: "EasyWinampControl"; Types: full custom

 Name: "plugins\upd"; Description: "XChat-WDK Update Checker"; Types: normal full custom

@@ -70,7 +71,7 @@ Source: "portable-mode"; DestDir: "{app}"; Tasks: portable
 Source: "etc\*"; DestDir: "{app}\etc"; Flags: createallsubdirs recursesubdirs; Components: libs

 Source: "locale\*"; DestDir: "{app}\locale"; Flags: createallsubdirs recursesubdirs; Components: translations

 Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: createallsubdirs recursesubdirs; Components: translations

-Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs; Components: dictionaries

+Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs; Components: spelling\dict

 

 

 

@@ -150,14 +151,16 @@ Source: "ssleay32.dll.x64"; DestDir: "{app}"; DestName: "ssleay32.dll"; Componen
 Source: "zlib1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

 Source: "zlib1.dll.x64"; DestDir: "{app}"; DestName: "zlib1.dll"; Components: libs; Tasks: x64

 

-Source: "libenchant-1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libenchant-1.dll.x64"; DestDir: "{app}"; DestName: "libenchant-1.dll"; Components: libs; Tasks: x64

 

-Source: "lib\enchant\libenchant_myspell.dll"; DestDir: "{app}\lib\enchant"; Components: libs; Tasks: x86

-Source: "lib\enchant\libenchant_myspell.dll.x64"; DestDir: "{app}\lib\enchant"; DestName: "libenchant_myspell.dll"; Components: libs; Tasks: x64

 

-Source: "libgcc_s_sjlj-1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgcc_s_sjlj-1.dll.x64"; DestDir: "{app}"; DestName: "libgcc_s_sjlj-1.dll"; Components: libs; Tasks: x64

+Source: "libenchant-1.dll"; DestDir: "{app}"; Components: spelling; Tasks: x86

+Source: "libenchant-1.dll.x64"; DestDir: "{app}"; DestName: "libenchant-1.dll"; Components: spelling; Tasks: x64

+

+Source: "lib\enchant\libenchant_myspell.dll"; DestDir: "{app}\lib\enchant"; Components: spelling; Tasks: x86

+Source: "lib\enchant\libenchant_myspell.dll.x64"; DestDir: "{app}\lib\enchant"; DestName: "libenchant_myspell.dll"; Components: spelling; Tasks: x64

+

+Source: "libgcc_s_sjlj-1.dll"; DestDir: "{app}"; Components: spelling; Tasks: x86

+Source: "libgcc_s_sjlj-1.dll.x64"; DestDir: "{app}"; DestName: "libgcc_s_sjlj-1.dll"; Components: spelling; Tasks: x64