[project @ 2005-01-10 11:45:19 by simonmar]
authorsimonmar <unknown>
Mon, 10 Jan 2005 11:45:24 +0000 (11:45 +0000)
committersimonmar <unknown>
Mon, 10 Jan 2005 11:45:24 +0000 (11:45 +0000)
commitf13895fc3b7a38c909ee0d2d7c1de24381858024
tree818a7fb92c8ec21350ec5644ea5dfb75efdfec2b
parentd27af86534166ba4eea5d23768a1d01c431977f1
[project @ 2005-01-10 11:45:19 by simonmar]
Work around problems caused by limit on the length of the command line
in ld, which shows up when building OpenGL on Windows with SplitObjs=YES.

We now pass the names of the input files to ld via a linker script.
This is (probably) only supported by GNU ld, so we now have to detect
GNU ld in the configure script (yawn) and back off to the old method
if we don't have it.
aclocal.m4
configure.ac
mk/config.mk.in
mk/target.mk