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.

58 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)\oleaut32.lib\
  30. $(BASEP_HSM_DIR)\lib\$(O)\HsmSGuid.lib \
  31. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib
  32. # The following line should eventually be changed to a name in COFFBASE.TXT
  33. DLLBASE=0x5f030000
  34. DLLENTRY=_DllMainCRTStartup
  35. DLLDEF=..\ps.def
  36. USE_MSVCRT=1