diff options
| author | Geoff Voelker | 1996-05-03 19:09:36 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1996-05-03 19:09:36 +0000 |
| commit | d6cb678cd56e5e6a2797b9c8644f37822b7eebf0 (patch) | |
| tree | 899435e310fb0841ccf4bb99c997d1736f3a003c /lib-src/makefile.nt | |
| parent | 4e36126c56d2b5d111ca9f8a9195096525f377db (diff) | |
| download | emacs-d6cb678cd56e5e6a2797b9c8644f37822b7eebf0.tar.gz emacs-d6cb678cd56e5e6a2797b9c8644f37822b7eebf0.zip | |
(OBJDIR, BLD): Remove macro definitions.
,
Diffstat (limited to 'lib-src/makefile.nt')
| -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 @@ | |||
| 25 | !include ..\nt\makefile.def | 25 | !include ..\nt\makefile.def |
| 26 | 26 | ||
| 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I..\nt\inc -I..\src | 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I..\nt\inc -I..\src |
| 28 | OBJDIR = obj | ||
| 29 | BLD = $(OBJDIR)\$(ARCH) | ||
| 30 | 28 | ||
| 31 | LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj | 29 | LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj |
| 32 | 30 | ||