Staging
v0.8.1
Revision ccac023d654f8a84c5657a891067dd38b3cabc33 authored by Berker Peksag on 02 March 2015, 04:54:27 UTC, committed by Berker Peksag on 02 March 2015, 04:54:27 UTC
The test checks that the environ argument contains correct headers,
querystring and path information.

Patch by Alex Shkop.
2 parent s 6897e56 + 659f631
Raw File
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

call %~dp0build.bat -t Clean %*
back to top