view scripts/bitten.bat @ 68:234600bf0d49

Fixes for Windows compatibility: * implementation of {{{bitten.util.cmdline}}} for windows, based on temporary files * the recipe tools now close the files they opened so that they can be properly deleted after the build completed * Wrapper batch files for client and server
author cmlenz
date Thu, 30 Jun 2005 12:28:54 +0000
parents
children
line wrap: on
line source
@echo off
python -c "import sys; from bitten import slave; sys.argv[0] = r'%0'; slave.main()" %*
Copyright (C) 2012-2017 Edgewall Software