[gnumeric] win32: no need for gtk+ version in nsi file.



commit 6fed589fb5e51574c2e3593cbc5e2878d97d2ca3
Author: Morten Welinder <terra gnome org>
Date:   Mon Jun 7 20:54:57 2010 -0400

    win32: no need for gtk+ version in nsi file.

 tools/win32/gnumeric.nsi.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tools/win32/gnumeric.nsi.in b/tools/win32/gnumeric.nsi.in
index 939bd42..84bb48c 100644
--- a/tools/win32/gnumeric.nsi.in
+++ b/tools/win32/gnumeric.nsi.in
@@ -17,9 +17,9 @@ SetCompressor /SOLID lzma
 
 !define GOFFICE_VERSION		"@GOFFICE_VERSION@"
 
-!define GTK_VERSION		"2.20"
-!define GTK_VENDORRC		"0"
-!define GTK_VENDORVERSION	"${GTK_VERSION}.${GTK_VENDORRC}"
+;!define GTK_VERSION		"2.20"
+;!define GTK_VENDORRC		"0"
+;!define GTK_VENDORVERSION	"${GTK_VERSION}.${GTK_VENDORRC}"
 
 ; MUI 1.67 compatible ------
 !include "MUI.nsh"



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