windows-nt/Source/XPSP1/NT/drivers/wdm/capture/makefile
2020-09-26 16:20:57 +08:00

24 lines
465 B
Makefile

!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