# makefile for dbg.c, Windows debugging example program

Program:
    @Cl -c -AS -Gsw -Oas -Zpe -NT DBG DBG.c
    @link /NOD /NOE /NOLOGO /batch @<<
    DBG.OBJ,
    DBG.exe,
    ,
    libw slibcew,
    DBG.def
<<
