2025-04-27 07:49:33 -04:00

29 lines
382 B
Plaintext

!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
ROOT=$(MAKEDIR:\btools\nfparse=)
!include $(ROOT)\common.inc
TARGETNAME=nfparse
TARGETPATH=obj
TARGETTYPE=PROGRAM
NO_BINPLACE=1
INCLUDES= \
$O; \
$(ROOT)\src\core\include;
!undef USE_NOLIBS
!undef USE_NTDLL
USE_MSVCRT=1
NOT_LEAN_AND_MEAN=1
SOURCES= \
nfparse.cxx
UMTYPE=console