tool/main.cpp
changeset 1516 e3b09f847512
parent 1514 85ac1c91045d
child 1804 742607c464c4
--- a/tool/main.cpp	Thu Jul 30 14:21:28 2009 +0000
+++ b/tool/main.cpp	Tue Aug 04 07:54:16 2009 +0000
@@ -42,7 +42,9 @@
 #include "CommandDebug.h"
 #include "CommandDomains.h"
 #include "CommandDownload.h"
-#include "CommandEoe.h"
+#ifdef EC_EOE
+# include "CommandEoe.h"
+#endif
 #include "CommandFoeRead.h"
 #include "CommandFoeWrite.h"
 #include "CommandGraph.h"
@@ -299,7 +301,9 @@
     commandList.push_back(new CommandDebug());
     commandList.push_back(new CommandDomains());
     commandList.push_back(new CommandDownload());
+#ifdef EC_EOE
     commandList.push_back(new CommandEoe());
+#endif
     commandList.push_back(new CommandFoeRead());
     commandList.push_back(new CommandFoeWrite());
     commandList.push_back(new CommandGraph());