mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
6 lines
164 B
Batchfile
6 lines
164 B
Batchfile
git clone --depth 1 --quiet https://github.com/vlang/vc
|
|
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe vc/v_win.c
|
|
v2.exe -o v.exe compiler
|
|
del v2.exe
|
|
rd /s /q vc
|