Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 22316:95d38cf99591 | 22317:9a847e9cabfa |
|---|---|
| 23 # | 23 # |
| 24 # Sets up the system dependent macros. | 24 # Sets up the system dependent macros. |
| 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 |
| 32 ALL = $(BLD)\make-docfile.exe \ | 33 ALL = $(BLD)\make-docfile.exe \ |
| 33 $(BLD)\hexl.exe \ | 34 $(BLD)\hexl.exe \ |
