Gisle Vanem <[EMAIL PROTECTED]> writes: > "Hrvoje Niksic" wrote: > >> Wouldn't you need to have separate targets for linking as well? > > Sure. That target would simply depend on $(MSVC_OBJECTS) etc.: > > wget-msvc.exe: $(MSVC_OBJECTS) > link $(MSVC_LDFLAGS) -out:$@ $^ $(MSVC_EXT_LIBS)
Personally it seems a bit kludgey to have differently-named targets for different compilers. But maybe it's just a matter of taste. Note that I'll be on vacation for the next three weeks, so it might take a while for Mauro to catch up with Wget-related traffic and start applying patches...
