tutorial/wscript-0
changeset 1759 a7793aa3ef66
parent 1757 530d2e974eb2
parent 1541 fc95ffdef447
child 1760 15e9e94e7e2e
--- a/tutorial/wscript-0	Thu Sep 27 12:49:17 2007 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-## -*- 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'