11be0d22e4
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@396 6ac86273-5f31-0410-b378-82cca8765d1b
11 lines
374 B
Batchfile
11 lines
374 B
Batchfile
@if not "%MAKE%" == "" goto make_set
|
|
|
|
@if \%COMPILER% == \TC2 set MAKE=%TC2_BASE%\make
|
|
@if \%COMPILER% == \TURBOCPP set MAKE=%TP1_BASE%\bin\make
|
|
@if \%COMPILER% == \TC3 set MAKE=%TC3_BASE%\bin\make
|
|
@if \%COMPILER% == \BC5 set MAKE=%BC5_BASE%\bin\make
|
|
@if \%COMPILER% == \WATCOM set MAKE=wmake /ms /h
|
|
@if \%COMPILER% == \MSCL8 set MAKE=%MS_BASE%\bin\nmake /nologo
|
|
|
|
:make_set
|