suriab / gyp

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

specifying a .def file in msvs_settings (rather than in sources) fails in a weird way #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Adding:

'VCLinkerTool': {
             'ModuleDefinitionFile': ['pepper_test_plugin.def'],
           },

to:

webkit/tools/pepper_test_plugin.gyp

Results in weird 'foo': ['bar'], -->  foo="bar;b;a;r;"
type behavior.

Original issue reported on code.google.com by bradnel...@google.com on 19 Oct 2009 at 11:33

GoogleCodeExporter commented 9 years ago
This is normally handled by just adding .def files to the 'sources' list, so 
this is actually a problem in a not-
intended-to-be-used corner case.  But it might indicate a problem in some 
internal logic in handling 
msvs_settings, so keep this issue open, but Low.

Original comment by sgk@chromium.org on 21 Oct 2009 at 6:37