summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-06-13 00:21:33 +0000
committerTheodore Tso <tytso@mit.edu>1996-06-13 00:21:33 +0000
commit6af0d87443db5f4348dcd4f75595ff5706237df1 (patch)
tree64640c0fda13c892992096e361723ff6e37780a2
parentf94a21515b21d941914ba42b0e4b12d034adf206 (diff)
downloadkrb5-6af0d87443db5f4348dcd4f75595ff5706237df1.tar.gz
krb5-6af0d87443db5f4348dcd4f75595ff5706237df1.tar.xz
krb5-6af0d87443db5f4348dcd4f75595ff5706237df1.zip
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
-rw-r--r--src/config/ChangeLog6
-rw-r--r--src/config/win-post.in2
-rw-r--r--src/config/windows.in1
3 files changed, 8 insertions, 1 deletions
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 <tytso@rsts-11.mit.edu>
+
+ * 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 <epeisach@kangaroo.mit.edu>
* 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