Peter Moulder wrote:
On Thu, Jul 15, 2004 at 06:56:21AM -0500, Bob Jamison wrote:
Whoever does the branch, I request you do one thing just before that. Please run:
perl mkfiles.pl and perl mkdep.pl
and commit make.*
I'll add this to http://www.inkscape.org/cgi-bin/wiki.pl?CreatingDists
pjrm.
On another note, in my haste to add -lgthread-2.0 to Makefile.mingw.common, I inadvertently committed the file with the GTK library path being ${HOME}/xmingw/gtk instead of ${HOME}/xmingw32/gtk which it was before. This is because I was also testing the new GCC-3.4.1 cross-compiler, which needed to have a different path, in order to coexist with the old one.
People can set it to anything they want, but this might break autobuilds.
In the future, this will not be a problem, as the build scheme will expect the libs to be rooted at /target .
Bob