Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
5979b1c864

+ 32 - 0
panda/src/egg2pg/Sources.pp

@@ -0,0 +1,32 @@
+#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
+                   dtoolutil:c dtoolbase:c dtool:m
+
+#begin lib_target
+  #define TARGET egg2pg
+  #define LOCAL_LIBS \
+    parametrics cull collide egg builder loader chan char switchnode
+
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx 
+
+  #define SOURCES \
+    config_egg2pg.h \
+    qpeggLoader.h \
+    qpload_egg_file.h
+
+  #define INCLUDED_SOURCES \
+    config_egg2pg.cxx \
+    qpeggLoader.cxx \
+    qpload_egg_file.cxx
+
+  #if $[DONT_COMBINE_PGRAPH]    
+    #define SOURCES $[SOURCES] $[INCLUDED_SOURCES]
+    #define INCLUDED_SOURCES
+    #define COMBINED_SOURCES
+  #endif
+
+  #define INSTALL_HEADERS \
+    config_egg2pg.cxx \
+    qpeggLoader.h \
+    qpload_egg_file.h
+
+#end lib_target

+ 0 - 0
panda/src/egg2pg/egg2sg_composite1.cxx → panda/src/egg2pg/egg2pg_composite1.cxx


+ 1 - 0
panda/src/egg2pg/egg2pg_composite2.cxx

@@ -0,0 +1 @@
+#include "qpload_egg_file.cxx"