make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some fixes regarding building make on Win32.


From: Paul D. Smith
Subject: Re: Some fixes regarding building make on Win32.
Date: Thu, 30 Jun 2005 07:11:34 -0400

%% "Angel Tsankov" <address@hidden> writes:

  at> I found the following changes useful when building make 3.80 on
  at> Win XP Pro SP1:

  at> At build_32.bat:2 change +if to if

This has already been fixed.

  at> At README.W32:26 change namke to nmake

OK, fixed this.

  at> Insert the following lines at build_32.bat:60:
  at> cl.exe /nologo /MT /W3 /GX /Zi /YX /Od /I . /I glob /I w32/include /D 
_DEBUG 
  at> /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ 
  at> /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c hash.c
  at> echo WinDebug\hash.obj >>link.dbg

  at> Insert the following lines at build_32.bat:125:
  at> cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG 
/D 
  at> WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ 
  at> /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c hash.c
  at> echo WinRel\hash.obj >>link.rel

Those have already been fixed.


Thanks for the report!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]