summary refs log tree commit diff stats
path: root/build/release-x86.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 17:02:20 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 17:02:20 +0200
commit2d00edc0a06123f6ae10781213011a4e74451871 (patch)
tree21ea42c580f351169a5fcee872f62fc5da831f4b /build/release-x86.bat
parenta3041a70e84953148345f906d560f5c4c33a6e99 (diff)
libgthread is required only for gtk 2.20
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r--build/release-x86.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat
index b0e8a83a..12d08118 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -12,7 +12,7 @@ xcopy %GTK_BIN%\libgio-2.0-0.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libglib-2.0-0.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libgmodule-2.0-0.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libgobject-2.0-0.dll %XCHAT_DEST%
-xcopy %GTK_BIN%\libgthread-2.0-0.dll %XCHAT_DEST%
+::xcopy %GTK_BIN%\libgthread-2.0-0.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libpng14-14.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\zlib1.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libgdk-win32-2.0-0.dll %XCHAT_DEST%