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.

26 lines
881 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Makefile for 16 bit wdmaud device driver
  8. #
  9. ##########################################################################
  10. ROOT = ..\..\..\..\..
  11. DRIVER = WDMAUD
  12. IS_OEM = TRUE
  13. MASM6 = TRUE
  14. IS_16 = TRUE
  15. SRCDIR = ..
  16. DEPENDNAME = $(SRCDIR)\depend.mk
  17. OBJS = libentry.obj wdmaud.obj drvproc.obj waveout.obj wavein.obj \
  18. midiout.obj midiin.obj mixer.obj auxd.obj wdmaud16.obj
  19. LIBSNODEP = libw mnocrtdw mlibcew mmsystem
  20. MFLAGS = -m
  21. !include ..\..\..\audio.mk
  22. CFLAGS = $(CFLAGS) -Gc -G3 -DSTRICT -DWINVER=0x040A
  23. AFLAGS = $(AFLAGS) -Zm