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.

65 lines
1.3 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\cert=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. !IF 0
  9. Copyright (c) 1989 Microsoft Corporation
  10. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  11. !ENDIF
  12. 386_STDCALL = 1
  13. MAJORCOMP=common
  14. MINORCOMP=rdmkcert
  15. C_DEFINES=$(C_DEFINES) -D_WINDOWS
  16. TARGETNAME=rdmkcert
  17. TARGETPATH=$(_OBJ_DIR)
  18. TARGETTYPE=DYNLINK
  19. # Don't use any C runtime on i386 retail builds
  20. DLLDEF=$(MINORCOMP).def
  21. DLLENTRY=DllMain
  22. !if "$(FREEBUILD)" != "0"
  23. !if $(386)
  24. USE_SYSDLL=1
  25. !endif
  26. !endif
  27. DBGFLAGS=/Oi
  28. SOURCES= \
  29. nmmkcert.rc \
  30. nmmkcert.cpp \
  31. pvkutil.cpp
  32. LINKLIBS= \
  33. $(ROOT)\nmutil\nmutila\$(_OBJ_DIR)\*\nmutila.lib
  34. TARGETLIBS= \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\user32.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib \
  38. $(SDK_LIB_PATH)\ole32.lib \
  39. $(SDK_LIB_PATH)\oleaut32.lib \
  40. $(SDK_LIB_PATH)\crypt32.lib
  41. CONDITIONAL_INCLUDES = \
  42. macocidl.h \
  43. macwin32.h \
  44. rpcerr.h \
  45. rpcmac.h \
  46. winwlm.h \
  47. macname1.h \
  48. macname2.h \
  49. macpub.h \
  50. macapi.h