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.

30 lines
554 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=CalaisLbW
  10. INCLUDES=..\..\inc
  11. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  12. SOURCES=\
  13. ..\buffers.cpp \
  14. ..\registry.cpp \
  15. ..\text.cpp \
  16. ..\misc.cpp \
  17. ..\ChangeDB.cpp \
  18. ..\QueryDB.cpp \
  19. ..\NTacls.cpp
  20. # Use C++ Exception Handling
  21. USE_NATIVE_EH=1