Source code of Windows XP (NT5)
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.

34 lines
639 B

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 25-Nov-1997
  4. #
  5. # Describes the macros used for building using NT 'build' command
  6. #
  7. !include ..\..\..\place.inc
  8. MAJORCOMP=IisRtl
  9. MINORCOMP=hashtest
  10. TARGETNAME=hashtest
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=PROGRAM
  13. UMENTRY=main
  14. UMAPPL=hashtest
  15. UMTYPE=console
  16. UMLIBS=\
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\gisrtl.lib \
  20. # USE_LIBCMT=1
  21. USE_USRDLL=1
  22. USE_MSVCRT=1
  23. INCLUDES=.;..\..\..\inc; \
  24. $(BASEDIR)\public\sdk\inc; \
  25. $(BASEDIR)\private\inc; \
  26. SOURCES= \
  27. hashtest.cpp \