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.

59 lines
1.3 KiB

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility. It builds the
  4. # HMOM ESS dll.
  5. #
  6. # created 11-26-96 a-levn
  7. #
  8. #---------------------------------------------------------------------
  9. TARGET=hmmquery.dll
  10. NO_OPTIM=1
  11. RELEASE=CORE\$(RELDIR)
  12. STATIC=1
  13. IDLDIR=$(OBJDIR)
  14. IDLFLAGS+=/Oicf
  15. IDLFILES=providl.idl
  16. CINC+= \
  17. -I$(OBJDIR) \
  18. -I$(DEFDRIVE)$(DEFDIR)\IDL\$(OBJDIR) \
  19. -I$(DEFDRIVE)$(DEFDIR)\WinMgmt\COREDLL \
  20. -I$(DEFDRIVE)$(DEFDIR)\STDLIBRARY
  21. !if "$(PROCESSOR_ARCHITECTURE)"=="x86"
  22. DEFFILE=query.def
  23. !else
  24. DEFFILE=qrisc.def
  25. !endif
  26. DLLSTARTUP= -ENTRY:_DllMainCRTStartup$(DLLENTRY)
  27. CFLAGS= $(CFLAGS) /GF /EHa
  28. GCFLAGS = $(GCFLAGS) /GR-
  29. CPPFILES=\
  30. unk.cpp \
  31. dllmain.cpp \
  32. project.cpp \
  33. classinf.cpp \
  34. sql1filt.cpp \
  35. filtsink.cpp \
  36. trees.cpp \
  37. main.cpp \
  38. metadata.cpp \
  39. $(OBJDIR)\providl_i.c \
  40. $(DEFDRIVE)$(DEFDIR)\STDLIBRARY\sql_1.cpp \
  41. $(DEFDRIVE)$(DEFDIR)\STDLIBRARY\genlex.cpp \
  42. $(DEFDRIVE)$(DEFDIR)\STDLIBRARY\sqllex.cpp \
  43. $(DEFDRIVE)$(DEFDIR)\WinMgmt\coredll\flexarry.cpp \
  44. $(DEFDRIVE)$(DEFDIR)\WinMgmt\coredll\arena.cpp \
  45. $(DEFDRIVE)$(DEFDIR)\WinMgmt\coredll\dbgalloc.cpp \
  46. $(DEFDRIVE)$(DEFDIR)\WinMgmt\coredll\wstring.cpp \
  47. LIBS=\
  48. $(CONLIBS)