annotate repoint.bat @ 692:bb17fedec409

Another define now needed for Windows build
author Chris Cannam
date Mon, 30 Mar 2020 17:40:20 +0100
parents 12d36dcfbbfb
children
rev   line source
Chris@523 1 @echo off
Chris@523 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@523 3