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.

57 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. !ENDIF
  13. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
  14. MAJORCOMP=hsmkd
  15. MINORCOMP=hsmkd
  16. TARGETNAME=hsmkd
  17. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  18. TARGETTYPE=DYNLINK
  19. PRECOMPILED_INCLUDE=pch.h
  20. PRECOMPLIED_PCH=pch.pch
  21. PRECOMPILED_OBJ=pch.obj
  22. USE_MSVCRT=1
  23. USE_LIBCMT=1
  24. INCLUDES=..\inc;$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O); \
  25. ..\filter;..\filter\$(O);$(BASEDIR)\private\ntos\hsm\filter; \
  26. $(PROJECT_ROOT)\ntos\inc;\
  27. $(DDK_INC_PATH)
  28. SOURCES=filter.c \
  29. utils.c \
  30. help.c \
  31. hsmkd.c \
  32. hsmkd.rc
  33. UMTYPE=windows
  34. DLLDEF=$(O)\hsmkd.def
  35. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  36. DLLENTRY=_DllMainCRTStartup
  37. NTTARGETFILE0=$(DLLDEF)