[cogl/cogl-1.16] MSVC Builds: Update Predefined cogl-defines.h



commit eda015d45c670dec42d37b8306c1f2441602965f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Aug 28 09:20:09 2013 +0800

    MSVC Builds: Update Predefined cogl-defines.h
    
    Cogl-Path was split out from the main Cogl library to become a standalone
    library, but many libraries/appplications using Cogl (such as Clutter)
    expects that Cogl-Path is still in Cogl.  Define
    COGL_HAS_COGL_PATH_SUPPORT here, as it will always be needed, at least for
    the 1.16 release series, so that builds of items using Cogl would not
    break, such as Clutter.
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl/cogl-defines.h.win32.in     |    1 +
 cogl/cogl-defines.h.win32_SDL.in |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-defines.h.win32.in b/cogl/cogl-defines.h.win32.in
index dd96600..f864826 100644
--- a/cogl/cogl-defines.h.win32.in
+++ b/cogl/cogl-defines.h.win32.in
@@ -36,6 +36,7 @@ G_BEGIN_DECLS
 #define COGL_HAS_GTYPE_SUPPORT 1
 #define COGL_HAS_WGL_SUPPORT 1
 #define COGL_HAS_WIN32_SUPPORT 1
+#define COGL_HAS_COGL_PATH_SUPPORT 1
 #define COGL_HAS_GL 1
 #define CLUTTER_COGL_HAS_GL 1
 
diff --git a/cogl/cogl-defines.h.win32_SDL.in b/cogl/cogl-defines.h.win32_SDL.in
index ef16d50..d80b30f 100644
--- a/cogl/cogl-defines.h.win32_SDL.in
+++ b/cogl/cogl-defines.h.win32_SDL.in
@@ -37,6 +37,7 @@ G_BEGIN_DECLS
 #define COGL_HAS_WGL_SUPPORT 1
 #define COGL_HAS_WIN32_SUPPORT 1
 #define COGL_HAS_SDL_SUPPORT 1
+#define COGL_HAS_COGL_PATH_SUPPORT 1
 #define COGL_HAS_GL 1
 #define CLUTTER_COGL_HAS_GL 1
 


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