bin/setenv.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 20 Jan 2020 13:33:54 +0000
changeset 287 0283457aef8a
parent 43 69065e73842b
permissions -rw-r--r--
Rakefiles: add stc's `genOffsets` and `dbginfo.h` to pre-built stc archive ...since they're needed by makefile.

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