home *** CD-ROM | disk | FTP | other *** search
- To build the library, first translate the procedures (in procs and xprocs)
- using the batch scripts ucode.bat and xucode.bat. Next set your IPATH
- environment variable so that the procedures can be located when the
- programs (progs and xprogs) are compiled. If everything is left in
- place, this will do
-
- set IPATH=..\procs ..\xprocs
-
- Then use the batch scripts icode.bat and xicode.bat. (If you are
- not building the X-Icon portion of the program library, the portions
- with the "x" prefix can be left out.)
-
- Information for building the separate packages is contained in their
- directories.
-
- After all this is done, you can move the icode (.icx) files from
- progs and xprogs to a convenient place accessible via PATH. The ucode
- (.u1 and .u2) files from procs and xprocs can be moved to a
- convenient location assessible via IPATH.
-