From c1812475fa383e127775b3249b92ed8ff951e39a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 18 Jul 2001 05:27:33 +0000 Subject: [PATCH] Add code for using Microsoft's assembler. --- v7/src/microcode/ntutl/makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index 2a33df4be..4d60308d7 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.25 2001/07/18 05:25:00 cph Exp $ +### $Id: makefile,v 1.26 2001/07/18 05:27:33 cph Exp $ ### ### Copyright (c) 1992-2001 Massachusetts Institute of Technology ### @@ -39,6 +39,13 @@ USER_LIBS = ASFLAGS = /bt=nt /d1 /fpi /fp3 /mf /zq AS = wasm +# **** I'm told that this is the right command line for using +# **** Microsoft's assembler. To use this, comment out the two lines +# **** above, and uncomment these two. (You will probably need to +# **** adjust the path in the definition of AS.) +#ASFLAGS = /Cx /Zm /coff /c +#AS = c:\masm611\bin\ml + !IFDEF NODEBUG cflags = $(cflags) -Ox !ELSE -- 2.25.1