diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-11-15 17:56:28 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-11-15 17:56:28 -0700 |
commit | b3ad27e8991fdbd64fd4db58c0c89538b5f02959 (patch) | |
tree | db96448acc54c9893d17970c4dfffbcc95279eec /pith/charconv | |
parent | abf5b4cfbff3150ad3340679b80dc1ff5adf6298 (diff) | |
download | alpine-b3ad27e8991fdbd64fd4db58c0c89538b5f02959.tar.xz |
* PC-Alpine: New configuration option "Aspell Dictionaries" allows a
user to choose the dictionary used to spell, in case the user
communicates in more than one language. Examples of values for the
variable are "en_US" or "de_DE", etc. Only the first 10 dictionaries
are offered.
Diffstat (limited to 'pith/charconv')
-rw-r--r-- | pith/charconv/makefile.wnt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/charconv/makefile.wnt b/pith/charconv/makefile.wnt index 6700ec3b..a692150c 100644 --- a/pith/charconv/makefile.wnt +++ b/pith/charconv/makefile.wnt @@ -56,3 +56,5 @@ libpithcc.lib: $(OFILES) clean: $(RM) *.lib $(RM) *.obj + $(RM) *.pdb + |