v/make.bat

6 lines
167 B
Batchfile

curl -O https://raw.githubusercontent.com/vlang/vc/master/v_win.c
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v_win.c
v2.exe -o v.exe compiler
del v2.exe
del v.c