Mercurial > MadButterfly
diff nodejs/wscript @ 557:0ca8437a91fa Android_Skia
Implement Indexed Property interceptors
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 06 Jun 2010 21:27:34 +0800 |
parents | c9d23f7279a4 |
children | 0cd1511272d2 |
line wrap: on
line diff
--- a/nodejs/wscript Sun Jun 06 19:13:21 2010 +0800 +++ b/nodejs/wscript Sun Jun 06 21:27:34 2010 +0800 @@ -23,7 +23,7 @@ obj = conf.new_task_gen('cxx', 'shlib', 'node_addon') obj.target = 'mbfly' - obj.source = 'mbfly_njs.cc' + obj.source = 'mbfly_njs.cc coord.cc' obj.add_objects = 'X_supp_njs.o' obj.staticlib = 'mbfly'