Staging
v0.8.1
Revision e2a3c77546b014be6c640457deca33e34a823532 authored by Serhiy Storchaka on 23 October 2016, 10:07:48 UTC, committed by Serhiy Storchaka on 23 October 2016, 10:07:48 UTC
1 parent 58bd36b
Raw File
clean-amd64.bat
@rem Formerly used by the buildbot "clean" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use `clean.bat` from this
@echo directory and pass `-p x64` as two arguments.
call "%~dp0clean.bat" -p x64 %*
back to top