瀏覽代碼

remove notify until link error/warnings are fixed

cxgeorge 24 年之前
父節點
當前提交
57943ffd25
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 3 1
      pandatool/src/eggcharbase/config_eggcharbase.cxx
  2. 3 2
      pandatool/src/eggcharbase/config_eggcharbase.h

+ 3 - 1
pandatool/src/eggcharbase/config_eggcharbase.cxx

@@ -25,8 +25,10 @@
 
 #include <dconfig.h>
 
+
 Configure(config_eggcharbase);
-NotifyCategoryDef(eggcharbase, "");
+
+// NotifyCategoryDef(eggcharbase, "");
 
 ConfigureFn(config_eggcharbase) {
   init_libeggcharbase();

+ 3 - 2
pandatool/src/eggcharbase/config_eggcharbase.h

@@ -20,9 +20,10 @@
 #define CONFIG_EGGCHARBASE_H
 
 #include <pandabase.h>
-#include <notifyCategoryProxy.h>
 
-NotifyCategoryDecl(eggcharbase, EXPCL_MISC, EXPTP_MISC);
+// Commented out to resolve link problem
+// #include <notifyCategoryProxy.h>
+// NotifyCategoryDecl(eggcharbase, EXPCL_MISC, EXPTP_MISC);
 
 extern void init_libeggcharbase();