remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)

svn path=/trunk/; revision=19097
This commit is contained in:
Ulf Lamping 2006-08-30 23:27:37 +00:00
parent 85c1588650
commit 9ffebf10bd
1 changed files with 0 additions and 9 deletions

View File

@ -248,15 +248,6 @@ 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\wireshark.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
# To build the developers documentation with doxygen and dot.
# Currently experimental only.
# You will have to download and install: