annotate repoint.bat @ 549:36940effcfcf

Windows build fixes
author Chris Cannam
date Fri, 15 Feb 2019 22:01:04 +0000
parents 12d36dcfbbfb
children
rev   line source
Chris@523 1 @echo off
Chris@523 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@523 3