wangyu5 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

ninja generator should expand all RULE_INPUT_* variables and "special" variables in cflags{,_c,_cc} #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The ninja generator does not substitute the RULE_INPUT_PATH, RULE_INPUT_EXT, 
RULE_INPUT_NAME variables.

Additionally, "special" variables (INTERMEDIATE_DIR, SHARED_INTERMEDIATE_DIR, 
PRODUCT_DIR, SHARED_LIB_DIR) are not expanded in cflags{,_c,_cc}.

This patch adds these expansions:

http://codereview.appspot.com/5318049

Original issue reported on code.google.com by ahochh...@samegoal.com on 24 Oct 2011 at 5:37