EPOC   SDK Home Glossary Indexes Previous Next Up

Command line syntax — aleppo


Contents


Purpose

Creates EPOC help databases based on information contained in a project file, order file, customisation file and rich text file.

For more information about these source files and:

For examples demonstrating how to use aleppo, see Aleppo example projects.


Command line syntax


aleppo -epoc [-compress ] [-unicode] | -html project-file

For information about how to interpret the syntax, see BNF grammars.

Arguments

project-file

Defines the location of all source files used by the project, working directories, and target directories. Users should specify the project filename with extension. The extension .alp is suggested but not enforced.

-epoc

EPOC Help Database. Generate output database. Used with switch options compress and/or unicode.

-compress

Compressed. Generate both compressed and uncompressed databases.

-unicode

Unicode. Generate Unicode help database.

-html

HTML. Generate HTML Proofing copy.

Compatibility

Databases generated using the -epoc argument are compatible with all previous releases of EPOC.

The new aleppo features allow compressed and Unicode databases to be generated from the same source files as used to produce the standard database. These databases are not compatible with releases prior to EPOC Release 5.

Notes
EPOC       SDK Home Glossary Indexes Previous Next Up