From a3e92a11f414d685ce65bf5f25e1a7ada79493d6 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 18 Aug 2006 11:15:16 +0000 Subject: [PATCH] updated comment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4734 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index aa595e58..6ec8de52 100644 --- a/SConstruct +++ b/SConstruct @@ -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))