2
0
Эх сурвалжийг харах

daddy hates waiting for builds

cxgeorge 24 жил өмнө
parent
commit
8eb7d9ca89

+ 3 - 4
panda/src/pgui/Sources.pp

@@ -7,7 +7,7 @@
     audio grutil text tform graph linmath event putil gobj \
     mathutil sgraph sgraphutil
 
-//  #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx 
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx 
 
   #define SOURCES  \
     config_pgui.h \
@@ -20,9 +20,8 @@
     pgMouseWatcherRegion.I pgMouseWatcherRegion.h \
     pgTop.I pgTop.h \
     pgWaitBar.I pgWaitBar.h
-     
-//  #define INCLUDED_SOURCES  \
-  #define SOURCES $[SOURCES] \
+    
+  #define INCLUDED_SOURCES  \
     config_pgui.cxx \
     pgButton.cxx \
     pgEntry.cxx \

+ 7 - 0
panda/src/pgui/pgui_composite1.cxx

@@ -0,0 +1,7 @@
+    
+#include "config_pgui.cxx"
+#include "pgButton.cxx"
+#include "pgEntry.cxx"
+#include "pgMouseWatcherGroup.cxx"
+#include "pgMouseWatcherParameter.cxx"
+

+ 7 - 0
panda/src/pgui/pgui_composite2.cxx

@@ -0,0 +1,7 @@
+
+#include "pgFrameStyle.cxx"
+#include "pgItem.cxx"
+#include "pgMouseWatcherRegion.cxx"
+#include "pgTop.cxx"
+#include "pgWaitBar.cxx"
+