Added script to start clean build environment

This commit is contained in:
hunbernd 2020-05-30 02:18:21 +02:00
parent 2aca157b56
commit 00102701df

View File

@ -0,0 +1,7 @@
setlocal
set path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0
cd build\
cmd
endlocal