bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 07 Jun 2019 19:57:30 +0100
branchjv
changeset 4278 8cc5f9eafef8
parent 3855 1db7742d33ad
permissions -rw-r--r--
Set view's UUID when building a view from spec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2793
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     1
@REM -------
3046
fe1b8cd9f5f0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2994
diff changeset
     2
@REM make using Borland bcc32
2793
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     3
@REM type bmake, and wait...
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     5
@REM -------
3373
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
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: 3714
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: 3714
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: 3714
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
3633
4bbbb5211816 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3373
diff changeset
    10
3373
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
diff changeset
    11
make.exe -N -f bc.mak  %DEFINES% %*
2310
6c89cb837a0c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2276
diff changeset
    12
6c89cb837a0c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2276
diff changeset
    13
3714
776eb9dd33bf New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3633
diff changeset
    14
776eb9dd33bf New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3633
diff changeset
    15