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.

66 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1999 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. MAJORCOMP=console
  14. MINORCOMP=license
  15. #C_DEFINES=-DUNICODE -D_DEBUG
  16. C_DEFINES=
  17. LINKER_FLAGS = $(LINKER_FLAGS) /PROFILE /MAP
  18. USE_MSVCRT=1
  19. LICENSE_ROOT = ..\..\..
  20. COMMON_ROOT = ..\..\..\..\common
  21. TARGETNAME=certreq
  22. TARGETPATH=obj
  23. TARGETTYPE=PROGRAM
  24. INCLUDES=$(COMMON_ROOT)\license\inc; \
  25. $(SDK_INC_PATH)\crt; \
  26. SOURCES=certreq.cpp \
  27. certreq.rc
  28. LINKLIBS=$(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\crypt32.lib \
  31. $(SDK_LIB_PATH)\ntdll.lib \
  32. $(DS_LIB_PATH)\randlib.lib \
  33. # $(SDK_LIB_PATH)\ole32.lib \
  34. # $(SDK_LIB_PATH)\crypt32.lib \
  35. # $(SDK_LIB_PATH)\msvcirt.lib \
  36. TARGETLIBS= \
  37. $(COMMON_ROOT)\license\lib\win32\obj\*\cryptlib.lib \
  38. $(COMMON_ROOT)\license\lib\win32\obj\*\asn1.lib \
  39. $(COMMON_ROOT)\license\lib\win32\obj\*\licecert.lib \
  40. $(COMMON_ROOT)\license\lib\win32\obj\*\certutil.lib \
  41. $(SDK_LIB_PATH)\*\lscsp.lib \
  42. $(LICENSE_ROOT)\lib\win32\obj\*\licesrv.lib \
  43. $(LICENSE_ROOT)\tlserver\lib\*\tlsapip.lib \
  44. UMTYPE=console