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.

29 lines
714 B

  1. # Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  2. #---------------------------------------------------------------------
  3. #
  4. # This makefile is for use with the SMSBUILD utility. It builds the
  5. # mof compiler executable.
  6. #
  7. # created 11-19-96 a-davj
  8. #
  9. #---------------------------------------------------------------------
  10. TARGET=snmpmfc.lib
  11. NO_OPTIM=1
  12. CDEFS = $(CDEFS) /D_MBCS
  13. CINC=$(CINC)\
  14. -I..\snmpmfc\include \
  15. -I$(DEFDRIVE)$(DEFDIR)\providers\framework\provexpt\include
  16. CPPFILES= \
  17. ..\snmpmfc\PLEX.cpp \
  18. ..\snmpmfc\MTCORE.cpp \
  19. ..\snmpmfc\MTEX.cpp \
  20. ..\snmpmfc\Array_o.cpp \
  21. ..\snmpmfc\List_o.cpp \
  22. ..\snmpmfc\strex.cpp \
  23. ..\snmpmfc\strcore.cpp