Mercurial > MadButterfly
comparison nodejs/wscript @ 547:371690a166df Android_Skia
Remove hello.c and initial plugin at mbfly_njs.cc
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 05 Jun 2010 22:29:22 +0800 |
parents | 249bcbf07eb0 |
children | c9d23f7279a4 |
comparison
equal
deleted
inserted
replaced
546:249bcbf07eb0 | 547:371690a166df |
---|---|
17 | 17 |
18 def build(conf): | 18 def build(conf): |
19 import os | 19 import os |
20 obj = conf.new_task_gen('cxx', 'shlib', 'node_addon') | 20 obj = conf.new_task_gen('cxx', 'shlib', 'node_addon') |
21 obj.target = 'mbfly' | 21 obj.target = 'mbfly' |
22 obj.source = 'hello.cc mbfly_njs.cc' | 22 obj.source = 'mbfly_njs.cc' |
23 obj.add_objects = 'X_supp_njs.o' | 23 obj.add_objects = 'X_supp_njs.o' |
24 | 24 |
25 obj = conf.new_task_gen('cc', 'shlib', 'node_addon') | 25 obj = conf.new_task_gen('cc', 'shlib', 'node_addon') |
26 obj.target = 'X_supp_njs.o' | 26 obj.target = 'X_supp_njs.o' |
27 obj.source = 'X_supp_njs.c' | 27 obj.source = 'X_supp_njs.c' |