Open project, Option, Open project option – Zilog EZ80F916 User Manual
Page 421

UM014423-0607
Using the Command Processor
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
401
By default, existing projects with the same name are replaced. Use
NOREPLACE
to prevent
the overwriting of existing projects. The syntax can take one of the following forms:
•
new project "<[path\]name>" "<target>" "
[NOREPLACE]
•
new project "<[path\]name>" "<target>" "<project type>"
"
where
•
<
name
> is the path and name of the new project. If the path is not provided, the
current working directory is assumed. Any file extension can be used, but none is
required. If not provided, the default extension of
.zdsproj
is used.
•
eZ80Acclaim!-based projects).
•
<
exe
|
lib
> The type parameter must be either
exe
(Executable) or
lib
(Static
Library).
•
["<
cpu
>"] is the name of the CPU to configure for the new project.
•
"<
project type
"> can be
"Standard"
or
"Assembly Only
".
Standard
is the
default.
•
NOREPLACE
is an optional parameter to use to prevent the overwriting of existing
projects
For example:
new project "test1.zdsproj" "eZ80Acclaim!" "exe"
new project "test1.zdsproj" "eZ80Acclaim!" "exe" NOREPLACE
open project
The
open project
command opens the project designated by project_name. If the full
path is not supplied, the current working directory is used. The command fails if the spec-
ified project does not exist. The following is the syntax of the
open project
command:
open project "<project_name>"
For example:
open project "test1.zdsproj"
open project "c:\projects\test1.zdsproj"
option
The
option
command manipulates project settings for the active build configuration of
the currently open project. Each call to
option
applies to a single tool but can set multiple
options for the given tool. The following is the syntax for the
option
command:
option <tool_name> expr1 expr2 . . . exprN,