tutorial/wscript
changeset 1502 4b4799567e2a
child 1529 042ae54d795c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tutorial/wscript	Thu Sep 13 11:04:47 2007 -0700
@@ -0,0 +1,6 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+    obj = bld.create_ns3_program('hello-simulator',
+        ['core'])
+    obj.source = 'hello-simulator.cc'