diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-05-03 19:09:36 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-05-03 19:09:36 +0000 |
commit | e4ba7da41631ee15c422f3d8b3ef0e0046fabf2c (patch) | |
tree | 75f1e1daf7b590ceb219333c51c8cff7e344a428 | |
parent | 467bc6ee2a9c80bae91f75fd6666087da102186d (diff) | |
download | emacs-e4ba7da41631ee15c422f3d8b3ef0e0046fabf2c.tar.gz |
(OBJDIR, BLD): Remove macro definitions.
,
-rw-r--r-- | lib-src/makefile.nt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 4fbcb60af4f..2005acea5d7 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -25,8 +25,6 @@ !include ..\nt\makefile.def LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I..\nt\inc -I..\src -OBJDIR = obj -BLD = $(OBJDIR)\$(ARCH) LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj |