24 lines
465 B
Makefile
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
|