From 65ae11d9d18022d152dacba92b79de56fcd9ddef Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 1 Jun 1998 14:09:53 +0000 Subject: [PATCH] (LOCAL_FLAGS): Define HAVE_CONFIG_H. --- lib-src/makefile.nt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2