wangyu5 / gyp

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

gyp does not produce identical .sln / .vcproj when run under cygwin python #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We would like gyp to be python version agnostic.
In particular, it should generate the same project files on cygwin and win32 
python.
We should add unit tests to validate this to prevent regressions.
All the plumbing prior to the generators should use posixpath throughout 
(instead of os.path) whenever handling not realized paths.

Original issue reported on code.google.com by bradnelson@google.com on 22 Feb 2011 at 11:32