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.

35 lines
926 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Makefile for CODEC class driver
  8. #
  9. ##########################################################################
  10. CODROOT = ..\..
  11. ROOT = ..\..\..\..
  12. MINIPORT = stream
  13. SRCDIR = ..
  14. IS_SDK = TRUE
  15. IS_DDK = TRUE
  16. WANT_WDMDDK = TRUE
  17. USE_DMA_MACROS = TRUE
  18. DEPENDNAME = ..\depend.mk
  19. DESCRIPTION = WDM CODEC Class Driver
  20. VERDIRLIST = maxdebug debug retail
  21. LIBSNODEP = ks.lib ksguid.lib wdm.lib
  22. LINK32FLAGS = /DEF:..\codcls.DEF -merge:.rdata=TEXT
  23. OBJS = codinit.obj upperapi.obj lowerapi.obj codguts.obj
  24. !include $(ROOT)\wdm10\wdm.mk
  25. INCLUDE = $(INCLUDE);$(CODROOT)\inc
  26. #AFLAGS = $(AFLAGS) -Gz -Zp4 -DSTD_CALL -DM4
  27. #!IF "$(VERDIR)" != "debug"
  28. #CFLAGS = $(CFLAGS) -O1gisyb0 -Gf
  29. #!endif
  30. #CFLAGS = $(CFLAGS) -DWIN40COMPAT -W3 -WX -DWIN32 -D_X86_ -G4 -Gz