From: Theodore Tso Date: Thu, 6 Jun 1996 19:55:49 +0000 (+0000) Subject: Add the option /PAGESIZE:128 to the library command, since the krb5 X-Git-Tag: krb5-1.0-beta6~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84342882fbf7cb2486399344092966b46598361d;p=krb5.git Add the option /PAGESIZE:128 to the library command, since the krb5 library has gotten so big. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8260 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index e0b6c347c..9f1d655f8 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 6 15:54:57 1996 Theodore Y. Ts'o + + * windows.in (LIBCMD): Add the option /PAGESIZE:128 to the library + command, since the krb5 library has gotten so big. + Tue Mar 12 19:40:59 1996 Ken Raeburn * pre.in (SRCTOP, BUILDTOP): Don't define. diff --git a/src/config/windows.in b/src/config/windows.in index 8717c22fa..cc9943c6c 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -56,7 +56,7 @@ RM=$(BUILDTOP)\config\rm.bat CP=copy MV=ren LN=copy -LIBCMD=lib +LIBCMD=lib /PAGESIZE:128 AWK=rem ARADD=rem