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.

62 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. � 1998 Seagate Software, Inc. All rights reserved
  4. Module Name:
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author:
  12. Steve Wood (stevewo) 12-Apr-1990
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=hsm
  16. MINORCOMP=Rms
  17. TARGETNAME=RsSubPs
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. #
  22. # Bring in .\Makefile.inc
  23. #
  24. NTTARGETFILE0=
  25. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O)
  26. C_DEFINES=$(C_DEFINES) -DREGISTER_PROXY_DLL
  27. SOURCES= \
  28. dlldata.c \
  29. RmsInt_p.c \
  30. Rmsps.rc \
  31. UMTYPE=windows
  32. TARGETLIBS= \
  33. $(BASEP_HSM_DIR)\lib\$(O)\RmsGuid.lib \
  34. $(SDK_LIB_PATH)\kernel32.lib \
  35. $(SDK_LIB_PATH)\rpcrt4.lib \
  36. $(SDK_LIB_PATH)\oleaut32.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. # The following line should eventually be changed to a name in COFFBASE.TXT
  39. DLLBASE=0x5f010000
  40. DLLENTRY=_DllMainCRTStartup
  41. DLLDEF=rmsps.def
  42. USE_MSVCRT=1