[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/makefile.nt
From: |
Pavel Janík |
Subject: |
[Emacs-diffs] Changes to emacs/src/makefile.nt |
Date: |
Sat, 22 Dec 2001 09:02:13 -0500 |
Index: emacs/src/makefile.nt
diff -c emacs/src/makefile.nt:1.58 emacs/src/makefile.nt:1.59
*** emacs/src/makefile.nt:1.58 Thu Feb 22 18:22:52 2001
--- emacs/src/makefile.nt Sat Dec 22 09:02:13 2001
***************
*** 117,124 ****
$(BLD)\macros.obj \
$(BLD)\marker.obj \
$(BLD)\md5.obj \
! $(BLD)\minibuf.obj \
! $(BLD)\mocklisp.obj
OBJ2 = $(BLD)\w32.obj \
$(BLD)\w32heap.obj \
--- 117,123 ----
$(BLD)\macros.obj \
$(BLD)\marker.obj \
$(BLD)\md5.obj \
! $(BLD)\minibuf.obj
OBJ2 = $(BLD)\w32.obj \
$(BLD)\w32heap.obj \
***************
*** 400,407 ****
$(SRC)\buffer.h \
$(SRC)\commands.h \
$(SRC)\keyboard.h \
! $(SRC)\window.h \
! $(SRC)\mocklisp.h
$(BLD)\callproc.obj : \
$(SRC)\callproc.c \
--- 399,405 ----
$(SRC)\buffer.h \
$(SRC)\commands.h \
$(SRC)\keyboard.h \
! $(SRC)\window.h
$(BLD)\callproc.obj : \
$(SRC)\callproc.c \
***************
*** 816,828 ****
$(SRC)\frame.h \
$(SRC)\window.h \
$(SRC)\syntax.h
-
- $(BLD)\mocklisp.obj : \
- $(SRC)\mocklisp.c \
- $(EMACS_ROOT)\src\s\ms-w32.h \
- $(EMACS_ROOT)\src\m\intel386.h \
- $(EMACS_ROOT)\src\config.h \
- $(SRC)\buffer.h
$(BLD)\w32.obj : \
$(SRC)\w32.c \
--- 814,819 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/makefile.nt,
Pavel Janík <=