From: Chris Hanson Date: Wed, 19 Nov 1997 08:39:34 +0000 (+0000) Subject: Add compiler flag that specifies to compile the object files for use X-Git-Tag: 20090517-FFI~4929 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=20b0cb709b351f6958ef7e3a7f8614173786edc6;p=mit-scheme.git Add compiler flag that specifies to compile the object files for use in a DLL. Change optimization target from 486 to Pentium Pro. --- diff --git a/v7/src/win32/dibutils/makefile.wcc b/v7/src/win32/dibutils/makefile.wcc index ca8108dc9..150699b26 100644 --- a/v7/src/win32/dibutils/makefile.wcc +++ b/v7/src/win32/dibutils/makefile.wcc @@ -1,5 +1,5 @@ ### -### $Id: makefile.wcc,v 1.1 1997/05/13 05:32:30 cph Exp $ +### $Id: makefile.wcc,v 1.2 1997/11/19 08:39:34 cph Exp $ ### ### Copyright (c) 1993-97 Massachusetts Institute of Technology ### @@ -58,7 +58,7 @@ CC = wcc386 # /ze enable language extensions (default) # /zp4 use 4-byte alignment (required for MS compatibility) # /zq operate quietly -CFLAGS = /4r /d2 /ei /fpi /fp3 /op /s /w1 /zc /zp4 /zq +CFLAGS = /6r /bd /d2 /ei /fpi /fp3 /op /s /w1 /zc /zp4 /zq # Linker options. #