From 989d5b38d05f88014cb9b203c26a8ff755c9a82b Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sat, 22 May 2010 03:45:43 +0200 Subject: plugin-tray finally works, disable xtray --- build/build-x64.bat | 6 +++--- build/build-x86.bat | 6 +++--- build/release-x64.bat | 2 +- build/release-x86.bat | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'build') diff --git a/build/build-x64.bat b/build/build-x64.bat index 8e592281..2045666e 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -21,9 +21,9 @@ nmake -f makefile.mak ::cd ..\tcl ::nmake -f makefile.mak clean ::nmake -f makefile.mak -cd ..\xtray -nmake -f makefile.mak clean -nmake -f makefile.mak +::cd ..\xtray +::nmake -f makefile.mak clean +::nmake -f makefile.mak cd ..\..\build set PATH=%PATH%;c:\mozilla-build\build\xchat-dev32\bin call compile-po-files.bat diff --git a/build/build-x86.bat b/build/build-x86.bat index aeaa50ad..a0dc09d2 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -21,9 +21,9 @@ nmake -f makefile.mak cd ..\tcl nmake -f makefile.mak clean nmake -f makefile.mak -cd ..\xtray -nmake -f makefile.mak clean -nmake -f makefile.mak +::cd ..\xtray +::nmake -f makefile.mak clean +::nmake -f makefile.mak cd ..\..\build call compile-po-files.bat cd ..\build diff --git a/build/release-x64.bat b/build/release-x64.bat index 8ec13559..41bc678c 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -36,6 +36,6 @@ 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\xtray\xtray.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 c21602df..68f8ea2e 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -36,6 +36,6 @@ 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\xtray\xtray.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