mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-09 21:33:58 -04:00
don't build multimon without dx
This commit is contained in:
parent
87e5025015
commit
2c582536b4
@ -16,17 +16,20 @@
|
|||||||
#end static_lib_target
|
#end static_lib_target
|
||||||
|
|
||||||
|
|
||||||
#begin static_lib_target
|
#if $[HAVE_DX]
|
||||||
#define TARGET framework_multimon
|
#begin static_lib_target
|
||||||
#define LOCAL_LIBS \
|
#define TARGET framework_multimon
|
||||||
putil collide loader sgmanip chan text chancfg cull \
|
#define LOCAL_LIBS \
|
||||||
pnmimage pnmimagetypes event wdxdisplay
|
putil collide loader sgmanip chan text chancfg cull \
|
||||||
|
pnmimage pnmimagetypes event wdxdisplay
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
config_framework.cxx config_framework.h framework_multimon.cxx framework.h
|
config_framework.cxx config_framework.h framework_multimon.cxx framework.h
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
framework.h
|
framework.h
|
||||||
|
|
||||||
|
#end static_lib_target
|
||||||
|
#endif
|
||||||
|
|
||||||
#end static_lib_target
|
|
||||||
|
|
||||||
|
@ -35,14 +35,16 @@
|
|||||||
#define LOCAL_LIBS $[LOCAL_LIBS] pandagl pandadx
|
#define LOCAL_LIBS $[LOCAL_LIBS] pandagl pandadx
|
||||||
#end test_bin_target
|
#end test_bin_target
|
||||||
|
|
||||||
#begin test_bin_target
|
#if $[HAVE_DX]
|
||||||
#define TARGET demo_multimon
|
#begin test_bin_target
|
||||||
|
#define TARGET demo_multimon
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
demo.cxx
|
demo.cxx
|
||||||
|
|
||||||
#define LOCAL_LIBS $[LOCAL_LIBS] pandadx framework_multimon
|
#define LOCAL_LIBS $[LOCAL_LIBS] pandadx framework_multimon
|
||||||
#end test_bin_target
|
#end test_bin_target
|
||||||
|
#endif
|
||||||
|
|
||||||
#begin test_bin_target
|
#begin test_bin_target
|
||||||
#define TARGET downloader
|
#define TARGET downloader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user