|
From: Paul D. S. <ps...@gn...> - 2002-09-09 01:41:16
|
%% Earnie Boyd <ear...@ya...> writes: eb> Also I find in the source the use of a macro WINDOWS32 to filter eb> the code. It would be more correct to use _WIN32 as this is the eb> documented macro for system identification. RMS doesn't want the term "win" used when referring to Windows. That's why the macro was changed to WINDOWS32 in the first place. Cluck, rail, or roll your eyes all you like: make is an FSF package. If you want to autoconfig it that would be great; but part of the autoconfig will need to define WINDOWS32 in config.h (I would suppose). I would be happy to see something like: AC_DEFINE(WINDOWS32, 1, [Built for a Windows system in 32-bit mode.]) or whatever seems appropriate. eb> I know that there is a RC already existing for 3.80, so I don't eb> know if it will be possible to get the needed changes in for this eb> release; but, I would like someone to try. I don't think it will get into this release. I have a port to OS/2 waiting in the wings as well that won't be making it. -- ------------------------------------------------------------------------------- Paul D. Smith <ps...@gn...> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist |