configuration: #ifdef LEF_MODULE

Enclosed symbols only seem available with when this ifdef.
This commit is contained in:
Darryl L. Miles 2024-10-02 06:59:00 +01:00 committed by R. Timothy Edwards
parent bfefc7196e
commit bcc9852cba
1 changed files with 2 additions and 0 deletions

View File

@ -223,9 +223,11 @@ DBWInitCommands()
WindAddCommand(DBWclientID,
"addpath [path] append to current search path",
CmdAddPath, FALSE);
#ifdef LEF_MODULE
WindAddCommand(DBWclientID,
"antennacheck [path] check for antenna violations",
CmdAntennaCheck, FALSE);
#endif
WindAddCommand(DBWclientID,
"array xsize ysize OR\n"
"array xlo xhi ylo yhi\n"