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.

29 lines
548 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=Calais
  6. TARGETNAME=$(MINORCOMP)
  7. TARGETPATH=$(SECURITY_LIB_DEST)
  8. TARGETTYPE=LIBRARY
  9. MINORCOMP=CalComm
  10. INCLUDES= ..\inc;..\..\inc;
  11. SOURCES= \
  12. CalMsgs.cpp \
  13. ComChanl.cpp \
  14. ComObjs.cpp \
  15. ComInitr.cpp \
  16. ComRspnd.cpp \
  17. Locks.cpp \
  18. scEvents.cpp \
  19. startsvr.cpp
  20. # Use C++ Exception Handling
  21. USE_NATIVE_EH=1