Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
382 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. ROOT=$(MAKEDIR:\btools\nfparse=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=nfparse
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. NO_BINPLACE=1
  10. INCLUDES= \
  11. $O; \
  12. $(ROOT)\src\core\include;
  13. !undef USE_NOLIBS
  14. !undef USE_NTDLL
  15. USE_MSVCRT=1
  16. NOT_LEAN_AND_MEAN=1
  17. SOURCES= \
  18. nfparse.cxx
  19. UMTYPE=console