mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
add no_cross_obj flag
This commit is contained in:
parent
9d2ff6b5b2
commit
233ba9931f
@ -46,8 +46,10 @@
|
||||
#define COMPILER cl
|
||||
#define LINKER link
|
||||
#define LIBBER lib
|
||||
|
||||
#define DO_CROSSOBJ_OPT 1
|
||||
|
||||
#if $[eq $[NO_CROSSOBJ_OPT],]
|
||||
#define DO_CROSSOBJ_OPT 1
|
||||
#endif
|
||||
|
||||
#if $[DO_CROSSOBJ_OPT]
|
||||
#define OPT4FLAGS /GL
|
||||
|
Loading…
x
Reference in New Issue
Block a user