From: Cyrill G. <gor...@gm...> - 2016-04-21 06:15:23
|
On Wed, Apr 20, 2016 at 10:33:25PM -0700, H. Peter Anvin wrote: > > Looks good to me! > Pushed into @master. Thanks all! | committ 6fd298418b6d57d8513ad916f650ee815bef80af | Author: Knut St. Osmundsen <bir...@an...> | Date: Thu Apr 21 09:13:19 2016 +0300 | | msvc.mak: Build fixes, updates and improvements. | | * Added missing rules for creating a library out of LIBOBJ | and using it when linking. | * Updated the clean rule and PRELREQ list. | * Always build with debug info as it ends up in external PDB files | anyway and doesn't really impact binary size. | * Added /RELEASE to the LDFLAGS so the linker checksums the headers and | the binary can be signed. | | Signed-off-by: Knut St. Osmundsen<bir...@an...> | Reviewed-by: "H. Peter Anvin" <hp...@zy...> | Signed-off-by: Cyrill Gorcunov <gor...@gm...> |