summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-05-22 03:45:43 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-05-22 03:45:43 +0200
commit989d5b38d05f88014cb9b203c26a8ff755c9a82b (patch)
tree92e4a206b7758232bfbf196a1379e2fecbfba3da /build
parent44e50a5c1cb6264ea5c30cc6f35d6a49281349fd (diff)
plugin-tray finally works, disable xtray
Diffstat (limited to 'build')
-rw-r--r--build/build-x64.bat6
-rw-r--r--build/build-x86.bat6
-rw-r--r--build/release-x64.bat2
-rw-r--r--build/release-x86.bat2
4 files changed, 8 insertions, 8 deletions
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