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 | d6cb678cd56e5e6a2797b9c8644f37822b7eebf0 (patch) | |
tree | 899435e310fb0841ccf4bb99c997d1736f3a003c | |
parent | 4e36126c56d2b5d111ca9f8a9195096525f377db (diff) | |
download | emacs-d6cb678cd56e5e6a2797b9c8644f37822b7eebf0.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 |