home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- C:
- CD \MSGLINK
- Set TMP=D:\CTMP\
- Set DEBUG=.OS2
- if %1x==debugx Set DEBUG=.DBG
- if %1x==debugx Shift
- if %1x==dosx Set DEBUG=.DOS
- if %1x==dosx Shift
- if %1x==DOSx Set DEBUG=.DOS
- if %1x==DOSx Shift
- if %1x==allx if exist *.obj del *.obj >nul:
- if %1x==allx if exist *.obj del *.obj >nul:
- if %1x==allx Shift
- make %1 %2 %3 /f makefile%DEBUG%
- if Exist MSGLINKP.EXE if %DEBUG%==.OS2 Winable MSGLINKP.EXE
- if Exist MSGLINKP.EXE if %DEBUG%==.DBG Winable MSGLINKP.EXE