suriab / gyp

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

Would like a way to specify the output file of a target #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gyp seems to provide no way to modify the output file of a target. I'd like 
to be able to change the file name of the output file (e.g., to add a 
"_debug" suffix to the name in Debug configurations).

Original issue reported on code.google.com by adam.ro...@gmail.com on 14 Jul 2009 at 9:58

GoogleCodeExporter commented 9 years ago
Ok this has been changed.
(As before you can use 'product_name' to change the filename emitted).
You can now also use 'msvs_product_directory' to specify an output directory.

Original comment by bradnel...@google.com on 17 Jul 2009 at 8:02