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
761 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=crypt
  6. MINORCOMP=mscat32l
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. INCLUDES= $(SECURITY_INC); \
  11. $(SECURITY_INC)\$(O); \
  12. $(ENDUSER_INC_PATH); \
  13. ..\mssip32; \
  14. ..\common;
  15. PRECOMPILED_INCLUDE = global.hxx
  16. PRECOMPILED_PCH = global.pch
  17. PRECOMPILED_OBJ = global.obj
  18. C_DEFINES= -D_WINDOWS
  19. SOURCES= \
  20. mscat32.cpp \
  21. catadnew.cpp \
  22. inddata.cpp \
  23. meminfo.cpp \
  24. mscdfapi.cpp \
  25. mscatapi.cpp \
  26. mscatctl.cpp \
  27. nameval.cpp