Echelon IzoT NodeBuilder User Manual

Page 265

Advertising
background image

--defloc <dir>

Specifies a directory to search for the default command file. The
default command file for the project make facility must be named
lonpmk32.def. If a default directory that does not contain this file is
specified, the command will fail silently. If no default directory is
specified, the current directory will be searched for lonpmk32.def.

The default command file can contain any number of command
switches for the pmk command. These commands will be executed in
addition to any commands that are entered on the command line, or
passed along using the --file command switch. For example, a default
command file consisting of the following line would generate a log of
the build script for every build in a file called lonpmk.32.log:

--mkscript c:\temp\lonpmk32.log

--mkscript <file>

Generates a file that contains all the command switches and arguments
that are used in this invocation of the project make command. This file
can be used (for example) as a log of the build or to recreate the build
on another computer.

--n

Reconfirms build status after build completion.

--nadep <nadep>

Specifies the location of the assembler dependency file. By default, this
file is located in the IM subdirectory of the target folder (for example,
Development or Release).

--ncdep <ncdep>

Specifies the location of the compiler dependency file. By default, this
file is located in the IM subdirectory of the target folder (for example,
Development or Release).

--nldep <nldep>

Specifies the location of the linker dependency file. By default, this file
is located in the IM subdirectory of the target folder (for example,
Development or Release).

--nodefaults

Disables processing of default command files (see the description of the
--defloc command switch for more information).

--nxdep <nxdep>

Specifies the location of the exporter dependency file. By default, this
file is located in the IM subdirectory of the target folder (for example,
Development or Release).

-p <project file>

Specifies the NodeBuilder project that contains the NodeBuilder device
template to be built. NodeBuilder project files have the .NbPrj
extension.

-q <nbdt>

Indicates that a query operation will be performed on the specified
NodeBuilder device template for the target specified by the –t command
switch. This command will indicate whether the target needs to be
built.

--silent

Suppresses banner message display.

-t <Development ||
Release>

Specifies on which target the build, clean, or query operation will be
invoked.

-v

Causes the project make facility to be run in verbose mode.

IzoT NodeBuilder FX User's Guide

251

Advertising