Files
harbour-core/harbour/examples/ps32
Viktor Szakats 42a68ed7da 2011-06-08 00:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/superlib/superlib.hbp
  * examples/ps32/ps32.hbp
  * examples/gfspell/gfspell.hbp
  * examples/rddado/rddado.hbp
  * examples/hbapollo/hbapollo.hbp
  * examples/hbvpdf/hbvpdf.hbp
  * examples/hbbtree/hbbtree.hbp
  * examples/hbbtree/hbbtree.hbc
  * examples/gtwvw/gtwvw.hbp
  * examples/gtwvw/gtwvw.hbc
    ! synced libpaths in .hbp and .hbc files. it also means multitarget support

  * contrib/hbmxml/3rd/minixml/config.h
    ! fixed redefinition of strdup() macro (upstream bug) [Tamas Tevesz]
2011-06-07 22:29:10 +00:00
..

/*
 * $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]