mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 30 Sep 2017 22:41:09 +0100
branchjv
changeset 4020 d801dbd5cf3b
parent 3855 1db7742d33ad
permissions -rw-r--r--
Moved libjpeg build configuration to stx:libview2 ...to let the stx:libview2 to control what an how libjpeg is built and linked. This moves the definitions closer to the code and makes it in sync Windows makefiles.

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"

@pushd ..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*