Disable crypto and gdbm support by default, since it relies on
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 00:03:01 +0000 (00:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 00:03:01 +0000 (00:03 +0000)
libraries not commonly available.

v7/src/microcode/ntutl/makefile
v7/src/microcode/ntutl/makefile.wcc

index 4d60308d7dc956d82cf8088df659de93fc6b925c..600f6f14a83d1b6ddceb21604dc0987923a0b61a 100644 (file)
@@ -1,6 +1,6 @@
 ### -*- Fundamental -*-
 ###
-###     $Id: makefile,v 1.26 2001/07/18 05:27:33 cph Exp $
+###     $Id: makefile,v 1.27 2001/07/19 00:02:54 cph Exp $
 ###
 ###     Copyright (c) 1992-2001 Massachusetts Institute of Technology
 ###
@@ -22,9 +22,9 @@
 #### Makefile for Scheme under Win32 compiled by Microsoft Visual C++.
 !include <win32.mak>
 
-USER_PRIM_SOURCES =
-USER_PRIM_OBJECTS =
-USER_LIBS =
+#USER_PRIM_SOURCES = prbfish.c prgdbm.c prmd5.c
+#USER_PRIM_OBJECTS = prbfish.obj prgdbm.obj prmd5.obj
+#USER_LIBS = blowfish.lib gdbm.lib md5.lib
 
 # **** Microsoft supplies their assembler as a separate product, and
 # **** we don't currently have a copy, so use the Watcom assembler.
@@ -114,9 +114,6 @@ vector.c \
 wind.c
 
 OS_PRIM_SOURCES = \
-prbfish.c \
-prgdbm.c \
-prmd5.c \
 prosfile.c \
 prosfs.c \
 prosio.c \
@@ -214,9 +211,6 @@ vector.obj \
 wind.obj
 
 OS_PRIM_OBJECTS = \
-prbfish.obj \
-prgdbm.obj \
-prmd5.obj \
 prosfile.obj \
 prosfs.obj \
 prosio.obj \
@@ -271,7 +265,7 @@ BCHOBJECTS = $(CORE_OBJECTS) $(BCH_GC_OBJECTS) $(NT_OBJECTS) \
 
 SCHEME_SOURCES = $(USER_PRIM_SOURCES) missing.c
 SCHEME_OBJECTS = $(USER_PRIM_OBJECTS) missing.obj
-SCHEME_LIB = $(USER_LIBS) md5.lib blowfish.lib gdbm.lib
+SCHEME_LIB = $(USER_LIBS)
 
 scheme: scheme.exe
 
index d243abceac0695763dec48468b5eac41d57d1871..eb34b5cc5cd7fabbb039e09fdc401076867d96f6 100644 (file)
@@ -1,8 +1,8 @@
 ### -*- Fundamental -*-
 ###
-###     $Id: makefile.wcc,v 1.16 2000/12/05 21:23:51 cph Exp $
+###     $Id: makefile.wcc,v 1.17 2001/07/19 00:03:01 cph Exp $
 ###
-###     Copyright (c) 1992-2000 Massachusetts Institute of Technology
+###     Copyright (c) 1992-2001 Massachusetts Institute of Technology
 ###
 ###     This program is free software; you can redistribute it and/or
 ###     modify it under the terms of the GNU General Public License as
 ###
 ###     You should have received a copy of the GNU General Public
 ###     License along with this program; if not, write to the Free
-###     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-###     USA.
-###
+###     Software Foundation, Inc., 59 Temple Place - Suite 330,
+###     Boston, MA 02111-1307, USA.
 
 #### Makefile for Scheme under Win32 compiled by Watcom C/C++
 ###  This makefile is meant to be used with Watcom make.
 
-USER_PRIM_SOURCES =
-USER_PRIM_OBJECTS =
-USER_LIBS =
+#USER_PRIM_SOURCES = prbfish.c prgdbm.c prmd5.c
+#USER_PRIM_OBJECTS = prbfish.obj prgdbm.obj prmd5.obj
+#USER_LIBS = library blowfish.lib,gdbm.lib,md5.lib
 
 CC = wcc386
 M4 = m4
@@ -168,9 +167,6 @@ vector.c &
 wind.c
 
 OS_PRIM_SOURCES = &
-prbfish.c &
-prgdbm.c &
-prmd5.c &
 prosfile.c &
 prosfs.c &
 prosio.c &
@@ -268,9 +264,6 @@ vector.obj &
 wind.obj
 
 OS_PRIM_OBJECTS = &
-prbfish.obj &
-prgdbm.obj &
-prmd5.obj &
 prosfile.obj &
 prosfs.obj &
 prosio.obj &
@@ -325,7 +318,7 @@ BCHOBJECTS = $(CORE_OBJECTS) $(BCH_GC_OBJECTS) $(NT_OBJECTS) &
 
 SCHEME_SOURCES = $(USER_PRIM_SOURCES) missing.c
 SCHEME_OBJECTS = $(USER_PRIM_OBJECTS) missing.obj
-SCHEME_LIB = $(USER_LIBS) library md5.lib,blowfish.lib,gdbm.lib
+SCHEME_LIB = $(USER_LIBS)
 
 scheme : scheme.exe .SYMBOLIC