suriab / gyp

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

MSVS Generator has issues with recursive copy #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a copies directive specifying a directory in the files array.  We 
tried with this patch on 
chromium: http://codereview.chromium.org/1951004/

What is the expected output? What do you see instead? It should create a 
project file that copies all 
the contents of the folder.  Instead it seems to think it's a file, and the 
copy fails at build time.

Brad Nelson has more knowledge of this issue.

Original issue reported on code.google.com by feldstein@google.com on 4 May 2010 at 10:29