wangyu5 / gyp

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

source file builds even if filename is incorrect in gyp #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a source file like hello_world.cc
2. Add a gyp source entry as hello_world.c
3. Use GYP_GENERATOR=make
4. make

What is the expected output? What do you see instead?
It shouldn't build. Since gyp has the wrong file path.

What version of the product are you using? On what operating system?
It builds on linux but not on windows and mac.

Please provide any additional information below.

Original issue reported on code.google.com by hc...@google.com on 26 Jul 2010 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by mmoss@chromium.org on 28 Jul 2011 at 5:44