15 lines
448 B
Makefile
15 lines
448 B
Makefile
|
# Copyright (c) 1998-1999, Microsoft Corporation, all rights reserved
|
||
|
#
|
||
|
# makefile
|
||
|
# IEEE1394 mini-port/call-manager driver
|
||
|
# Nmake command file stub
|
||
|
#
|
||
|
# 12/28/98 JosephJ adapted from the l2tp project.
|
||
|
#
|
||
|
# DO NOT EDIT this file, which just invokes the real make file that is shared
|
||
|
# by all the driver components of the Windows NT DDK. All component specific
|
||
|
# build information belongs in the 'sources' file.
|
||
|
|
||
|
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|