Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 9b80fa04e7d7 |
children | 818eeb72e0fb 8b2f75cecb89 |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
1031 # #### PROMPTS you to see if you meant the second as a directory! and | 1031 # #### PROMPTS you to see if you meant the second as a directory! and |
1032 # #### no switch to mean "no of course, you idiots, it's a file!" | 1032 # #### no switch to mean "no of course, you idiots, it's a file!" |
1033 set COPYCMD=$(COPYCMD) | 1033 set COPYCMD=$(COPYCMD) |
1034 @copy $(SRC)\config.h.in $(SRC)\config.h | 1034 @copy $(SRC)\config.h.in $(SRC)\config.h |
1035 | 1035 |
1036 #$(SRC)\Emacs.ad.h: $(SRCROOT)\etc\Emacs.ad | |
1037 # !"sed -f ad2c.sed < $(SRCROOT)\etc\Emacs.ad > $(SRC)\Emacs.ad.h" | |
1038 | |
1039 #$(SRC)\paths.h: $(SRC)\paths.h.in | 1036 #$(SRC)\paths.h: $(SRC)\paths.h.in |
1040 # !"cd $(SRC); cp paths.h.in paths.h" | 1037 # !"cd $(SRC); cp paths.h.in paths.h" |
1041 | 1038 |
1042 $(SRC)\Emacs.ad.h: $(NT)\Emacs.ad.h | 1039 $(SRC)\Emacs.ad.h: $(NT)\Emacs.ad.h |
1043 set COPYCMD=$(COPYCMD) | 1040 set COPYCMD=$(COPYCMD) |
1066 | 1063 |
1067 !endif | 1064 !endif |
1068 | 1065 |
1069 ###################### lib-src programs | 1066 ###################### lib-src programs |
1070 | 1067 |
1071 LIB_SRC_DEFINES = -DHAVE_CONFIG_H -DWIN32_NATIVE | 1068 LIB_SRC_DEFINES = -DHAVE_CONFIG_H -DWIN32_NATIVE $(PROGRAM_DEFINES) |
1072 | 1069 |
1073 # | 1070 # |
1074 # Creating config.values to be used by config.el | 1071 # Creating config.values to be used by config.el |
1075 # | 1072 # |
1076 CONFIG_VALUES = $(BLDLIB_SRC)\config.values | 1073 CONFIG_VALUES = $(BLDLIB_SRC)\config.values |
1497 $(INFODIR)\info.info \ | 1494 $(INFODIR)\info.info \ |
1498 $(INFODIR)\internals.info \ | 1495 $(INFODIR)\internals.info \ |
1499 $(INFODIR)\lispref.info \ | 1496 $(INFODIR)\lispref.info \ |
1500 $(INFODIR)\new-users-guide.info \ | 1497 $(INFODIR)\new-users-guide.info \ |
1501 $(INFODIR)\standards.info \ | 1498 $(INFODIR)\standards.info \ |
1502 $(INFODIR)\term.info \ | |
1503 $(INFODIR)\termcap.info \ | 1499 $(INFODIR)\termcap.info \ |
1504 $(INFODIR)\texinfo.info \ | 1500 $(INFODIR)\texinfo.info \ |
1505 $(INFODIR)\widget.info \ | 1501 $(INFODIR)\widget.info \ |
1506 $(INFODIR)\xemacs-faq.info \ | 1502 $(INFODIR)\xemacs-faq.info \ |
1507 $(INFODIR)\xemacs.info | 1503 $(INFODIR)\xemacs.info |