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.

35 lines
814 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 1998
  5. # All Rights Reserved.
  6. #
  7. # Sources for nabtsdump.exe
  8. #
  9. ##########################################################################
  10. NTROOT=$(BASEDIR)
  11. TARGETNAME=nabtsdump
  12. TARGETTYPE=PROGRAM
  13. C_DEFINES=$(C_DEFINES) -DMSC=1 -D_X86_=1 -Gz
  14. MSC_OPTIMIZATION=-Oxsb1
  15. USE_MSVCRT=1
  16. UMTYPE=console
  17. !ifndef NON_UNICODE
  18. C_DEFINES=$(C_DEFINES) /D_UNICODE=1 /DUNICODE=1
  19. !endif
  20. INCLUDES=$(WDMROOT)\ddk\inc; \
  21. $(BASEDIR)\private\ntos\inc;
  22. #TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\stream.lib
  23. TARGETPATH=obj
  24. SOURCES= \
  25. nabtsdump.c