mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-14 15:56:23 -04:00
don't build multimon without dx
This commit is contained in:
parent
87e5025015
commit
2c582536b4
@ -16,6 +16,7 @@
|
||||
#end static_lib_target
|
||||
|
||||
|
||||
#if $[HAVE_DX]
|
||||
#begin static_lib_target
|
||||
#define TARGET framework_multimon
|
||||
#define LOCAL_LIBS \
|
||||
@ -29,4 +30,6 @@
|
||||
framework.h
|
||||
|
||||
#end static_lib_target
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
#define LOCAL_LIBS $[LOCAL_LIBS] pandagl pandadx
|
||||
#end test_bin_target
|
||||
|
||||
#if $[HAVE_DX]
|
||||
#begin test_bin_target
|
||||
#define TARGET demo_multimon
|
||||
|
||||
@ -43,6 +44,7 @@
|
||||
|
||||
#define LOCAL_LIBS $[LOCAL_LIBS] pandadx framework_multimon
|
||||
#end test_bin_target
|
||||
#endif
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET downloader
|
||||
|
Loading…
x
Reference in New Issue
Block a user