1

我有一个程序可以生成包含在 .cpp 文件中的文件。

我希望 waf 构建生成器,找出需要生成的文件,生成它们并编译其他所有内容。

cxx gen.cpp -> gen
gen 1.in -> 1.out
gen 2.in -> 2.out
cxx program.cpp -> program

(program.cpp 包括 1.out 和 2.out)

4

1 回答 1

0

在这里回答:https ://groups.google.com/forum/#!topic/waf-users/E7sh_AB5kcc waf 书中的示例:http: //docs.waf.googlecode.com/git/book_16/single.html# _project_organization

于 2013-07-12T16:32:54.443 回答