comparison auto/cc/msvc @ 5059:0419c3321bf2 stable-1.2

Merge of r5012: configure: removed redundant variable assignment.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 11 Feb 2013 15:28:50 +0000
parents d620f497c50f
children bfe536716dbf
comparison
equal deleted inserted replaced
5058:f25d0bbc4392 5059:0419c3321bf2
71 CFLAGS="$CFLAGS -WX" 71 CFLAGS="$CFLAGS -WX"
72 72
73 # disable logo 73 # disable logo
74 CFLAGS="$CFLAGS -nologo" 74 CFLAGS="$CFLAGS -nologo"
75 75
76
77 LINK="\$(CC)"
78
79 # the link flags 76 # the link flags
80 CORE_LINK="$CORE_LINK -link -verbose:lib" 77 CORE_LINK="$CORE_LINK -link -verbose:lib"
81 78
82 # link with libcmt.lib, multithreaded 79 # link with libcmt.lib, multithreaded
83 LIBC="-MT" 80 LIBC="-MT"