home *** CD-ROM | disk | FTP | other *** search
/ Better Windows, Better Works / CDRM93801.bin / winutil / util42 / pundit < prev    next >
Text File  |  1991-04-05  |  577b  |  23 lines

  1. #-------------------------------
  2. #       PUNDIT.MAK make file
  3. #-------------------------------
  4.  
  5. .c.obj: ;cl -c -Gsw -Ow -W2 -Zp -nologo $*.c
  6.  
  7. OBJS=pundit.obj extras.obj settings.obj
  8.  
  9. pundit:         pundit.exe pundit.hlp
  10.  
  11. pundit.exe:     $(OBJS) pundit.def pundit.res
  12.         link /NOL $(OBJS), /align:16, NUL, /nod slibcew libw, pundit
  13.         rc pundit.res
  14.  
  15. pundit.obj settings.obj:     pundit.h
  16. extras.obj:     extras.h
  17.  
  18. pundit.res:    pundit.rc pundit.h strings.tbl
  19.         rc -r pundit.rc
  20.  
  21. pundit.hlp:     pundit.rtf pundit.hpj
  22.         hc pundit.hpj
  23.