home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2CO2.ZIP / CONFIG < prev    next >
Text File  |  1989-06-01  |  576b  |  19 lines

  1. config.res : config.rc confhelp.h\
  2.   general.hlp break.hlp buffers.hlp codepage.hlp country.hlp\
  3.   device.hlp devinfo.hlp diskcach.hlp fcbs.hlp ifs.hlp iopl.hlp\
  4.   libpath.hlp maxwait.hlp memman.hlp pauseone.hlp priority.hlp protshel.hlp\
  5.   protecto.hlp rem.hlp rmsize.hlp run.hlp set.hlp shell.hlp swappath.hlp\
  6.   threads.hlp timeslic.hlp trace.hlp tracebuf.hlp
  7.   rc -r config
  8.  
  9. config.exe : config.c config.def config.h confhelp.h
  10.   cl /c /Zi config.c
  11.   link /CO config,config.exe,,os2,config.def
  12.   rc config.res
  13.  
  14. config.exe : config.res
  15.   rc config.res
  16.  
  17.  
  18.  
  19.