home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_GAME / WDETCT10.ZIP / CARDSET.ZIP / CARDSET.MAK < prev    next >
Text File  |  1993-12-04  |  328b  |  13 lines

  1. # make file for cardset.wdt bitmap and resource file 
  2.  
  3. cardset.wdt : wdtlib.obj cardset.def cardset.res
  4.     link wdtlib libentry, cardset.wdt /align:16, NUL, /nod sdllcew libw, cardset
  5.     rc cardset.res cardset.wdt
  6.  
  7. wdtlib.obj : wdtlib.c
  8.     cl -c -ASw -Gsw -Ow -W2 -Zp wdtlib.c
  9.  
  10. cardset.res : cardset.rc
  11.     rc -r cardset.rc
  12.  
  13.