home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / dialog / checkdlg next >
Text File  |  1988-08-10  |  309b  |  14 lines

  1.  
  2. checkdlg.res: checkdlg.rc checkdlg.h
  3.     rc -r checkdlg.rc
  4.  
  5. checkdlg.obj: checkdlg.c
  6.    cl -c -W2 -AS -Gsw -Od -Zped checkdlg.c
  7.  
  8. checkdlg.exe: checkdlg.obj checkdlg.def
  9.    link4 checkdlg,/align:16,/map/li,slibw/NOE,checkdlg.def
  10.    rc checkdlg.res
  11.  
  12. checkdlg.exe: checkdlg.res
  13.     rc checkdlg.res
  14.