[m-dev.] diff: tests/valid working under MSVC

Peter Ross peter.ross at miscrit.be
Fri Jul 28 01:08:37 AEST 2000


Hi,


===================================================================


Estimated hours taken: 0.1

Changes required for the tests to run using MSVC.

tests/valid/Mmakefile:
	Use `.$O' instead of `.o'.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/valid/Mmakefile,v
retrieving revision 1.65
diff -u -r1.65 Mmakefile
--- Mmakefile	2000/05/26 08:14:47	1.65
+++ Mmakefile	2000/07/27 15:05:34
@@ -180,7 +180,7 @@
 endif
 
 DEPS =	$(SOURCES:%.m=%.depend)
-OBJS =	$(SOURCES:%.m=$(os_subdir)%.o)
+OBJS =	$(SOURCES:%.m=$(os_subdir)%.$O)
 PROGS =	$(SOURCES:%.m=%)
 
 all:	objs

--------------------------------------------------------------------------
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