Browse Source

add multimon

cxgeorge 24 years ago
parent
commit
8990f3007e
1 changed files with 15 additions and 0 deletions
  1. 15 0
      panda/src/framework/Sources.pp

+ 15 - 0
panda/src/framework/Sources.pp

@@ -15,3 +15,18 @@
 
 
 #end static_lib_target
 #end static_lib_target
 
 
+
+#begin static_lib_target
+  #define TARGET framework_multimon
+  #define LOCAL_LIBS \
+    putil collide loader sgmanip chan text chancfg cull \
+    pnmimage pnmimagetypes event wdxdisplay
+
+  #define SOURCES \
+    config_framework.cxx config_framework.h framework_multimon.cxx framework.h
+
+  #define INSTALL_HEADERS \
+    framework.h
+
+#end static_lib_target
+