[m-rev.] diff: suppress banner messages in lib and link tools
Julien Fischer
juliensf at csse.unimelb.edu.au
Wed Oct 26 00:56:19 AEDT 2011
Branches: 11.07, main
Suppress the banner message when using the Microsoft lib and link
tools.
configure.in:
compiler/compile_target_code.m:
As above.
Julien.
Index: configure.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/configure.in,v
retrieving revision 1.600
diff -u -r1.600 configure.in
--- configure.in 20 Oct 2011 14:08:30 -0000 1.600
+++ configure.in 25 Oct 2011 12:56:39 -0000
@@ -1038,7 +1038,7 @@
OBJFILE_OPT="-Fo"
EXEFILE_OPT="-Fe"
AR="lib"
- ARFLAGS=""
+ ARFLAGS="-nologo"
AR_LIBFILE_OPT="-OUT:"
LDFLAGS_FOR_DEBUG="-DEBUG"
Index: compiler/compile_target_code.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/compile_target_code.m,v
retrieving revision 1.176
diff -u -r1.176 compile_target_code.m
--- compiler/compile_target_code.m 8 Oct 2011 16:09:58 -0000 1.176
+++ compiler/compile_target_code.m 25 Oct 2011 12:58:48 -0000
@@ -2418,6 +2418,7 @@
% XXX WIN64 - this will need to be revisited when we begin
% supporting 64-bit Windows.
ResCmdLinkFlags = [
+ "-nologo",
"-subsystem:console",
"-machine:x86",
"-entry:mainCRTStartup",
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list