* extras/gfspell/gfspell.hbp
* extras/gtwvw/gtwvw.hbp
* extras/hbvpdf/hbvpdf.hbp
* extras/hbxlsxml/hbxlsxml.hbp
* extras/ps32/ps32.hbp
* extras/rddado/rddado.hbp
* extras/superlib/superlib.hbp
+ added $hb_pkg_install.hbm so they now all will
automatically install into /addons/
* extras/gtwvw/tests/hbmk.hbm
* extras/hbvpdf/tests/hbmk.hbm
* extras/ps32/tests/hbmk.hbm
* extras/rddado/tests/hbmk.hbm
* deleted relative dir from .hbc file references
+ extras/hbxlsxml/hbxlsxml.hbc
* extras/hbxlsxml/tests/hbmk.hbm
+ added missing .hbc file
* extras/hbusb/hbusb.hbc
* deleted dll related leftovers that only work
with contribs
- extras/commouse
- extras/commouse/commouse.prg
+ tests/commouse.prg
* moved to /tests/
/*
* $Id$
*/
1.) Obtain PageScript32 installation and install it.
(even the evaluation version will do)
2.) Copy these files from PageScript32 installation
to this folder:
PScript.ch
TPSCRIPT.PRG
You may also want to copy this file to 'tests' subdir:
PSTest.prg
3.) Apply supplied patch to the source using GNU Patch:
patch -lNi ps32.dif
4.) Build it:
hbmk2 ps32.hbp
5.) You're done.
6.) Finally, to build an application with PageScript32, use:
hbmk2 myapp.prg ps32.hbc
[vszakats]