projectGeneratorSimple
projectGeneratorSimple copied to clipboard
Standardized slash orders to forward slashes
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.
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