refactoring_custom/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Jul 2018 08:46:03 +0200
changeset 1073 c591c75fe5a8
parent 1057 961ccf692782
permissions -rw-r--r--
Tagged Smalltalk/X 8.0.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
464
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     1
@REM -------
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     2
@REM make using Borland bcc32
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     3
@REM type bmake, and wait...
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     5
@REM -------
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     6
@SET DEFINES=
895
b3aea8e7474c Changed parse tree inspector to show source / node inspector in splitted pane
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 881
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
b3aea8e7474c Changed parse tree inspector to show source / node inspector in splitted pane
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 881
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
b3aea8e7474c Changed parse tree inspector to show source / node inspector in splitted pane
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 881
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
881
9a58acda666b Introduced CategorySelectDialog for selecting class category
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 833
diff changeset
    10
464
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
    11
make.exe -N -f bc.mak  %DEFINES% %*
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
    12
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
    13
1057
961ccf692782 Fixed build files
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 895
diff changeset
    14
961ccf692782 Fixed build files
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 895
diff changeset
    15