From: Guillermo J. Rozas Date: Wed, 21 Jul 1993 00:42:36 +0000 (+0000) Subject: Use GUI interface, and not console interface. X-Git-Tag: 20090517-FFI~8185 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ee87abe85977d2183377f0791f49053bccfa7e6a;p=mit-scheme.git Use GUI interface, and not console interface. --- 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