1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

Improve link options for nt_x86_cap

Copied from Perforce
 Change: 20856
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1999-06-14 15:42:57 +01:00
parent 24432f6ba6
commit 635e8124d6

View file

@ -72,7 +72,7 @@ sub settings_nt {
sub settings_nt_cap {
$cc_opts = "$cc_opts /Gh";
$cc_link = "$cc_link CAP.lib";
$cc_link_opts = "/link /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBC /NODEFAULTLIB:MSVCRTD /DEFAULTLIB:MSVCRT /debugtype:coff /debug:mapped,partial";
$cc_link_opts = "/link /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBC /NODEFAULTLIB:MSVCRTD /DEFAULTLIB:MSVCRT /debug:full /debugtype:both /pdb:none";
}
sub settings_nt_coff {