diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-11 22:52:30 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-11 22:52:30 +0200 |
commit | 6e9bd026943fcca1da88aecc80aaea868b538242 (patch) | |
tree | 36e9ee2f15449c3f144c3c3dc8de5ba4c66623a7 /build | |
parent | 06d71ca6a801f1c7d2828d31e0a1add4d61f7cbd (diff) |
enable the XDCC plugin
Diffstat (limited to 'build')
-rw-r--r-- | build/build-x64.bat | 3 | ||||
-rw-r--r-- | build/build-x86.bat | 3 | ||||
-rw-r--r-- | build/release-x64.bat | 1 | ||||
-rw-r--r-- | build/release-x86.bat | 1 |
4 files changed, 8 insertions, 0 deletions
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 |