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.

31 lines
484 B

  1. MAJORCOMP=passport
  2. MINORCOMP=common
  3. TARGETNAME=crypt
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. TARGETLIBS=
  7. INCLUDES= ..\..\include; \
  8. $(DS_INC_PATH)\crypto;
  9. SOURCES=binhex.cpp \
  10. hmac.cpp \
  11. CoCrypt.cpp \
  12. Keycrypto.cpp
  13. USE_NATIVE_EH=1
  14. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  15. #
  16. # Use shared run-time
  17. #
  18. USE_MSVCRT=1
  19. PRECOMPILED_INCLUDE = stdafx.h
  20. PRECOMPILED_PCH = stdafx.pch
  21. PRECOMPILED_cpp = stdafx.obj
  22. PRECOMPILED_CXX = 1