mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 13 Mar 2013 00:55:04 +0000
branchjv
changeset 18029 589d1088e0ee
parent 14826 ac392917ac11
child 18037 4cf874da38c9
permissions -rw-r--r--
Fix in ProjectDefinition>>allPreRequisitesSorted. Make the order of prerequisites more stable by sorting the list before running topsort. This makes merging of makefiles easier as the order of package prereqs is more likely stable.

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