add demo_multimon

This commit is contained in:
cxgeorge 2002-01-29 20:47:00 +00:00
parent 8990f3007e
commit eca750d283
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m pystub
#define LOCAL_LIBS \
framework putil collide loader sgmanip chan text chancfg cull \
pnmimage pnmimagetypes event effects graph gobj display \
@ -17,7 +18,6 @@
#define UNIX_SYS_LIBS m
#begin bin_target
#define TARGET demo
@ -35,6 +35,15 @@
#define LOCAL_LIBS $[LOCAL_LIBS] pandagl pandadx
#end test_bin_target
#begin test_bin_target
#define TARGET demo_multimon
#define SOURCES \
demo.cxx
#define LOCAL_LIBS $[LOCAL_LIBS] pandadx framework_multimon
#end test_bin_target
#begin test_bin_target
#define TARGET downloader

View File

@ -101,7 +101,6 @@ main(int argc, char *argv[]) {
camera->set_lens(lens);
dr->set_camera(camera);
// Window setup is complete. Now we just need to make a scene graph
// for the camera to render.
PT_Node render_top = new NamedNode("render_top");