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.

34 lines
715 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMPSHARED=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=snmpmfc
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. INCLUDES=$(INCLUDES); \
  15. $(SNMP_MFC_INC); \
  16. $(FRAMEWORK_EXPT_INC)
  17. SOURCES= \
  18. ..\PLEX.cpp \
  19. ..\MTCORE.cpp \
  20. ..\MTEX.cpp \
  21. ..\Array_o.cpp \
  22. ..\List_o.cpp \
  23. ..\strex.cpp \
  24. ..\strcore.cpp
  25. USE_RTTI=1
  26. USE_NATIVE_EH=ASYNC
  27. USE_MSVCRT=1