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

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