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.

25 lines
650 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991
  5. # All Rights Reserved.
  6. #
  7. # Makefile for vcomm device
  8. #
  9. ##########################################################################
  10. ROOT = ..\..\..\..\..
  11. DEVICE = PCMVXD
  12. SRCDIR = ..
  13. IS_32 = TRUE
  14. IS_OEM = TRUE
  15. MASM6 = TRUE
  16. WANT_NTDDK = TRUE
  17. BASECOPYRIGHT = 1996
  18. DEPENDNAME = ..\depend.mk
  19. TARGETS = dev
  20. OBJS = generic.obj pcmvxd.obj
  21. LIBS = $(DEVROOT)\ddk\lib\vxdwraps.lib
  22. CFLAGS = -Zdp8 -d2omf
  23. !include $(ROOT)\wdm\audio\audio.mk