diff options
| author | Geoff Voelker | 1999-01-26 01:05:27 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1999-01-26 01:05:27 +0000 |
| commit | 4398c7e39a3ca7f3f6f26ced3b3e06160e549ac0 (patch) | |
| tree | f28bf4017a7747770849f041e244a2b78a625cef | |
| parent | 5ec8424fc3c10a012ca53e1c12d8e0b88a3d0f32 (diff) | |
| download | emacs-4398c7e39a3ca7f3f6f26ced3b3e06160e549ac0.tar.gz emacs-4398c7e39a3ca7f3f6f26ced3b3e06160e549ac0.zip | |
(install, fast_install): Install Windows icons
into etc/icons.
| -rw-r--r-- | nt/makefile.nt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt index 06726541048..122fadcaeed 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt | |||
| @@ -134,6 +134,8 @@ install: all batch_files | |||
| 134 | - $(ADDPM) $(INSTALL_DIR) | 134 | - $(ADDPM) $(INSTALL_DIR) |
| 135 | - $(DEL) ..\same-dir.tst | 135 | - $(DEL) ..\same-dir.tst |
| 136 | - $(DEL) $(INSTALL_DIR)\same-dir.tst | 136 | - $(DEL) $(INSTALL_DIR)\same-dir.tst |
| 137 | - mkdir $(INSTALL_DIR)\etc\icons | ||
| 138 | - $(CP_DIR) icons $(INSTALL_DIR)\etc\icons | ||
| 137 | echo SameDirTest > $(INSTALL_DIR)\same-dir.tst | 139 | echo SameDirTest > $(INSTALL_DIR)\same-dir.tst |
| 138 | if not exist ..\same-dir.tst $(MAKE) -f makefile.nt real_install | 140 | if not exist ..\same-dir.tst $(MAKE) -f makefile.nt real_install |
| 139 | - $(DEL) ..\same-dir.tst | 141 | - $(DEL) ..\same-dir.tst |
| @@ -168,6 +170,8 @@ real_install: | |||
| 168 | - mkdir $(INSTALL_DIR)\lock | 170 | - mkdir $(INSTALL_DIR)\lock |
| 169 | - mkdir $(INSTALL_DIR)\data | 171 | - mkdir $(INSTALL_DIR)\data |
| 170 | - mkdir $(INSTALL_DIR)\site-lisp | 172 | - mkdir $(INSTALL_DIR)\site-lisp |
| 173 | - mkdir $(INSTALL_DIR)\etc\icons | ||
| 174 | - $(CP_DIR) icons $(INSTALL_DIR)\etc\icons | ||
| 171 | if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc | 175 | if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc |
| 172 | if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info | 176 | if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info |
| 173 | - $(DEL) ..\same-dir.tst | 177 | - $(DEL) ..\same-dir.tst |