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.

44 lines
829 B

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