diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-06-13 00:21:33 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-06-13 00:21:33 +0000 |
| commit | 6af0d87443db5f4348dcd4f75595ff5706237df1 (patch) | |
| tree | 64640c0fda13c892992096e361723ff6e37780a2 /src/config/win-post.in | |
| parent | f94a21515b21d941914ba42b0e4b12d034adf206 (diff) | |
| download | krb5-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
Diffstat (limited to 'src/config/win-post.in')
| -rw-r--r-- | src/config/win-post.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
