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.

71 lines
1.3 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. !include $(LSERVER_ROOT)\lserver.mk
  14. USE_MSVCRT=1
  15. USE_STL=1
  16. MAJORCOMP=hydra
  17. MINORCOMP=tls236
  18. TARGETNAME=$(MINORCOMP)
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. SOURCES_OPTIONS=-c0
  22. UMTYPE=windows
  23. DLLDEF=..\tls236.def
  24. COFFBASE=usermode
  25. DLLENTRY=_DllMainCRTStartup
  26. PRECOMPILED_INCLUDE=..\pch.cpp
  27. PASS0_HEADERDIR=$(O)
  28. MC_SOURCEDIR=$(O)
  29. SOURCES= \
  30. ..\messages.mc \
  31. ..\tls236.rc \
  32. ..\dllmain.c \
  33. ..\request.cpp \
  34. ..\tls236.cpp \
  35. ..\tlsbkupc.cpp \
  36. ..\tlsbkup-c.c
  37. TARGETLIBS=\
  38. $(TERMSRV_ROOT)\lib\$(O)\trust.lib \
  39. $(TERMSRV_ROOT)\lib\$(O)\tlsapip.lib \
  40. $(SDK_LIB_PATH)\rpcrt4.lib \
  41. $(SDK_LIB_PATH)\rpcns4.lib \
  42. $(SDK_LIB_PATH)\netapi32.lib \
  43. $(SDK_LIB_PATH)\advapi32.lib \
  44. $(SDK_LIB_PATH)\comctl32.lib \
  45. $(SDK_LIB_PATH)\gdi32.lib \
  46. $(SDK_LIB_PATH)\user32.lib \
  47. $(SDK_LIB_PATH)\shell32.lib \
  48. $(SDK_LIB_PATH)\kernel32.lib \
  49. $(SDK_LIB_PATH)\msvcprt.lib