I've noticed that code generated under windows uses ""\" as path separator in files.json.
This returns error when trying to compile under OSX/Linux as "cannot find file bin\something".
The generator's code should take difference into account regardless the development platform.
I've noticed that code generated under windows uses ""\" as path separator in
files.json.This returns error when trying to compile under OSX/Linux as "cannot find file bin\something".
The generator's code should take difference into account regardless the development platform.