wangyu5 / gyp

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

Gyp for MSVS does not handle files with the same name but different paths #238

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If two or more files with the same basename are added to a single target, the 
generated .vcproj will list them all as the dependencies of the same single 
.obj file (because obj files names do not contain the full path).

Original issue reported on code.google.com by ivankr@chromium.org on 21 Nov 2011 at 3:57

GoogleCodeExporter commented 9 years ago
This should be a warning, however.  Not every gyp user needs MSVC08 
compatibility.

Original comment by steve.ha...@gmail.com on 4 May 2012 at 11:22