projectGeneratorSimple
projectGeneratorSimple copied to clipboard
windows paths an issue
the relative path from the project to the libs folder is bad. We have overall some issues with windows vs non windows paths. generated projects look bad :
<Add directory="..\..\..\\libs\tess2\include" />
<Add directory="..\..\..\\libs\cairo\include\cairo" />
<Add directory="../../..//ddons/ofxNetwork/libs" />
<Add directory="../../..//ddons/ofxNetwork/src" />
<Add directory="../../..//ddons\ofxNetwork\src" />
I think the root of it is that the absolute path, and how it's getting combined with other other paths here.
I'm taking a look at it now.
fixed by making unix internally in the app. this is still a really big issue, so leaving open for now.
I mostly addressed this in pull request #45.