mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Use EXTRA_CDEFS rather than C++FLAGS
This commit is contained in:
parent
ca0dba5d28
commit
26e8f130ec
@ -7,7 +7,7 @@
|
|||||||
#define TARGET egldisplay
|
#define TARGET egldisplay
|
||||||
#define BUILD_TARGET $[HAVE_GLES]
|
#define BUILD_TARGET $[HAVE_GLES]
|
||||||
#define USE_PACKAGES gles egl x11
|
#define USE_PACKAGES gles egl x11
|
||||||
#define C++FLAGS -DOPENGLES_1
|
#define EXTRA_CDEFS OPENGLES_1
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
glesgsg
|
glesgsg
|
||||||
|
|
||||||
@ -30,7 +30,7 @@
|
|||||||
#define TARGET egl2display
|
#define TARGET egl2display
|
||||||
#define BUILD_TARGET $[HAVE_GLES2]
|
#define BUILD_TARGET $[HAVE_GLES2]
|
||||||
#define USE_PACKAGES gles2 egl x11
|
#define USE_PACKAGES gles2 egl x11
|
||||||
#define C++FLAGS -DOPENGLES_2
|
#define EXTRA_CDEFS OPENGLES_2
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
gles2gsg
|
gles2gsg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user