cogl/config.h.win32.in

160 lines
4.3 KiB
Plaintext
Raw Normal View History

VS 2008/2010 project files to build Cogl These are the VS 2008/2010 project files to build Cogl, with a README.txt to explain the process involved. Note that the Cogl and Cogl-Pango projects (and filters for VS2010) are expanded with the correct source file listings during "make dist", which is done to simplify maintenance of these project files. -added preconfigured config.h(.win32.in), which is expanded with the correct versioining info during autogen -added preconfigued cogl/cogl-defines.h.win32 -added symbols files for cogl and cogl-pango -Have configure.ac expand the config.h.win32.in into config.h.win32 with the correct versioning info, etc, and to include the Visual C++ project files for distribution -Added rules in cogl/Makefile.am to expand the cogl VS 2008/2010 projects and filters from the templates with up-to-date source file listings, to distribute cogl-enum-types.c, cogl-enum-types.h to ease compilation and to avoid depending on PERL on Windows installations. -Added rules in cogl-pango/Makefile.am to expand the cogl-pango VS2008/ 2010 projects and filters from the templates with up-to-date source file listings. -Added/edited various Makefile.am's in build to distribute the VS2008/2010 project files and associated items required for the build. -Update .gitignore. There needs to be a pre-configured config.h(.win32) and its template, config.h.win32.in for Visual C++ builds https://bugzilla.gnome.org/show_bug.cgi?id=650020 Reviewed-by: Neil Roberts <neil@linux.intel.com>
2011-05-12 12:06:32 +03:00
/* config.h.in. Generated from configure.ac by autoheader. */
/* Can use Cogl 2.0 API internally */
#define COGL_ENABLE_EXPERIMENTAL_2_0_API 1
/* Can use experimental API internally */
#define COGL_ENABLE_EXPERIMENTAL_API 1
/* Cogl supports OpenGL using the WGL API */
#define COGL_HAS_WIN32_SUPPORT 1
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#define ENABLE_NLS 1
/* The prefix for our gettext translation domains. */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* Whether we have cairo or not */
#define HAVE_CAIRO 1
/* Define to 1 if you have the <CE4100/libgdl.h> header file. */
/*#undef HAVE_CE4100_LIBGDL_H*/
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
/*#undef HAVE_CFLOCALECOPYCURRENT*/
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
/*#undef HAVE_CFPREFERENCESCOPYAPPVALUE*/
/* Have GL for rendering */
#define HAVE_COGL_GL 1
/* Have GLES 1.1 for rendering */
/*#undef HAVE_COGL_GLES*/
/* Have GLES 2.0 for rendering */
/*#undef HAVE_COGL_GLES2*/
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#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*/
/* Define to 1 if you have the <EGL/eglext.h> header file. */
/*#undef HAVE_EGL_EGLEXT_H*/
/* Define to 1 if you have the <EGL/egl.h> header file. */
/*#undef HAVE_EGL_EGL_H*/
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `ffs' function. */
/*#undef HAVE_FFS*/
/* Define if the GNU gettext() function is already present or preinstalled. */
#define HAVE_GETTEXT 1
/* 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
/* Define to 1 if you have the <inttypes.h> header file. */
#ifndef _MSC_VER
#define HAVE_INTTYPES_H 1
#endif
/* 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
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#if ((_MSC_VER >= 1600) || !defined(_MSC_VER))
#define HAVE_STDINT_H 1
#endif
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#ifndef _MSC_VER
#define HAVE_STRINGS_H 1
#endif
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#ifndef _MSC_VER
#define HAVE_UNISTD_H 1
#endif
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#ifdef _MSC_VER
#define NO_MINUS_C_MINUS_O 1
#endif
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME "cogl"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "cogl @COGL_VERSION@"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "cogl"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "@COGL_VERSION@"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Use GdkPixbuf for loading image data */
#define USE_GDKPIXBUF 1
/* Use internal image decoding for loading image data */
/*#undef USE_INTERNAL*/
/* Use Core Graphics (Quartz) for loading image data */
/*#undef USE_QUARTZ*/
/* Define to empty if `const' does not conform to ANSI C. */
/*#undef const*/
#include "config-custom.h"