updated comment

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4734 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-08-18 11:15:16 +00:00
parent 55207cde1d
commit a3e92a11f4

View file

@ -83,8 +83,11 @@ cvs_version = strftime('%d-%b-%Y.cvs', gmtime())
opts = Options()
# Find the value of NSIS_CONFIG_CONST_DATA_PATH
# load configuration options
# it's important this will be done here so NSIS_CONFIG_CONST_DATA_PATH
# will be available for the next few lines and so `dirs` can be set
SConscript('SCons/config.py')
opts.Update(defenv)
Help(opts.GenerateHelpText(defenv))