FYI - I've checked this is valid as far back as VC6 and as far forward
as VisStudio 2005, so it looks like a respectible fix.

[EMAIL PROTECTED] wrote:

  Test _NMAKE_VER define to determine nmake -nologo behavior,
  and use $(MAKEOPT) -f syntax throughout to avoid problems
  on mingw, borland, etc.

 !IFNDEF MAKEOPT
 # Only default the behavior if MAKEOPT= is omitted
+!IFDEF _NMAKE_VER
+# Microsoft NMake options
 MAKEOPT=-nologo

Reply via email to