bin/setenv_mingw32.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 14 Nov 2019 21:20:37 +0000
changeset 282 668f26396e1d
parent 43 69065e73842b
permissions -rw-r--r--
Rakefiles: oops, use `\` in `INSTALLBASE` path on Windows ...otherwise Windows command such as `md` get confused.

@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