mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 05 Feb 2017 00:18:48 +0000
branchjv
changeset 3969 8933c34d61e7
parent 3855 1db7742d33ad
permissions -rw-r--r--
bumped update to 8a0b961f9d45: Allow individual applications to define their own shortcut mapping When a system wants to translate a shortcut into a logical action key, the event bubbling process ends up asking an application model for its keyboard map. To allow per-application customization, each application model keeps its own keyboard map initialized from class defaults.
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