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.

37 lines
1.1 KiB

  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 = dxapi
  13. SRCDIR = ..
  14. #IS_OEM = TRUE
  15. IS_SDK = TRUE
  16. WANT_C1032 = TRUE
  17. DEPENDNAME = ..\depend.mk
  18. DESCRIPTION = WDM DX function mapper
  19. VERDIRLIST = maxdebug debug retail
  20. #LIBS = $(LIBS) $(ROOT)\dev\tools\c1032\lib\libcrt.lib
  21. OBJS = vxd.obj wdm.obj
  22. LINK32FLAGS=/DEF:..\dxapi.DEF
  23. !include $(ROOT)\dev\master.mk
  24. INCLUDE = $(INCLUDE);$(CODROOT)\INC;$(ROOT)\dev\msdev\include
  25. #AFLAGS = $(AFLAGS) -Gz -DSTD_CALL -DM4
  26. !IF "$(VERDIR)" != "debug"
  27. CFLAGS = $(CFLAGS) -O1gisyb0 -Gf
  28. !endif
  29. #CFLAGS = $(CFLAGS) -DWIN40COMPAT -W3 -WX -DWIN32 -D_X86_ -G4 -Gz
  30. INCLUDE = $(SRCDIR);$(INCLUDE);$(ROOT)\dev\ddk\inc
  31.