diff options
author | Andrew Innes <andrewi@gnu.org> | 1998-06-01 14:09:53 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1998-06-01 14:09:53 +0000 |
commit | 65ae11d9d18022d152dacba92b79de56fcd9ddef (patch) | |
tree | b8e167294719a1a5e3441057e476e50628b85d79 /lib-src | |
parent | 4822b2e57fd58d2d7c26a89f25009dd9b21a6f11 (diff) | |
download | emacs-65ae11d9d18022d152dacba92b79de56fcd9ddef.tar.gz |
(LOCAL_FLAGS): Define HAVE_CONFIG_H.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.nt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index d2f56afde94..ab1729cfa8c 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -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 |