mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
make.bat: use v_win.c
This commit is contained in:
parent
4760fea489
commit
20dd538b65
1 changed files with 1 additions and 1 deletions
2
make.bat
2
make.bat
|
@ -1,4 +1,4 @@
|
||||||
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
curl -O https://raw.githubusercontent.com/vlang/vc/master/v_win.c
|
||||||
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v.c
|
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v.c
|
||||||
v2.exe -o v.exe compiler
|
v2.exe -o v.exe compiler
|
||||||
del v2.exe
|
del v2.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue