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.

45 lines
849 B

  1. !if 0
  2. Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ROOT=$(MAKEDIR:\filters\inftee=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=inftee
  7. TARGETPATH=obj
  8. !ifndef FILTER_DLL
  9. TARGETTYPE=LIBRARY
  10. !else
  11. TARGETTYPE=DYNLINK
  12. DLLDEF=inftee.def
  13. DLLENTRY=DllEntryPoint
  14. DLLBASE=0x1ff00000
  15. C_DEFINES=$(C_DEFINES) -DFILTER_DLL
  16. LINKLIBS= \
  17. $(QUARTZ_LIB_DIR)\strmbase.lib
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\gdi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\ole32.lib \
  24. $(SDK_LIB_PATH)\uuid.lib \
  25. !endif
  26. INCLUDES= \
  27. $(INCLUDES) \
  28. $(ROOT)\filters\h;
  29. C_DEFINES=$(C_DEFINES) /DFILTER_LIB
  30. SOURCES= \
  31. inftee.cpp \
  32. inftee.rc