projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

windows paths an issue

Open ofZach opened this issue 13 years ago • 2 comments

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.

ofZach avatar Oct 05 '12 19:10 ofZach

fixed by making unix internally in the app. this is still a really big issue, so leaving open for now.

ofZach avatar Oct 08 '12 15:10 ofZach

I mostly addressed this in pull request #45.

ngbrown avatar Mar 01 '14 04:03 ngbrown