bin/setenv_mingw32.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 C:\MSYS64\MINGW32 (
    set MINGW_DIR=C:\MSYS64\MINGW32
) else (
   set MINGW_DIR=C:\MINGW
)
set MINGW=__MINGW32__
set USEMINGW_ARG=-DUSEMINGW32
set PATH=%~dp0;%PATH%;%MINGW_DIR%\bin
echo Environment now set to compile 32bit code
echo To compile a package, type "mingwmake" in package directory