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
+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).
$(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
MV=ren
LN=copy
LIBCMD=lib
+PAGESIZE=/pagesize:128
AWK=rem
ARADD=rem