home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / harbb30i.zip / DOC / hbpplib.txt < prev    next >
Text File  |  1999-07-16  |  859b  |  24 lines

  1. Harbour run-time preprocessing library.
  2. Felipe Coury <fcoury@flexsys-ci.com>
  3.  
  4.  
  5. How to create HBPP.LIB
  6.  
  7. This file should contain preproc.c, hbpplib.b32, bldhbpp.bat,
  8. testpre.prg, bld32exe.bat and hbpplib.txt (this file<g>).
  9.  
  10. In order to create and test this library, you should put:
  11.  
  12. - preproc.c in \HARBOUR\SOURCE\HBPP directory;
  13. - hbpplib.b32 and bldhbpp.bat in \HARBOUR directory;
  14. - testpre.prg and bld32exe.bat in \HARBOUR\TESTS\WORKING directory;
  15. - hbpplib.txt in \HARBOUR\DOC directory;
  16.  
  17. Then, you need to run bldhbpp.bat to create HBPP.LIB on
  18. \HARBOUR\LIBS\B32 directory. Note that by now the only makefile is
  19. for compiling with Borland C compilers. I kindly ask who has other
  20. compilers/environments to write the missing makefiles please!
  21.  
  22. To test testpre.prg you just need to go TESTS\WORKING dir and make
  23. it using HB32 TESTPRE.
  24.