mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 23 Jan 2017 12:42:33 +0000
branchjv
changeset 3855 1db7742d33ad
parent 3716 10e211752eb3
permissions -rw-r--r--
Win32: Build libjpeg in its own directory, out-of-source-tree. This allows building both Linux and Windows from the same source tree. Useful for developmen only.

@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% %*