Mercurial > emacs
diff lib-src/makefile.nt @ 22317:9a847e9cabfa
(LOCAL_FLAGS): Define HAVE_CONFIG_H.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Mon, 01 Jun 1998 14:09:53 +0000 |
| parents | 31ec89e86c0b |
| children | 9e10a92252d9 |
line wrap: on
line diff
--- a/lib-src/makefile.nt Mon Jun 01 14:09:21 1998 +0000 +++ b/lib-src/makefile.nt Mon Jun 01 14:09:53 1998 +0000 @@ -25,7 +25,8 @@ # !include ..\nt\makefile.def -LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I..\nt\inc -I..\src +LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ + -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I..\nt\inc -I..\src LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj
