mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 06 Sep 2017 10:04:18 +0200
branchjv
changeset 8180 25149dfd68e0
parent 7541 39940e2446a5
permissions -rw-r--r--
Build files: removed a bunch of make rules for long-dead unsupported systems ...in order to unify and simplify the build. If a need to support this ancient systems arose, these hacks may ni longer be needed (due to new versions of tools) or the hacks would have to be written again (better) or retrieved from SCM (worse). Time will show.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5930
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
6405
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
     2
@REM make using mingw gnu compiler
5930
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
6405
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
     6
@SET DEFINES=
7150
000f5ae96151 X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7007
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
000f5ae96151 X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7007
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
000f5ae96151 X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7007
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
5987
44bc3846f328 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5930
diff changeset
    10
6405
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    11
@pushd ..\rules
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    12
@call find_mingw.bat
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    13
@popd
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    15
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    16
7437
2f3a225346d8 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7007
diff changeset
    17
2f3a225346d8 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7007
diff changeset
    18