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.

36 lines
948 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility. It builds the
  4. # HMOM core dll.
  5. #
  6. # created 11-18-96 a-davj
  7. #
  8. #---------------------------------------------------------------------
  9. TARGET=baseprov.lib
  10. NO_OPTIM=1
  11. STATIC=1
  12. CDEFS+=/D_WIN32_WINNT=0x0400
  13. #/D__FOR_ALPHA
  14. CINC=$(CINC)\
  15. -I$(DEFDRIVE)$(DEFDIR)\IDL \
  16. -I$(DEFDRIVE)$(DEFDIR)\STDLIBRARY\
  17. -I$(DEFDRIVE)$(DEFDIR)\WinMgmt\COREDLL \
  18. -I$(DEFDRIVE)$(DEFDIR)\WinMgmt\QL \
  19. #DLLSTARTUP= -ENTRY:_DllMainCRTStartup$(DLLENTRY)
  20. release=core\$(RELDIR)
  21. CPPFILES=\
  22. baseprov.cpp basedll.cpp
  23. $(DEFDRIVE)$(DEFDIR)\WinMgmt\COREDLL\dbgalloc.cpp \
  24. $(DEFDRIVE)$(DEFDIR)\WinMgmt\COREDLL\flexarry.cpp \
  25. $(DEFDRIVE)$(DEFDIR)\WinMgmt\COREDLL\arena.cpp \
  26. $(DEFDRIVE)$(DEFDIR)\STDLIBRARY\objpath.cpp \
  27. $(DEFDRIVE)$(DEFDIR)\STDLIBRARY\genlex.cpp \
  28. $(DEFDRIVE)$(DEFDIR)\STDLIBRARY\opathlex.cpp \