comparison nt/makefile.def @ 27624:904a6e5948b5

(SYS_LDFLAGS): Add -nologo.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:33 +0000
parents ff5935fc211c
children 3bb820a403c0
comparison
equal deleted inserted replaced
27623:fc75f27fefc4 27624:904a6e5948b5
134 BASE_LIBS = $(libc) $(baselibs) -nodefaultlib:oldnames.lib 134 BASE_LIBS = $(libc) $(baselibs) -nodefaultlib:oldnames.lib
135 !endif 135 !endif
136 136
137 # We want any debugging info in the executable. 137 # We want any debugging info in the executable.
138 !if "$(LINK)" == "link32" 138 !if "$(LINK)" == "link32"
139 SYS_LDFLAGS = 139 SYS_LDFLAGS = -nologo
140 !else 140 !else
141 SYS_LDFLAGS = -release -incremental:no -version:3.10 141 SYS_LDFLAGS = -nologo -release -incremental:no -version:3.10
142 !endif 142 !endif
143 143
144 # Tag the executables to run out of the swapfile when execute off CD or network shares 144 # Tag the executables to run out of the swapfile when execute off CD or network shares
145 SYS_LDFLAGS = $(SYS_LDFLAGS) -swaprun:cd -swaprun:net 145 SYS_LDFLAGS = $(SYS_LDFLAGS) -swaprun:cd -swaprun:net
146 146