home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / msjv7_6.zip / TOPTEN.ARJ / POPCHILD.ARJ / POPCHILD < prev    next >
Text File  |  1992-10-01  |  301b  |  13 lines

  1. all: popchild.exe
  2.  
  3. popchild.res : popchild.rc popchild.h
  4.   rc -r popchild.rc
  5.  
  6. popchild.obj : popchild.c popchild.h
  7.   cl -c -AM -Gsw -Od -Zidpe popchild.c
  8.  
  9. popchild.exe : popchild.obj popchild.res
  10.  link /CO/NOE/NOD popchild,/align:16,,libw mlibcew,popchild.def
  11.  rc -v -30 popchild.res
  12.    
  13.