Previous Section
3. Using the CommandLine tools
|
Contents
|
Next Section
3.2 Using khla
3.1 Kmake
The documentation for Kmake are available in the HIDE\Documents folder. To build a project file (.hpr) from the command line, use:
Kmake.exe
<projectname>.hpr
To build a specific unit:
Kmake.exe
<projectname>.hpr -j<unitname>
The
<unitname>
must be as it appears in the project file.