diff --git a/build.cmd b/build.cmd new file mode 100644 index 00000000000..0eb18fc5346 --- /dev/null +++ b/build.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %* diff --git a/configure.cmd b/configure.cmd new file mode 100644 index 00000000000..0eb18fc5346 --- /dev/null +++ b/configure.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %* diff --git a/runTests.cmd b/runTests.cmd new file mode 100644 index 00000000000..0eb18fc5346 --- /dev/null +++ b/runTests.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %*