Windows2003-3790/drivers/wdm/capture/makefile
2020-09-30 16:53:55 +02:00

24 lines
488 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