1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make.bat: v_win.c

This commit is contained in:
Alexander Medvednikov 2019-08-17 13:47:18 +03:00 committed by GitHub
parent 90d15215af
commit a4e648627e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
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
del v2.exe
del v.c