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.

32 lines
663 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility. It builds the
  4. # mof compiler executable.
  5. #
  6. # created 11-19-96 a-davj
  7. #
  8. #---------------------------------------------------------------------
  9. TARGET=minimfc.lib
  10. NO_OPTIM=1
  11. NO_RTTI=1
  12. CONSOLE=1
  13. COREDLL=$(DEFDRIVE)$(DEFDIR)\WinMgmt\COREDLL
  14. CFLAGS=$(CFLAGS) /GF /EHa
  15. CINC=$(CINC)\
  16. -I$(DEFDRIVE)$(DEFDIR)\IDL
  17. CPPFILES= \
  18. .\ARRAY_D.cpp \
  19. .\ARRAY_P.cpp \
  20. .\ARRAY_S.cpp \
  21. .\ARRAY_W.cpp \
  22. .\PLEX.cpp \
  23. .\STRCORE1.cpp \
  24. .\STRCORE2.cpp \
  25. .\STREX.cpp \