make.bat: v_win.c
parent
90d15215af
commit
a4e648627e
2
make.bat
2
make.bat
|
@ -1,5 +1,5 @@
|
||||||
curl -O https://raw.githubusercontent.com/vlang/vc/master/v_win.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_win.c
|
||||||
v2.exe -o v.exe compiler
|
v2.exe -o v.exe compiler
|
||||||
del v2.exe
|
del v2.exe
|
||||||
del v.c
|
del v.c
|
||||||
|
|
Loading…
Reference in New Issue