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.

37 lines
635 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=Calais
  8. MINORCOMP=ChangePin
  9. TARGETNAME=ChangePin
  10. TARGETPATH=$(SECURITY_LIB_DEST)
  11. TARGETTYPE=PROGRAM
  12. TARGETLIBS=\
  13. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  14. $(SDK_LIB_PATH)\winscard.lib \
  15. $(SDK_LIB_PATH)\scarddlg.lib
  16. INCLUDES=..\..\inc;
  17. SOURCES=\
  18. chPin.cpp \
  19. chPin.rc \
  20. chPinDlg.cpp \
  21. StdAfx.cpp
  22. # Use C++ Exception Handling
  23. USE_NATIVE_EH=1
  24. # Use MFC, without or with UNICODE
  25. USE_MFC=1