[m-dev.] diff: Override object file extension in Mmake.common
Peter Ross
petdr at cs.mu.OZ.AU
Tue Jun 27 19:32:32 AEST 2000
Hi,
===================================================================
Estimated hours taken: 0.1
Mmake.common.in:
Override the value for the object file extension. This is because
we might be using an installed compiler which uses gcc and .o files
to build a compiler using MSVC and .obj files.
Index: Mmake.common.in
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmake.common.in,v
retrieving revision 1.45
diff -u -r1.45 Mmake.common.in
--- Mmake.common.in 2000/06/08 13:06:36 1.45
+++ Mmake.common.in 2000/06/27 09:28:15
@@ -179,6 +179,7 @@
#-----------------------------------------------------------------------------#
# Extensions to use
+O=@OBJ_SUFFIX@
A=@LIB_SUFFIX@
# Which makefile to use when compiling the garbage collector.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list