src/SConscript
changeset 15 ef3bf83302ca
parent 14 d68c28a18f37
child 16 626e2b875d21
--- a/src/SConscript	Wed Jan 24 17:50:45 2007 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Import('*')
-
-#sources = ['grid2D.cpp', 'debug.cpp']
-sources = ['debug.cpp']
-o = []
-
-for s in sources:
-	o += [env.Object(s)]
-
-Return('o')