windows-nt/Source/XPSP1/NT/drivers/wdm/capture/makefile

24 lines
465 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
!ifdef NTMAKEENV
all:
clean:
!else
#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1997
# All Rights Reserved.
#
# Makefile for capture directory
#
#############################################################################
ROOT = ..\..
DIR = capture
PROPLIST =
DIRLIST = mini amovie
ALLLIST = $(DIRLIST)
!include ..\..\dev\master.mk
!endif