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.

46 lines
959 B

  1. !if 0
  2. Copyright (c) 1998 - 1999 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ROOT=$(MAKEDIR:\filters\xmlgraph=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=xmlgraph
  7. TARGETPATH=obj
  8. !ifndef SEPARATE_DLLS
  9. TARGETTYPE=LIBRARY
  10. !else
  11. TARGETTYPE=DYNLINK
  12. DLLDEF=xmlgraph.def
  13. DLLENTRY=DllEntryPoint
  14. DLLBASE=0x1ff00000
  15. C_DEFINES=$(C_DEFINES) -DFILTER_DLL
  16. !if $(FREEBUILD)
  17. NETSHOW_LIB_DIR=..\netshow\lib\free\*
  18. !else
  19. NETSHOW_LIB_DIR=..\netshow\lib\checked\*
  20. !endif
  21. LINKLIBS = \
  22. $(STRMBASE_LIB)
  23. TARGETLIBS= $(TARGETLIBS) \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\gdi32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\winmm.lib
  32. !endif
  33. INCLUDES= \
  34. $(SDK_INC_PATH)\atl21; \
  35. $(INCLUDES) ..\..\h; ..\inc; \
  36. ..\..\filterus\dexter\idl\$(O)
  37. SOURCES= \
  38. xmlgraph.cpp