humanai / gyp

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

some msvs paths have forward slashes where they should have backslashes #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In several locations, such as system additional includes, we get forward 
slashes instead of backslashes in the project files. They all happen to be in 
places where vstudio will accept either, but we should probably be self 
consistent.

Original issue reported on code.google.com by bradnel...@google.com on 8 Oct 2009 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by bradnel...@google.com on 8 Oct 2009 at 1:01

GoogleCodeExporter commented 9 years ago
bradnelson's suggestion is that we use posixpath everywhere and then only have 
msvs.py translate forward to 
backward slashes at the last minute.  Right now our manipulation is ad hoc.

Original comment by sgk@chromium.org on 21 Oct 2009 at 6:18