wscript
changeset 10604 eed0cb486e3f
parent 10147 52b4fed4e789
child 10769 2a65963e27ac
--- a/wscript	Fri Jan 31 13:11:18 2014 -0800
+++ b/wscript	Fri Jan 31 14:57:58 2014 -0800
@@ -524,6 +524,13 @@
 
     # Write a summary of optional features status
     print "---- Summary of optional NS-3 features:"
+    print "%-30s: %s%s%s" % ("Build profile", Logs.colors('GREEN'),
+                             Options.options.build_profile, Logs.colors('NORMAL'))
+    bld = wutils.bld
+    print "%-30s: %s%s%s" % ("Build directory", Logs.colors('GREEN'),
+                             Context.out_dir, Logs.colors('NORMAL'))
+    
+    
     for (name, caption, was_enabled, reason_not_enabled) in conf.env['NS3_OPTIONAL_FEATURES']:
         if was_enabled:
             status = 'enabled'