diff pavement.py @ 11:551ba05fe6ad

factored out Runtime, Context, and utils into separate files.
author Atul Varma <varmaa@toolness.com>
date Sun, 28 Jun 2009 17:28:57 -0700
parents 29eaa1fceff1
children ca17531e8c81
line wrap: on
line diff
--- a/pavement.py	Sun Jun 28 17:10:40 2009 -0700
+++ b/pavement.py	Sun Jun 28 17:28:57 2009 -0700
@@ -23,7 +23,10 @@
          "-o", "pymonkey.so",
          "-dynamiclib",
          "pymonkey.c",
-         "undefined.c"]
+         "utils.c",
+         "undefined.c",
+         "context.c",
+         "runtime.c"]
         )
 
     if result: