From 6af0d87443db5f4348dcd4f75595ff5706237df1 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 13 Jun 1996 00:21:33 +0000 Subject: [PATCH] New variable which is used to control the /pagesize parameter for Windows 16. (Obviously we're suffering from library size bloat if we need to set this.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8346 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 6 ++++++ src/config/win-post.in | 2 +- src/config/windows.in | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 2b549de50..be8d32f4a 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 12 20:19:49 1996 Theodore Ts'o + + * windows.in (PAGESIZE): New variable which is used to control the + /pagesize parameter for Windows 16. (Obviously we're + suffering from library size bloat if we need to set this.) + Wed Jun 12 15:31:19 1996 Ezra Peisach * config.guess: Updated to a more recent version (from autoconf 1.10). diff --git a/src/config/win-post.in b/src/config/win-post.in index 5c6bba58d..c70eda72c 100644 --- a/src/config/win-post.in +++ b/src/config/win-post.in @@ -7,7 +7,7 @@ all:: $(CC) $(CFLAGS) /c $*.c !if defined(LIBNAME) !if "$(LIBCMD)"!="rem" -##WIN16## $(LIBCMD) /pagesize:128 /nologo $(LIBNAME) -+$@; +##WIN16## $(LIBCMD) $(PAGESIZE) /nologo $(LIBNAME) -+$@; ##WIN32## $(LIBCMD) /out:$(LIBNAME) /nologo $@ !endif !endif diff --git a/src/config/windows.in b/src/config/windows.in index aa33a1e42..4efcc419b 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -65,6 +65,7 @@ CP=copy MV=ren LN=copy LIBCMD=lib +PAGESIZE=/pagesize:128 AWK=rem ARADD=rem -- 2.26.2