diff --git a/make.bat b/make.bat index 82971dfa29..3bfc543a42 100644 --- a/make.bat +++ b/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 v2.exe -o v.exe compiler del v2.exe