Current section
Files
Jump to
Current section
Files
build.bat
@echo off
if not "%INCLUDE%"=="" goto COMP
rem Microsoft Visual C++ Build Tools 14.0.25420.1
rem visualcppbuildtools_full.exe
rem Windows 8.1 SDK
call "C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat" amd64
set INCLUDE=%INCLUDE%C:\Program Files\erl8.0\erts-8.0\include;
cd %~dp0
:COMP
if not exist obj mkdir obj
if not exist priv mkdir priv
call nmake /F make.winnt %*