%% "Angel Tsankov" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>          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


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to