diff options
Diffstat (limited to 'source4/SConstruct')
-rw-r--r-- | source4/SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/SConstruct b/source4/SConstruct index 6e38428b56..297147fbe3 100644 --- a/source4/SConstruct +++ b/source4/SConstruct @@ -9,9 +9,9 @@ # # TODO: # - finish fallback code -# - finish proto code # - support for init functions # - separate config file for lib/replace/ +# - Subsystem() ? import cPickle, string, os @@ -30,6 +30,8 @@ hostenv = Environment( CPPDEFINES={'_SAMBA_BUILD_': None}, ) +hostenv.Help(opts.GenerateHelpText(hostenv)) + # We don't care about NFS builds... hostenv.SetOption('max_drift', 1) |