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.

38 lines
479 B

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\rrcm\md5=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=av
  9. MINORCOMP=rrcm
  10. TARGETNAME=md5
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. BBTCOMP=1
  14. INCLUDES=..\rrcminc;.
  15. C_DEFINES=$(C_DEFINES) /DRRCMDLL=1 /DUSE_ISDM2=1
  16. #
  17. # List of sources
  18. #
  19. SOURCES=md5c.c
  20. #
  21. # Precompiled specs
  22. #
  23. #PRECOMPILED_INCLUDE = precomp.h
  24. #PRECOMPILED_PCH = precomp.pch
  25. #PRECOMPILED_cpp = precomp.obj
  26. #PRECOMPILED_CXX = 1