1 Март 2004 05:52, Dimitrie O. Paun написал:
OK, this is it. I've included the new config.h.in for patch review convenience. Please run
autoheader autoconf
after applying it. With this stuff in the tree, we should be able to build programs/* with it. Next on the list is -shared support...
ChangeLog Instrument winegcc to use the compilers and options detected at configure time. Add support for parsing/formatting a string array from/to a char string. Add option to disable short wchar support in winegcc.
And what about next (removed from winemaker by your recent patch) -fpermissive, -fms-extensions -fno-for-scope ?
They are very handy when porting win32 apps.
On March 1, 2004 1:50 am, Kirill Smelkov wrote:
And what about next (removed from winemaker by your recent patch) -fpermissive, -fms-extensions -fno-for-scope ?
They are very handy when porting win32 apps.
Are these by default turned on on MinGW's gcc? If so, I'll add them. If not, you can simply specify them on the command line.
1 Март 2004 10:13, Dimitrie O. Paun написал:
On March 1, 2004 1:50 am, Kirill Smelkov wrote:
And what about next (removed from winemaker by your recent patch) -fpermissive, -fms-extensions -fno-for-scope ?
They are very handy when porting win32 apps.
Are these by default turned on on MinGW's gcc? If so, I'll add them. If not, you can simply specify them on the command line.
As I don't use it, I can say nothing about MinGW's gcc.
But if i take it right, the goal of winemaker is to provide straight and acheless way for porting win32 apps to wine.
I think that from this point of view it is desirable to add the options to generated Makefiles, or at least do some checking for them (this was done originally).
On March 2, 2004 2:19 am, Kirill Smelkov wrote:
I think that from this point of view it is desirable to add the options to generated Makefiles, or at least do some checking for them (this was done originally).
Yes. I just wanted to know where is the proper place for them. If MinGW have them turned on my default, we should do so in winegcc. If not, we should do it in winemaker.
Feel free to submit winemaker patches, I'm not hacking at it ATM.