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

bat files: v.c to v_win.c

This commit is contained in:
unknown-v
2019-08-17 15:31:44 +02:00
committed by Alexander Medvednikov
parent 79c727f014
commit 4f8acca153
3 changed files with 4 additions and 4 deletions

View File

@@ -2,4 +2,4 @@ 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
del v_win.c