grim/guifications2

9109d1815019
Parents 805b2801bf8a
Children a743a9e65e21
Fix "make installer" target so that it works in win32 cross-compile environments.
--- a/ChangeLog Sat Dec 15 07:08:03 2007 -0500
+++ b/ChangeLog Sun Dec 16 05:35:27 2007 -0500
@@ -3,9 +3,10 @@
* Make sure notification popups' context menus are drawn on-screen.
* Changed mini and Penguins themes to display screen name instead of
conversation name when displaying typing notifications--fixes the
- " is typing" bug.
+ " is typing" bug.
* Fixed build on Windows and other systems where G_GNUC_NULL_TERMINATED
in libpurple headers causes compilation issues.
+ * Fixed "make installer" target so it works in cross-compile environments.
Version 2.14 5/5/07:
* Fixed a brokenness in configure.ac that caused configure to fail
--- a/Makefile.mingw Sat Dec 15 07:08:03 2007 -0500
+++ b/Makefile.mingw Sun Dec 16 05:35:27 2007 -0500
@@ -43,7 +43,7 @@
$(MAKE) -C $(GF_PO) -f Makefile.mingw install
installer: all
- $(MAKENSIS) /DGUIFICATIONS_VERSION="$(GF_VERSION)" /DPIDGIN_VERSION="$(PIDGIN_VERSION)" /DPIDGIN_TREE_TOP="$(PIDGIN_TREE_TOP)" guifications-installer.nsi
+ $(MAKENSIS) -DGUIFICATIONS_VERSION="$(GF_VERSION)" -DPIDGIN_VERSION="$(PIDGIN_VERSION)" -DPIDGIN_TREE_TOP="$(PIDGIN_TREE_TOP)" guifications-installer.nsi
clean:
$(MAKE) -C $(GF_SRC) -f Makefile.mingw clean