[pango] Add a couple of files accidentally left out in previous commit



commit d5264003d594ae5e4d24eda4942a7cae0d39cbba
Author: Tor Lillqvist <tml iki fi>
Date:   Mon Mar 15 23:28:51 2010 +0200

    Add a couple of files accidentally left out in previous commit

 build/Makefile.am       |    1 +
 build/win32/Makefile.am |    1 +
 config.h.win32.in       |  151 +++++++++++++++++++++++++++++++++++++++++++++++
 pango/pangocairo.rc.in  |   30 +++++++++
 4 files changed, 183 insertions(+), 0 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
new file mode 100644
index 0000000..0f81afe
--- /dev/null
+++ b/build/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = win32
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
new file mode 100644
index 0000000..ea035c2
--- /dev/null
+++ b/build/win32/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = vs9
diff --git a/config.h.win32.in b/config.h.win32.in
new file mode 100644
index 0000000..1864ad0
--- /dev/null
+++ b/config.h.win32.in
@@ -0,0 +1,151 @@
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.in by autoheader.  */
+/* Actually, this version of config.h is manually edited from the above */
+
+/* Have usable Cairo library and font backend */
+#define HAVE_CAIRO 1
+
+/* Whether Cairo can use ATSUI for fonts */
+/* #undef HAVE_CAIRO_ATSUI */
+
+/* Whether Cairo can use FreeType for fonts */
+#define HAVE_CAIRO_FREETYPE 1
+
+/* Whether Cairo has PDF support */
+#define HAVE_CAIRO_PDF 1
+
+/* Whether Cairo has PNG support */
+#define HAVE_CAIRO_PNG 1
+
+/* Whether Cairo has PS support */
+#define HAVE_CAIRO_PS 1
+
+/* Whether Cairo can use the Win32 GDI for fonts */
+#define HAVE_CAIRO_WIN32 1
+
+/* Whether Cairo has Xlib support */
+/* #undef HAVE_CAIRO_XLIB */
+
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_DIRENT_H */
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+/* #undef HAVE_DLFCN_H */
+
+/* Define to 1 if you have the `flockfile' function. */
+/* #undef HAVE_FLOCKFILE */
+
+/* Have FreeType 2 library */
+#define HAVE_FREETYPE 1
+
+/* Define to 1 if you have the `getpagesize' function. */
+/* #undef HAVE_GETPAGESIZE */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+/*#undef HAVE_INTTYPES_H */
+
+/* Define to 1 if you have the <memory.h> header file. */
+/* #undef HAVE_MEMORY_H */
+
+/* Define to 1 if you have the `mprotect' function. */
+/* #undef HAVE_MPROTECT */
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+/* #undef HAVE_NDIR_H */
+
+/* Define to 1 if you have the <stdint.h> header file. */
+/* #undef HAVE_STDINT_H */
+
+/* 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. */
+/* #undef HAVE_STRINGS_H */
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `strtok_r' function. */
+/* #undef HAVE_STRTOK_R */
+
+/* Define to 1 if you have the `sysconf' function. */
+/* #undef HAVE_SYSCONF */
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_SYS_DIR_H */
+
+/* Define to 1 if you have the <sys/mman.h> header file. */
+/* #undef HAVE_SYS_MMAN_H */
+
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_SYS_NDIR_H */
+
+/* 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. */
+/* #undef HAVE_UNISTD_H */
+
+/* Have X libraries */
+/* #undef HAVE_X */
+
+/* Have Xft library */
+/* #undef HAVE_XFT */
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
+/* Module interface version */
+#define MODULE_VERSION "1.6.0"
+
+/* Name of package */
+#define PACKAGE "pango"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango";
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "pango"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "pango @PANGO_VERSION"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "pango"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "@PANGO_VERSION@"
+
+/* PANGO binary age */
+#define PANGO_BINARY_AGE @PANGO_BINARY_AGE@
+
+/* PANGO interface age */
+#define PANGO_INTERFACE_AGE @PANGO_INTERFACE_AGE@
+
+/* PANGO major version */
+#define PANGO_VERSION_MAJOR @PANEG_VERSION_MAJOR@
+
+/* PANGO micro version */
+#define PANGO_VERSION_MICRO @PANGO_VERSION_MICRO@
+
+/* PANGO minor version */
+#define PANGO_VERSION_MINOR @PANGO_VERSION_MINOR@
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Whether to load modules via .la files rather than directly */
+/* #undef USE_LA_MODULES */
+
+/* Version number of package */
+#define VERSION "@PANGO_VERSION@"
+
+/* Define to 1 if the X Window System is missing or not being used. */
+/* #undef X_DISPLAY_MISSING */
diff --git a/pango/pangocairo.rc.in b/pango/pangocairo.rc.in
new file mode 100644
index 0000000..728cce7
--- /dev/null
+++ b/pango/pangocairo.rc.in
@@ -0,0 +1,30 @@
+#include <winver.h>
+
+VS_VERSION_INFO VERSIONINFO
+  FILEVERSION @PANGO_VERSION_MAJOR@,@PANGO_VERSION_MINOR@,@PANGO_VERSION_MICRO@,0
+  PRODUCTVERSION @PANGO_VERSION_MAJOR@,@PANGO_VERSION_MINOR@,@PANGO_VERSION_MICRO@,0
+  FILEFLAGSMASK 0
+  FILEFLAGS 0
+  FILEOS VOS__WINDOWS32
+  FILETYPE VFT_DLL
+  FILESUBTYPE VFT2_UNKNOWN
+  BEGIN
+    BLOCK "StringFileInfo"
+    BEGIN
+      BLOCK "040904B0"
+      BEGIN
+	VALUE "CompanyName", "Red Hat Software"
+	VALUE "FileDescription", "PangoCairo"
+	VALUE "FileVersion", "@PANGO_VERSION_MAJOR  @PANGO_VERSION_MINOR  @PANGO_VERSION_MICRO  0"
+	VALUE "InternalName", "pangocairo- PANGO_API_VERSION@- PANGO_CURRENT_MINUS_AGE@"
+	VALUE "LegalCopyright", "Copyright © 2010 Red Hat Software."
+	VALUE "OriginalFilename", "pangocairo- PANGO_API_VERSION@- PANGO_CURRENT_MINUS_AGE@.dll"
+	VALUE "ProductName", "PangoCairo"
+	VALUE "ProductVersion", "@PANGO_VERSION_MAJOR  @PANGO_VERSION_MINOR  @PANGO_VERSION_MICRO@"
+      END
+    END
+    BLOCK "VarFileInfo"
+    BEGIN
+      VALUE "Translation", 0x409, 1200
+    END
+  END



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