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.

59 lines
1.1 KiB

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author:
  10. Steve Wood (stevewo) 12-Apr-1990
  11. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. MAJORCOMP=hsm
  14. MINORCOMP=hsmservr
  15. TARGETNAME=RsServPs
  16. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  17. TARGETPATHLIB=$(_OBJ_DIR)
  18. TARGETTYPE=DYNLINK
  19. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O)
  20. C_DEFINES=$(C_DEFINES) -DREGISTER_PROXY_DLL
  21. SOURCES= \
  22. dlldata.c \
  23. hsmservr_p.c \
  24. hsmsps.rc \
  25. UMTYPE=windows
  26. TARGETLIBS= \
  27. $(SDK_LIB_PATH)\kernel32.lib\
  28. $(SDK_LIB_PATH)\rpcrt4.lib \
  29. $(SDK_LIB_PATH)\rpcndr.lib \
  30. $(SDK_LIB_PATH)\oleaut32.lib\
  31. $(BASEP_HSM_DIR)\lib\$(O)\HsmSGuid.lib \
  32. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib
  33. # The following line should eventually be changed to a name in COFFBASE.TXT
  34. DLLBASE=0x5f030000
  35. DLLENTRY=_DllMainCRTStartup
  36. DLLDEF=..\ps.def
  37. USE_MSVCRT=1