v/make.bat

6 lines
171 B
Batchfile
Raw Normal View History

2019-08-17 11:51:22 +02:00
curl -O https://raw.githubusercontent.com/vlang/vc/master/v_win.c
2019-08-17 12:47:18 +02:00
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v_win.c
2019-08-11 19:10:22 +02:00
v2.exe -o v.exe compiler
del v2.exe
2019-08-17 15:31:44 +02:00
del v_win.c