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.

36 lines
655 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=SLBCSP
  8. MINORCOMP=slbPki
  9. SLB_ROOT=..
  10. TARGETNAME=$(MINORCOMP)
  11. TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. INCLUDES=\
  14. $(SLB_ROOT)\slbScu
  15. SOURCES=\
  16. BEROctet.cpp \
  17. Exception.cpp \
  18. X509Cert.cpp
  19. # Additional Compiler definitions
  20. C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_USRDLL -DCOM_NO_WINDOWS_H -DSCARD_NO_COM
  21. C_DEFINES=$(C_DEFINES) -DSCU_IN_DLL
  22. USE_MSVCRT=1
  23. # Use C++ Exception Handling
  24. USE_NATIVE_EH=1
  25. USE_STL=1