From: John L. <jla...@gm...> - 2009-05-20 03:48:10
|
On Tue, May 19, 2009 at 11:38 PM, John Labenski <jla...@gm...> wrote: > On Mon, May 18, 2009 at 4:15 PM, Francesco Montorsi < > f18...@ya...> wrote: > >> Hi Klaas, >> >> klaas.holwerda ha scritto: >> > Francesco, >> > >> > I updated from CVS, but the linking problem is still there (gdiplus.lib >> > is not in the makefile.vc. >> > And with nmake it is a problem. >> Yes, I see. It looks like John still has not committed his changes to the >> bakefiles... John, if you want, I can do it... >> > > Sorry about the delay, I looked at the wx.bkl, wx_win32.bkl, and > wx_unix.blk in wxWidgets 2.8.10 and wxCode/build/bakefiles/presets and they > are really very different. I was unsure about the rest of the changes, but I > see that you think it is best to hold off until 3.0. > > I will commit the little change I posted before. > > Regards, > John > I have committed it, but it just dawns on me that since the MSVC GUI builds won't be able to have gdiplus.lib linked as an option, maybe we should just link to it all the time? Isn't it true that everyone has it and if you link to it, but don't use anything from it the linker throws it out. There's nothing to lose by doing that right? -John |