From 6e9bd026943fcca1da88aecc80aaea868b538242 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 11 Aug 2010 22:52:30 +0200 Subject: enable the XDCC plugin --- build/build-x64.bat | 3 +++ build/build-x86.bat | 3 +++ build/release-x64.bat | 1 + build/release-x86.bat | 1 + 4 files changed, 8 insertions(+) (limited to 'build') diff --git a/build/build-x64.bat b/build/build-x64.bat index 5c16585c..5f064bba 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -21,6 +21,9 @@ nmake -f makefile.mak cd ..\tcl nmake -f makefile.mak clean nmake -f makefile.mak +cd ..\xdcc +nmake -f makefile.mak clean +nmake -f makefile.mak ::cd ..\xtray ::nmake -f makefile.mak clean ::nmake -f makefile.mak diff --git a/build/build-x86.bat b/build/build-x86.bat index 8e05f21a..b630a6ef 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -21,6 +21,9 @@ nmake -f makefile.mak cd ..\tcl nmake -f makefile.mak clean nmake -f makefile.mak +cd ..\xdcc +nmake -f makefile.mak clean +nmake -f makefile.mak ::cd ..\xtray ::nmake -f makefile.mak clean ::nmake -f makefile.mak diff --git a/build/release-x64.bat b/build/release-x64.bat index 0ed7dec6..1106bb58 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -38,6 +38,7 @@ xcopy /S /I ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\ +xcopy /S /I ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\ ::xcopy /S /I ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\po\locale %XCHAT_DEST%\locale xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale diff --git a/build/release-x86.bat b/build/release-x86.bat index 60df930c..1221f62c 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -38,6 +38,7 @@ xcopy /S /I ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\ +xcopy /S /I ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\ ::xcopy /S /I ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\po\locale %XCHAT_DEST%\locale xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale -- cgit 1.4.1