[cogl/msvc-support] Update config.h.win32.in



commit ed34aea43a1f153e190c4c8c7e745687d091c0a2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jul 14 15:52:38 2011 +0800

    Update config.h.win32.in
    
    -Added the new configuration items regarding whether to link OpenGL
     libraries directly (yes)

 config.h.win32.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index a1ec547..22deb40 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -43,6 +43,9 @@
    */
 #define HAVE_DCGETTEXT 1
 
+/* Defined if the GL library shouldn't be dlopened */
+#define HAVE_DIRECTLY_LINKED_GL_LIBRARY 1
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 /*#undef HAVE_DLFCN_H*/
 
@@ -67,7 +70,6 @@
 /* Define to 1 if you have the <GLES/egl.h> header file. */
 /*#undef HAVE_GLES_EGL_H*/
 
-
 /* Define if you have the iconv() function and it works. */
 #define HAVE_ICONV 1
 
@@ -79,6 +81,9 @@
 /* Define to 1 if you have the <libgdl.h> header file. */
 /*#undef HAVE_LIBGDL_H*/
 
+/* Define to 1 if you have the `GL' library (-lGL). */
+#define HAVE_LIBGL 1
+
 /* Define to 1 if you have the <limits.h> header file. */
 #define HAVE_LIMITS_H 1
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]