bin/setenv_mingw32.bat
author Jan Vrany <jan.vrany@labware.com>
Mon, 31 Jul 2023 16:32:33 +0100
changeset 339 6582cb445441
parent 43 69065e73842b
permissions -rw-r--r--
Specs, get-stx.py: use 'https://dl.vrany.io/public/smalltalkx/devel' as artifact repository

@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