aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-03-24 15:04:47 -0400
committerCalvin Rose <calsrose@gmail.com>2019-03-24 15:04:47 -0400
commit10769f6f2ef2024625497c45dffe8e1741b5eae0 (patch)
treeaa4139bc7e2a0d5f98067bd2d08abbb7c3aec7ea
parentAdd colors to repl and string/format. (diff)
Appveyor build issues
Revert some externeous changes in build_win.bat to see what happens.
-rw-r--r--build_win.bat10
1 files changed, 5 insertions, 5 deletions
diff --git a/build_win.bat b/build_win.bat
index f5693d53..94a22433 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -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