Leaked source code of windows server 2003
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.
 
 
 
 
 
 

23 lines
488 B

!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