Appveyor build issues

Revert some externeous changes in build_win.bat to
see what happens.
This commit is contained in:
Calvin Rose 2019-03-24 15:04:47 -04:00
parent 082639319e
commit 10769f6f2e
1 changed files with 5 additions and 5 deletions

View File

@ -8,17 +8,17 @@
@rem Ensure correct command prompt
@if not defined INCLUDE goto :BADCMD
@rem Set compile and link options here
@setlocal
@set JANET_COMPILE=cl /nologo /Isrc\include /c /O2 /W3 /LD /D_CRT_SECURE_NO_WARNINGS
@set JANET_LINK=link /nologo
@rem Sub commands
@if "%1"=="help" goto HELP
@if "%1"=="clean" goto CLEAN
@if "%1"=="test" goto TEST
@if "%1"=="dist" goto DIST
@rem Set compile and link options here
@setlocal
@set JANET_COMPILE=cl /nologo /Isrc\include /c /O2 /W3 /LD /D_CRT_SECURE_NO_WARNINGS
@set JANET_LINK=link /nologo
mkdir build
mkdir build\core
mkdir build\mainclient