8 lines
109 B
Batchfile
8 lines
109 B
Batchfile
@echo off
|
|
rem
|
|
rem $Id$
|
|
rem
|
|
|
|
if %1.==hb. make -fharbour.b31 -r %2
|
|
if not %1.==hb. make -fmakefile.b31 -r %1
|