From ce07d9cd394f9b34a181ca63ddc85d741317179d Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 15 Aug 2001 12:20:51 +0000 Subject: [PATCH] [project @ 2001-08-15 12:20:51 by rrt] Add way i for ILX, plus ILX2IL and ILASM --- mk/config.mk.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 3c8dc06..49287de 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -795,6 +795,12 @@ GREENCARD = $(FPTOOLS_TOP)/green-card/src/green-card BLD_DLL = dllwrap # +# .NET support software +# +ILX2IL = ilx2il +ILASM = ilasm + +# # Happy # HAPPY = @HappyCmd@ @@ -859,7 +865,7 @@ HSC2HS = $(HSC2HS_PREFIX)hsc2hs-inplace # The ways currently defined. # ALL_WAYS=p t u s mp mg a b c d e f g h i j k l m n o A B -USER_WAYS=a b c d e f g h i j k l m n o A B +USER_WAYS=a b c d e f g h j k l m n o A B # # The following ways currently have treated specially, p u t mg, @@ -869,6 +875,10 @@ USER_WAYS=a b c d e f g h i j k l m n o A B # # If you want to add to these default options, fill in the variables below: +# Way 'i': +WAY_i_NAME=ILX +WAY_i_HC_OPTS= -filx + # Way 'p': WAY_p_NAME=profiling WAY_p_HC_OPTS= -prof -- 1.7.10.4