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.

33 lines
1.1 KiB

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Makefile for PCSPEAK device
  8. #
  9. ##########################################################################
  10. MPEGROOT = ..\..\..
  11. ROOT = ..\..\..\..\..
  12. MINIPORT = cyclo
  13. SRCDIR = ..
  14. WANT_C1032 = TRUE
  15. DEPENDNAME = ..\depend.mk
  16. DESCRIPTION = marvel 2 mpeg miniport
  17. VERDIRLIST = maxdebug debug retail
  18. LIBS = $(ROOT)\dev\tools\c1032\lib\libcmt.lib \
  19. $(MPEGROOT)\lib\stream.lib\
  20. $(MPEGROOT)\lib\ksguid.lib\
  21. $(ROOT)\dev\tools\c1032\lib\crtdll.lib
  22. CFLAGS = -DMSC $(CFLAGS)
  23. OBJS = dmpeg.obj mpinit.obj mpvideo.obj mpaudio.obj sti3520a.obj i2c.obj \
  24. bt866.obj zac3.obj staudio.obj board.obj memio.obj error.obj \
  25. codedma.obj debug.obj
  26. !include $(ROOT)\dev\master.mk
  27. INCLUDE = $(INCLUDE);$(MPEGROOT)\INC;..\inc;$(ROOT)\dev\inc16;$(ROOT)\dev\msdev\include;
  28.