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.

45 lines
954 B

  1. !IFDEF NTMAKEENV
  2. !INCLUDE $(NTMAKEENV)\makefile.def
  3. !ELSE
  4. # -----------------------------------------------------------------------------
  5. # STAXPT\src\core\hashmap\src\makefile
  6. #
  7. # Copyright (C) 1997 Microsoft Corporation
  8. # -----------------------------------------------------------------------------
  9. # -----------------------------------------------------------------------------
  10. #
  11. !INCLUDE $(EXDEV)\globenv.mak
  12. PRODTYPE = LIB
  13. COMPONENT = $(STAXPT)
  14. COMPNAME = STAXPT
  15. BASENAME = crchash
  16. SIGNEDCHAR = 1
  17. USERDEFS = $(USERDEFS)
  18. !INCLUDE $(EXDEV)\xmake1.mak
  19. # -----------------------------------------------------------------------------
  20. #
  21. EXPORT_LIBS = 0
  22. NOMEMBASE = 1
  23. H = $(STAXPT)\src\core\crchash
  24. CFLAGS=$(CFLAGS) $(CMODEL)
  25. OTHERINCS = -I $(COMPONENT)\src\inc
  26. SOURCES = \
  27. crchash.cpp \
  28. OTHERSUBS = $H\makefile
  29. DEPFILE = $(BASENAME).dep
  30. !INCLUDE $(EXDEV)\xmake2.mak
  31. !ENDIF #NTMAKEENV