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.

33 lines
617 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. TARGETNAME=pkiutil
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. PRECOMPILED_INCLUDE = global.hxx
  9. PRECOMPILED_PCH = global.pch
  10. PRECOMPILED_OBJ = global.obj
  11. INCLUDES=..\inc; \
  12. $(SECURITY_INC); \
  13. $(ENDUSER_INC_PATH); \
  14. $(DS_INC_PATH)\crypto;
  15. C_DEFINES=$(C_DEFINES) -D_WINDOWS
  16. !IF $(FREEBUILD)
  17. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  18. USE_LIBCMT=1
  19. USE_NOLIBS=1
  20. !ENDIF
  21. NOT_LEAN_AND_MEAN=1
  22. SOURCES= \
  23. pkialloc.cpp \
  24. pkiasn1.cpp