home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap09 / nopopups.mak < prev    next >
Encoding:
Text File  |  1990-11-12  |  369 b   |  14 lines

  1. #------------------------
  2. # NOPOPUPS.MAK make file
  3. #------------------------
  4.  
  5. nopopups.exe : nopopups.obj nopopups.def nopopups.res
  6.      link nopopups, /align:16, NUL, /nod slibcew libw, nopopups
  7.      rc nopopups.res
  8.  
  9. nopopups.obj : nopopups.c nopopups.h
  10.      cl -c -Gsw -Ow -W2 -Zp nopopups.c
  11.  
  12. nopopups.res : nopopups.rc nopopups.h
  13.      rc -r nopopups.rc
  14.