@ECHO OFF
rem
rem LFP Development - Batch file to make all targets in this directory.
rem
rem If you need to compile more that one target, then you can either use
rem multiple targets within a single make file, or you can use multiple
rem makefiles. If you go the 2nd route, then don't forget to put the
rem "errorlevel" check between each call to wmake.
rem
wmake /h /s /e /f watcom.mak DEBUG=1
if errorlevel != 0 cancel
