diff options
| author | Juanma Barranquero | 2004-04-21 21:02:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-04-21 21:02:07 +0000 |
| commit | 05cecc580e6831e0b8a372c0145d8109f92f3c52 (patch) | |
| tree | 9b995cbf429e63d0ceb863f100477f8a7bb03407 | |
| parent | 54b06e6651928cd2c71b5f3941901d026bf1103c (diff) | |
| download | emacs-05cecc580e6831e0b8a372c0145d8109f92f3c52.tar.gz emacs-05cecc580e6831e0b8a372c0145d8109f92f3c52.zip | |
(WINS): Add url/ directory.
| -rw-r--r-- | lisp/makefile.w32-in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index b050d78f76c..b2f7cacb699 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for GNU Emacs on the Microsoft W32 API. | 1 | # Makefile for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (c) 2000-2001 Free Software Foundation, Inc. | 2 | # Copyright (c) 2000,2001,2004 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | # | 5 | # |
| @@ -161,7 +161,8 @@ WINS=\ | |||
| 161 | progmodes \ | 161 | progmodes \ |
| 162 | term \ | 162 | term \ |
| 163 | textmodes \ | 163 | textmodes \ |
| 164 | toolbar | 164 | toolbar \ |
| 165 | url | ||
| 165 | 166 | ||
| 166 | doit: | 167 | doit: |
| 167 | 168 | ||