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

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