diff options
| author | Jason Rumney | 2003-10-11 23:28:23 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-10-11 23:28:23 +0000 |
| commit | 54a803c561048466f4e4a2e5c7ed490bf74d95ad (patch) | |
| tree | b8a269ff57844107f60c313cd9a25d518614deef | |
| parent | 21b398d8d0c660897cee46b6c13cbb5718bb48d9 (diff) | |
| download | emacs-54a803c561048466f4e4a2e5c7ed490bf74d95ad.tar.gz emacs-54a803c561048466f4e4a2e5c7ed490bf74d95ad.zip | |
(DONTCOMPILE): Remove old languages. Add international/latin1-disp.el.
(LC_ALL): Define as C.
| -rw-r--r-- | lisp/makefile.w32-in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index a55c43667d3..df802328532 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -42,6 +42,9 @@ EMACSOPT = -batch --no-init-file --no-site-file --multibyte | |||
| 42 | # Set EMACSLOADPATH correctly (already defined in environment). | 42 | # Set EMACSLOADPATH correctly (already defined in environment). |
| 43 | EMACSLOADPATH=$(lisp) | 43 | EMACSLOADPATH=$(lisp) |
| 44 | 44 | ||
| 45 | # Use C locale | ||
| 46 | LC_ALL = C | ||
| 47 | |||
| 45 | lisptagsfiles1 = $(lisp)/*.el | 48 | lisptagsfiles1 = $(lisp)/*.el |
| 46 | lisptagsfiles2 = $(lisp)/*/*.el | 49 | lisptagsfiles2 = $(lisp)/*/*.el |
| 47 | ETAGS = "../lib-src/$(BLD)/etags" | 50 | ETAGS = "../lib-src/$(BLD)/etags" |
| @@ -62,13 +65,7 @@ DONTCOMPILE = \ | |||
| 62 | $(lisp)/forms-d2.el \ | 65 | $(lisp)/forms-d2.el \ |
| 63 | $(lisp)/forms-pass.el \ | 66 | $(lisp)/forms-pass.el \ |
| 64 | $(lisp)/generic-x.el \ | 67 | $(lisp)/generic-x.el \ |
| 65 | $(lisp)/international/latin-1.el \ | 68 | $(lisp)/international/latin1-disp.el \ |
| 66 | $(lisp)/international/latin-2.el \ | ||
| 67 | $(lisp)/international/latin-3.el \ | ||
| 68 | $(lisp)/international/latin-4.el \ | ||
| 69 | $(lisp)/international/latin-5.el \ | ||
| 70 | $(lisp)/international/latin-8.el \ | ||
| 71 | $(lisp)/international/latin-9.el \ | ||
| 72 | $(lisp)/international/mule-conf.el \ | 69 | $(lisp)/international/mule-conf.el \ |
| 73 | $(lisp)/language/czech.el \ | 70 | $(lisp)/language/czech.el \ |
| 74 | $(lisp)/language/devanagari.el \ | 71 | $(lisp)/language/devanagari.el \ |
| @@ -86,6 +83,10 @@ DONTCOMPILE = \ | |||
| 86 | $(lisp)/language/thai.el \ | 83 | $(lisp)/language/thai.el \ |
| 87 | $(lisp)/language/utf-8-lang.el \ | 84 | $(lisp)/language/utf-8-lang.el \ |
| 88 | $(lisp)/language/georgian.el \ | 85 | $(lisp)/language/georgian.el \ |
| 86 | $(lisp)/language/vietnamese.el \ | ||
| 87 | $(lisp)/language/cyrillic.el \ | ||
| 88 | $(lisp)/language/chinese.el \ | ||
| 89 | $(lisp)/language/indian.el \ | ||
| 89 | $(lisp)/loaddefs.el \ | 90 | $(lisp)/loaddefs.el \ |
| 90 | $(lisp)/loadup.el \ | 91 | $(lisp)/loadup.el \ |
| 91 | $(lisp)/mail/blessmail.el \ | 92 | $(lisp)/mail/blessmail.el \ |