# HG changeset patch # User Andrew Innes # Date 949880253 0 # Node ID 904a6e5948b52ac446332e9aacb2e72f6c8c63ac # Parent fc75f27fefc43e6c8525d78f79f90057e96b6143 (SYS_LDFLAGS): Add -nologo. diff -r fc75f27fefc4 -r 904a6e5948b5 nt/makefile.def --- a/nt/makefile.def Sun Feb 06 23:37:19 2000 +0000 +++ b/nt/makefile.def Sun Feb 06 23:37:33 2000 +0000 @@ -136,9 +136,9 @@ # We want any debugging info in the executable. !if "$(LINK)" == "link32" -SYS_LDFLAGS = +SYS_LDFLAGS = -nologo !else -SYS_LDFLAGS = -release -incremental:no -version:3.10 +SYS_LDFLAGS = -nologo -release -incremental:no -version:3.10 !endif # Tag the executables to run out of the swapfile when execute off CD or network shares