mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
plugin-tray finally works, disable xtray
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user