home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / WINDOWS / UTIL / WSMOOTH.ZIP / WSMSRC.ZIP / FILEBUF < prev    next >
Encoding:
Text File  |  1990-08-13  |  181 b   |  11 lines

  1. all: filebuf.exe
  2.  
  3. filebuf.obj: filebuf.c filebuf
  4.     cl -DMAIN -WX -c -Od -Zpile -Lr filebuf.c
  5.  
  6. filebuf.exe: filebuf.obj filebuf
  7.     link /cp:1 /co filebuf,,, slibcer;
  8.  
  9.  
  10.  
  11.