diff options
| author | Andrew Innes | 1998-06-01 14:09:53 +0000 |
|---|---|---|
| committer | Andrew Innes | 1998-06-01 14:09:53 +0000 |
| commit | 65ae11d9d18022d152dacba92b79de56fcd9ddef (patch) | |
| tree | b8e167294719a1a5e3441057e476e50628b85d79 /lib-src/makefile.nt | |
| parent | 4822b2e57fd58d2d7c26a89f25009dd9b21a6f11 (diff) | |
| download | emacs-65ae11d9d18022d152dacba92b79de56fcd9ddef.tar.gz emacs-65ae11d9d18022d152dacba92b79de56fcd9ddef.zip | |
(LOCAL_FLAGS): Define HAVE_CONFIG_H.
Diffstat (limited to 'lib-src/makefile.nt')
| -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 @@ | |||
| 25 | # | 25 | # |
| 26 | !include ..\nt\makefile.def | 26 | !include ..\nt\makefile.def |
| 27 | 27 | ||
| 28 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I..\nt\inc -I..\src | 28 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 29 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I..\nt\inc -I..\src | ||
| 29 | 30 | ||
| 30 | LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj | 31 | LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj |
| 31 | 32 | ||