Mercurial > MadButterfly
comparison 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 |
comparison
equal
deleted
inserted
replaced
556:c9d23f7279a4 | 557:0ca8437a91fa |
---|---|
21 def build(conf): | 21 def build(conf): |
22 import Utils | 22 import Utils |
23 | 23 |
24 obj = conf.new_task_gen('cxx', 'shlib', 'node_addon') | 24 obj = conf.new_task_gen('cxx', 'shlib', 'node_addon') |
25 obj.target = 'mbfly' | 25 obj.target = 'mbfly' |
26 obj.source = 'mbfly_njs.cc' | 26 obj.source = 'mbfly_njs.cc coord.cc' |
27 obj.add_objects = 'X_supp_njs.o' | 27 obj.add_objects = 'X_supp_njs.o' |
28 obj.staticlib = 'mbfly' | 28 obj.staticlib = 'mbfly' |
29 | 29 |
30 obj = conf.new_task_gen('cc', 'shlib', 'node_addon') | 30 obj = conf.new_task_gen('cc', 'shlib', 'node_addon') |
31 obj.target = 'X_supp_njs.o' | 31 obj.target = 'X_supp_njs.o' |