humanai / gyp

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

scons generator doesn't work correctly if multiple gyp files are in the same directory #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if multiple gyp files are in the same directory. The SConstruct file 
in 
that directory will be relevant to only one of them at random.

Original issue reported on code.google.com by bradnel...@google.com on 18 Aug 2009 at 7:47

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Still a problem.  O3D has a directory with multiple .gyp files.  We either need 
to define this as illegal (and behave 
accordingly) or fix the scons generator.  (Note that the make generator would 
have the same issue, once it 
generates a Makefile in each directory like I want it to...  --SK)

Original comment by sgk@chromium.org on 21 Oct 2009 at 5:39