diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-22 03:45:43 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-22 03:45:43 +0200 |
commit | 989d5b38d05f88014cb9b203c26a8ff755c9a82b (patch) | |
tree | 92e4a206b7758232bfbf196a1379e2fecbfba3da /build/build-x86.bat | |
parent | 44e50a5c1cb6264ea5c30cc6f35d6a49281349fd (diff) |
plugin-tray finally works, disable xtray
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 6 |
1 files changed, 3 insertions, 3 deletions
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 |