From ee87abe85977d2183377f0791f49053bccfa7e6a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 21 Jul 1993 00:42:36 +0000 Subject: [PATCH] Use GUI interface, and not console interface. --- v7/src/microcode/ntutl/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index 0e8354eab..3333d2813 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.3 1993/07/18 21:24:52 gjr Exp $ +### $Id: makefile,v 1.4 1993/07/21 00:42:36 gjr Exp $ ### ### Copyright (c) 1992-1993 Massachusetts Institute of Technology ### @@ -64,8 +64,8 @@ LDFLAGS = cflags = $(cflags) -DMIT_SCHEME -DWINNT -DCL386 $(MACHINE_SWITCHES) -DGUI=1 # NT compilation system for scheme (NOT utilities) -sysflags = $(conflags) -#sysflags = $(guiflags) +#sysflags = $(conflags) +sysflags = $(guiflags) syslibs = $(guilibs) cvobj = cvtomf -- 2.25.1