[m-rev.] diff: don't put .exe files in Mercury/exes directory
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Oct 24 20:05:52 AEST 2002
Estimated hours taken: 0.25
Branches: main
compiler/modules.m:
Fix a bug with `mmc --make' and the .NET back-end:
put .exe files in the current directory, not in the Mercury/exes
subdirectory.
Workspace: /home/ceres/fjh/mercury
Index: compiler/modules.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/modules.m,v
retrieving revision 1.248
diff -u -d -r1.248 modules.m
--- compiler/modules.m 24 Oct 2002 04:36:50 -0000 1.248
+++ compiler/modules.m 24 Oct 2002 09:52:15 -0000
@@ -874,7 +874,9 @@
{
% executable files
( Ext = ""
+ ; Ext = ".exe"
; Ext = ".split"
+ ; Ext = ".split.exe"
% library files
; Ext = ".a"
; Ext = ".$A"
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list