From bcc9852cba7ef9d679c231e36a9a38e36ed63cc2 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 2 Oct 2024 06:59:00 +0100 Subject: [PATCH] configuration: #ifdef LEF_MODULE Enclosed symbols only seem available with when this ifdef. --- dbwind/DBWcommands.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbwind/DBWcommands.c b/dbwind/DBWcommands.c index 0a2de85d..160625aa 100644 --- a/dbwind/DBWcommands.c +++ b/dbwind/DBWcommands.c @@ -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"