home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / windows / mdidemo / mdidemow.mak < prev    next >
Text File  |  1990-08-04  |  385b  |  16 lines

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