# HG changeset patch # User Christian Wirth # Date 1398762128 -7200 # Node ID 46c51b5d0abb0d9fae839ef7f7093ed0a42e6198 # Parent b2381f53c77fbdfbeba5416b99a63fc38179d050 on windows, support mx.cmd to be called from the path diff -r b2381f53c77f -r 46c51b5d0abb mx.cmd --- a/mx.cmd Mon Apr 28 16:22:25 2014 +0200 +++ b/mx.cmd Tue Apr 29 11:02:08 2014 +0200 @@ -1,1 +1,1 @@ -python mxtool/mx.py %* +python %~dp0/mxtool/mx.py %*