Source code of Windows XP (NT5)
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.

35 lines
831 B

  1. # This is a part of the Active Template Library.
  2. # Copyright (C) 1996-2001 Microsoft Corporation
  3. # All rights reserved.
  4. #
  5. # This source code is only intended as a supplement to the
  6. # Active Template Library Reference and related
  7. # electronic documentation provided with the library.
  8. # See these sources for detailed information regarding the
  9. # Active Template Library product.
  10. !if "$(DEBUG)" == "1"
  11. TARGETNAME=atlsd
  12. !else
  13. TARGETNAME=atls
  14. !endif
  15. TARGETTYPE=LIBRARY
  16. TARGETPATH=obj
  17. INCLUDES= ..\atlmfc; \
  18. $(SDK_INC_PATH)\gdiplus;
  19. SOURCES= \
  20. atlbase.cpp \
  21. atlcommodule.cpp \
  22. atlwinmodule.cpp \
  23. atlstr.cpp \
  24. atlmem.cpp \
  25. atlimage.cpp \
  26. atldebuginterfacesmodule.cpp \
  27. allocate.cpp \
  28. atldebugapi.cpp \
  29. atltracemodulemanager.cpp \
  30. externs.cpp \
  31. loadnsave.cpp \
  32. atltrace.cpp