Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 318:afd57c14dfc8 r21-0b57
Import from CVS: tag r21-0b57
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:45:36 +0200 |
parents | 341dac730539 |
children | 19dcec799385 |
comparison
equal
deleted
inserted
replaced
317:a2fc9afbef65 | 318:afd57c14dfc8 |
---|---|
944 temacs: $(TEMACS) | 944 temacs: $(TEMACS) |
945 | 945 |
946 # use this rule to install the system | 946 # use this rule to install the system |
947 install: all | 947 install: all |
948 @echo Installing in $(INSTALL_DIR) ... | 948 @echo Installing in $(INSTALL_DIR) ... |
949 @xcopy /q PROBLEMS "$(INSTALL_DIR)\" | |
949 @xcopy /q README "$(INSTALL_DIR)\lock\" | 950 @xcopy /q README "$(INSTALL_DIR)\lock\" |
950 @del "$(INSTALL_DIR)\lock\README" | 951 @del "$(INSTALL_DIR)\lock\README" |
951 @xcopy /q $(LIB_SRC)\*.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)\" | 952 @xcopy /q $(LIB_SRC)\*.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)\" |
952 @copy $(LIB_SRC)\DOC "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" | 953 @copy $(LIB_SRC)\DOC "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" |
953 @copy $(XEMACS)\src\xemacs.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" | 954 @copy $(XEMACS)\src\xemacs.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" |