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.

32 lines
500 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. CA_RELATIVEROOT=..
  6. MAJORCOMP=certsrv
  7. MINORCOMP=certwrap
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. UMTYPE=console
  12. UMENTRY=wwinmain
  13. CHECKED_ALT_DIR=1
  14. INCLUDES=$(CA_RELATIVEROOT)\include
  15. C_DEFINES=-DUNICODE -D_UNICODE
  16. SOURCES= \
  17. certwrap.rc \
  18. certwrap.cpp
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\gdi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib