mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 30 May 2018 09:37:07 +0100
branchjv
changeset 4132 7e5528572373
parent 3855 1db7742d33ad
permissions -rw-r--r--
Copyright updates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3025
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
3049
1e91e1a9782e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3040
diff changeset
     2
@REM make using mingw gnu compiler
3025
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
3375
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
     6
@SET DEFINES=
3855
1db7742d33ad Win32: Build libjpeg in its own directory, out-of-source-tree.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3716
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
1db7742d33ad Win32: Build libjpeg in its own directory, out-of-source-tree.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3716
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
1db7742d33ad Win32: Build libjpeg in its own directory, out-of-source-tree.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3716
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
3040
4b9f600b4057 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3025
diff changeset
    10
3128
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    11
@pushd ..\rules
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    12
@call find_mingw.bat
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    13
@popd
3375
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
3128
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    15
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    16
3716
10e211752eb3 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3635
diff changeset
    17
10e211752eb3 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3635
diff changeset
    18