diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 17:02:20 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 17:02:20 +0200 |
commit | 2d00edc0a06123f6ae10781213011a4e74451871 (patch) | |
tree | 21ea42c580f351169a5fcee872f62fc5da831f4b /build/xchat-wdk.iss | |
parent | a3041a70e84953148345f906d560f5c4c33a6e99 (diff) |
libgthread is required only for gtk 2.20
Diffstat (limited to 'build/xchat-wdk.iss')
-rw-r--r-- | build/xchat-wdk.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 4778748d..85905968 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -104,8 +104,8 @@ Source: "libgmodule-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgmodule-2.0- Source: "libgobject-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86 Source: "libgobject-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgobject-2.0-0.dll"; Components: libs; Tasks: x64 -Source: "libgthread-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86 -Source: "libgthread-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgthread-2.0-0.dll"; Components: libs; Tasks: x64 +;Source: "libgthread-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86 +;Source: "libgthread-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgthread-2.0-0.dll"; Components: libs; Tasks: x64 Source: "libgtk-win32-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86 Source: "libgtk-win32-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgtk-win32-2.0-0.dll"; Components: libs; Tasks: x64 |