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.

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