diff options
Diffstat (limited to 'lib-src')
| -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 | ||