projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

Standardized slash orders to forward slashes

Open ngbrown opened this issue 11 years ago • 1 comments

This should simplify path splitting in ofAddon. In the Visual Studio Project, I reverted all paths back to backslashes instead of handling it in various parts of the project.

ngbrown avatar Mar 01 '14 04:03 ngbrown

if i understand it correctly you are managing everything as unix slashes and then converting them to dos in the visual studio and win cb projects right?

looks good to me, i've been using the PG on windows lately so i'll give it a try next week and merge it

arturoc avatar Mar 01 '14 10:03 arturoc