Tubez
11-10-2005 18:17:09
I just cleaned out my local repository and started over with current SVN. It appears that resource.cfg points to a media directory above "demos" (../media) but the data is actually in a direcory under demos (./media).
It's a quck fix, but one of the things that can go unnoticed for ages
There's no point in attaching a patch, since it's basically search and replace ".." with "."
While I'm at it, a quick build system question. I noticed that, at least on windows, the entire build scripts etc are duplicated into the installed directory when you do "setup_win32.py install". Is there a practical use for it? Can i use it to rebuild pyOgre on the fly?
It's a quck fix, but one of the things that can go unnoticed for ages

There's no point in attaching a patch, since it's basically search and replace ".." with "."
While I'm at it, a quick build system question. I noticed that, at least on windows, the entire build scripts etc are duplicated into the installed directory when you do "setup_win32.py install". Is there a practical use for it? Can i use it to rebuild pyOgre on the fly?