summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-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