home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / WINDOWS / SOUND / DRUM.ZIP / DRUMDLL.MSC < prev    next >
Text File  |  1992-02-14  |  387b  |  12 lines

  1. #-------------------------------------------
  2. # DRUMDLL.MSC make file for Microsoft C 7.0
  3. #-------------------------------------------
  4.  
  5. drumdll.dll : drumdll.obj drumdll.def
  6.      link drumdll, drumdll.dll, NUL, /nod sdllcew oldnames libw mmsystem, \
  7.           drumdll
  8.      rc -t -p drumdll.dll
  9.  
  10. drumdll.obj : drumdll.c drumdll.h
  11.      cl -c -ASw -G2sw -Ow -W3 -Zp -Tp drumdll.c
  12.