mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 22 Mar 2013 10:31:12 +0000
branchjv
changeset 3127 23fd4ad500d5
parent 3126 d6be49d743b4
child 3158 f8c56a311307
permissions -rw-r--r--
TUF support for extensions (part 1/2) Care for extensions methods containing non-ASCII/ISO8859-1 characters. In that case, add encoding pragma to extension source container and encode whole source to UTF8.

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