home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / XSPAWN10 / COWLDEMO.ZIP / REBUILD.TXT < prev   
Text File  |  1994-08-11  |  577b  |  18 lines

  1. XSpawn Borland C++ OWL 2.0 Demo - Rebuild Instructions
  2. ------------------------------------------------------
  3.  
  4. To rebuild the XSpawn Borland C++ OWL Demo, use either the
  5. project file (COWLDEMO.IDE) or the make file (COWLDEMO.MAK)
  6. with Borland C++ 4.0.
  7.  
  8. Note : The COWLDEMO.CPP assumes that XEXECD.H is available at
  9. the path ..\src. If this is not so, modify the file to indicate its
  10. location. For example, if XEXECD.H resides in \XSPAWN\SRC, the line
  11. in COWLDEMO.CPP that says :
  12.  
  13. #include "..\XEXECD.H"
  14.  
  15. should be changed to :
  16.  
  17. #include "\XSPAWN\SRC\XEXECD.H"
  18.