Mercurial > MadButterfly
comparison nodejs/wscript @ 575:97159102f886
Function of query font face in Javascript
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 10 Jun 2010 09:36:41 +0800 |
parents | a12c3448afb6 |
children | 683889344459 |
comparison
equal
deleted
inserted
replaced
574:a2faee809514 | 575:97159102f886 |
---|---|
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 coord.cc shapes.cc paints.cc' | 26 obj.source = 'mbfly_njs.cc coord.cc shapes.cc paints.cc font.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' |