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.

22 lines
622 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. TARGETNAME=atls$(BUILD_ALT_DIR)
  11. TARGETTYPE=LIBRARY
  12. TARGETPATH=obj
  13. INCLUDES= ..\atlmfc; \
  14. $(SDK_INC_PATH)\gdiplus;
  15. SOURCES= \
  16. atlbase.cpp \
  17. atlcommodule.cpp
  18. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE