bin/setenv.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 21 Feb 2019 20:42:12 +0000
changeset 261 9312db25c9f8
parent 43 69065e73842b
permissions -rw-r--r--
Add `libffi` to a set of binary files for librun

@echo off
IF EXIST "%PROGRAMFILES(X86)%" (
	%~dp0\setenv_mingw64.bat
) ELSE (
    %~dp0\setenv_mingw32.bat
)