mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Appveyor build issues
Revert some externeous changes in build_win.bat to see what happens.
This commit is contained in:
parent
082639319e
commit
10769f6f2e
@ -8,17 +8,17 @@
|
|||||||
@rem Ensure correct command prompt
|
@rem Ensure correct command prompt
|
||||||
@if not defined INCLUDE goto :BADCMD
|
@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
|
@rem Sub commands
|
||||||
@if "%1"=="help" goto HELP
|
@if "%1"=="help" goto HELP
|
||||||
@if "%1"=="clean" goto CLEAN
|
@if "%1"=="clean" goto CLEAN
|
||||||
@if "%1"=="test" goto TEST
|
@if "%1"=="test" goto TEST
|
||||||
@if "%1"=="dist" goto DIST
|
@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
|
||||||
mkdir build\core
|
mkdir build\core
|
||||||
mkdir build\mainclient
|
mkdir build\mainclient
|
||||||
|
Loading…
Reference in New Issue
Block a user