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.

35 lines
622 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=slbScu
  9. SLB_ROOT=..
  10. TARGETNAME=$(MINORCOMP)
  11. TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. INCLUDES=
  14. SOURCES=\
  15. Exception.cpp \
  16. OsExc.cpp
  17. # Additional Compiler definitions
  18. C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_USRDLL -DCOM_NO_WINDOWS_H -DSCARD_NO_COM
  19. C_DEFINES=$(C_DEFINES) -DSCU_IN_DLL -DSCU_EXPORTING
  20. USE_MSVCRT=1
  21. # Use C++ Exception Handling
  22. USE_NATIVE_EH=1
  23. USE_CV=1