Parent Directory
|
Revision Log
|
Patch
revision 666 by robwdcock, Fri Mar 24 11:29:40 2006 UTC | revision 667 by robwdcock, Fri Mar 24 13:25:00 2006 UTC | |
---|---|---|
# | Line 94 elif os.name == "nt": | Line 94 elif os.name == "nt": |
94 | else: | else: |
95 | env = Environment(tools = ['default'], options = opts) | env = Environment(tools = ['default'], options = opts) |
96 | ||
# Remove the sharedlibrary prefix on all platform - we don't want 'lib' mucking with our python modules | ||
del env['SHLIBPREFIX'] | ||
97 | # Setup help for options | # Setup help for options |
98 | Help(opts.GenerateHelpText(env)) | Help(opts.GenerateHelpText(env)) |
99 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |