New variable which is used to control the /pagesize parameter for
authorTheodore Tso <tytso@mit.edu>
Thu, 13 Jun 1996 00:21:33 +0000 (00:21 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 13 Jun 1996 00:21:33 +0000 (00:21 +0000)
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
src/config/win-post.in
src/config/windows.in

index 2b549de50c21e6921dea24343f6bfd1d995d7afa..be8d32f4a6bbd335dd271ed201d52dcda91d46f6 100644 (file)
@@ -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).
index 5c6bba58db2dc712152772c88eacc9f1876222a4..c70eda72cd5aef16f6ad4a494b4837875e632ba6 100644 (file)
@@ -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
index aa33a1e422c6e44f07dc67be12f65de4c4c25f1c..4efcc419b4273d0cc5a9c67c5a7e682180933d34 100644 (file)
@@ -65,6 +65,7 @@ CP=copy
 MV=ren
 LN=copy
 LIBCMD=lib
+PAGESIZE=/pagesize:128
 AWK=rem
 
 ARADD=rem