wangyu5 / gyp

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

Missing source files should be errors #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Errors should be given for source files that are not found on disk.  Their 
absence cause needless recompiles in Visual Studio during incremental build.  
In effect Visual Studio thinks that if the file is not there, it might be 
because it was deleted since the last build, so it will do that step at each 
incremental build.

Original issue reported on code.google.com by jean...@chromium.org on 4 Aug 2011 at 10:34

GoogleCodeExporter commented 9 years ago
http://codereview.chromium.org/7576020/

Original comment by jean...@google.com on 8 Aug 2011 at 9:24