[Python-checkins] r51340 - python/branches/release25-maint/Tools/buildbot/external.bat

martin.v.loewis python-checkins at python.org
Thu Aug 17 19:27:31 CEST 2006


Author: martin.v.loewis
Date: Thu Aug 17 19:27:31 2006
New Revision: 51340

Modified:
   python/branches/release25-maint/Tools/buildbot/external.bat
Log:
Leave tk build directory to restore original path.


Modified: python/branches/release25-maint/Tools/buildbot/external.bat
==============================================================================
--- python/branches/release25-maint/Tools/buildbot/external.bat	(original)
+++ python/branches/release25-maint/Tools/buildbot/external.bat	Thu Aug 17 19:27:31 2006
@@ -28,6 +28,7 @@
    cd tk8.4.12\win
    nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12
    nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
+   cd ..\..
 )
 
 @rem sqlite


More information about the Python-checkins mailing list