Running Ounce/Make
You can run Ounce/Make from any directory where a make
command executes successfully. In most cases, the ouncemake executable
is not in the directory where you invoke it. Therefore, it is recommended
that you add the directory that contains ouncemake to
the PATH
environment variable to invoke ouncemake easily.
For example, if your source code and/or makefile reside in the directory \development\srcdir, to run ouncemake you must first change to that directory:
%cd \development\srcdir
and then run ouncemake:
%ouncemake <options>
Note: For backward compatibility, the pmake command
is still accepted. However, pmake may be removed
in a future release.