[gnumeric] win32: make sure version number in rc file gets updated.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: make sure version number in rc file gets updated.
- Date: Thu, 15 Jul 2010 00:09:07 +0000 (UTC)
commit 638da9eecbec891cf7a72fe3451b9306d3633a9c
Author: Morten Welinder <terra gnome org>
Date: Wed Jul 14 20:08:09 2010 -0400
win32: make sure version number in rc file gets updated.
NEWS | 1 +
src/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index cb18b85..ad2f236 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,7 @@ Morten:
* Fix date function docs issues. [#623669]
* Fix gtk_show_uri problem affecting win32. [#623605]
* Fix mistakes pointed out by sparse.
+ * Fix win32 versioning problem. [#624171]
--------------------------------------------------------------------------
Gnumeric 1.10.7
diff --git a/src/Makefile.am b/src/Makefile.am
index 8de8af3..7c19592 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -439,7 +439,7 @@ gnumeric-paths.h: Makefile
) >$@
if WITH_NATIVE_WIN32
-gnumeric_rc.o: gnumeric.rc
+gnumeric_rc.o: gnumeric.rc gnumeric-config.h
$(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir) -i $< -o $@
install-exec-hook:
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]