aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-26 11:37:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-26 11:37:58 +0000
commitb6092e26fdea08468e9823ad0f2908f62fe6942c (patch)
treea34a72bfd52ec23cb4895926d7a8940e36d542fc /config.nmake
parent1f959ea4bddf0087c31d1f5cf511d389fd2e88c9 (diff)
conditionally use modern UI for NSIS installer
svn path=/trunk/; revision=9447
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index a78bb642da..88a6594027 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.71 2003/12/23 11:57:26 ulfl Exp $
+# $Id: config.nmake,v 1.72 2003/12/26 11:37:58 ulfl Exp $
VERSION=0.10.0
#
@@ -125,6 +125,15 @@ YACC=bison
# To build the installer
MAKENSIS="C:/program files/nsis/makensis.exe"
+# Choose modern style user interface for the installer.
+# When using this, make sure you have a supported NSIS
+# version installed. See "packaging\nsis\ethereal.nsi" for details.
+#
+# If you don't want the modern UI (or don't have a recent NSIS version),
+# comment this line out, so that MAKENSIS_MODERN_UI isn't defined.
+#
+#MAKENSIS_MODERN_UI=USE
+
#
# You should not have to change anything below this comment.
# If you do, it's a deficiency in the Makefile.nmake files;