clar / gyp

Automatically exported from code.google.com/p/gyp
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

msvs_precompiled_source doesn't play well with msvs_settings #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the case where msvs_precompiled_source is used simultaneously with 
msvs_settings, the two can clash because msvs_precompiled_source assumes that 
only a single source file will be listed. In general there should only be a 
single one, but failing with a mysterious string collision error is not a 
good failure mode. We should either support multiple, or complain more 
coherently.

Original issue reported on code.google.com by bradnel...@google.com on 26 Apr 2009 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by sgk@chromium.org on 6 Aug 2009 at 5:23

GoogleCodeExporter commented 9 years ago
Should be a simple matter of adding an error message for this particular case.

Original comment by sgk@chromium.org on 6 Aug 2009 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by sgk@chromium.org on 18 Aug 2009 at 8:10