summaryrefslogtreecommitdiff
path: root/pango/pango.rc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-07-09 00:33:40 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-07-09 00:33:40 +0000
commitcde661031c455a7bb0f080179afd87cf0034eb17 (patch)
treef852d7b8f8143e2730baef3b768c5806b3e951ed /pango/pango.rc.in
parent3a33257734c9e1304b9c76167399eea6d8dd7732 (diff)
downloadpango-cde661031c455a7bb0f080179afd87cf0034eb17.tar.gz
Call AC_CANONICAL_HOST before looking at $host. Check for windres on
2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Call AC_CANONICAL_HOST before looking at $host. Check for windres on Win32. * pango/Makefile.am: Don't use the scripts in GLib's build/win32 to compile the rc files into resource object files. (This means we lose the build number increment magic, but I doubt it was that useful anyway.) Instead use windres directly. To pass a normal .o file produced by windres through libtool, which wants .lo files, pass it directly to the linker using a -Wl option. Libtool installs/uninstalls the import libraries, no need to do it ourselves. Do install/uninstall the .def files, though. * pango/pango.rc.in * pango/pangoft2.rc.in * pango/pangowin32.rc.in: Correspondingly, use 0 instead of BUILDNUMBER.
Diffstat (limited to 'pango/pango.rc.in')
-rw-r--r--pango/pango.rc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango.rc.in b/pango/pango.rc.in
index 814e9a42..e1cad37e 100644
--- a/pango/pango.rc.in
+++ b/pango/pango.rc.in
@@ -1,7 +1,7 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION @PANGO_MAJOR_VERSION@,@PANGO_MINOR_VERSION@,@PANGO_MICRO_VERSION@,BUILDNUMBER
+ FILEVERSION @PANGO_MAJOR_VERSION@,@PANGO_MINOR_VERSION@,@PANGO_MICRO_VERSION@,0
PRODUCTVERSION @PANGO_MAJOR_VERSION@,@PANGO_MINOR_VERSION@,@PANGO_MICRO_VERSION@,0
FILEFLAGSMASK 0
FILEFLAGS 0
@@ -15,7 +15,7 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Red Hat Software"
VALUE "FileDescription", "Pango"
- VALUE "FileVersion", "@PANGO_MAJOR_VERSION@.@PANGO_MINOR_VERSION@.@PANGO_MICRO_VERSION@.BUILDNUMBER"
+ VALUE "FileVersion", "@PANGO_MAJOR_VERSION@.@PANGO_MINOR_VERSION@.@PANGO_MICRO_VERSION@.0"
VALUE "InternalName", "pango-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright © 1999 Red Hat Software."
VALUE "OriginalFilename", "pango-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"