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.

42 lines
757 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. CA_RELATIVEROOT=..
  6. MAJORCOMP=certsrv
  7. MINORCOMP=certview
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. DLLENTRY=DllMain
  12. CHECKED_ALT_DIR=1
  13. NOT_LEAN_AND_MEAN=1
  14. USE_ATL=1
  15. !include $(CA_RELATIVEROOT)\sources.inc
  16. INCLUDES=$(CA_RELATIVEROOT)\include;$(CA_RELATIVEROOT)\include\$(O);$(SECURITY_INC);
  17. # Until build.exe is fixed:
  18. CONDITIONAL_INCLUDES= \
  19. $(CA_MAC_CONDITIONAL_INCLUDES) \
  20. atlbase.h \
  21. atlcom.h
  22. C_DEFINES=-DUNICODE -D_UNICODE
  23. PRECOMPILED_INCLUDE=pch.cpp
  24. SOURCES= \
  25. attrib.cpp \
  26. column.cpp \
  27. ext.cpp \
  28. row.cpp \
  29. view.cpp