suriab / gyp

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

Put excluded files that come from rules/actions into a separate _rules_and_actions folder in msvs projects #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently in some cases the msvs generator places files which are inputs to 
rules/actions into excluded_files. This is done because for instance with IDL 
files, msvs does the wrong thing if the files are not excluded. It would be 
confusion to have them be excuded but out in the open, instead we should 
place them in a directory of their own in the project file.

Original issue reported on code.google.com by bradnel...@google.com on 5 Aug 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by sgk@chromium.org on 6 Aug 2009 at 7:55

GoogleCodeExporter commented 9 years ago

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