17 lines
550 B
Makefile
17 lines
550 B
Makefile
|
# Copyright (c) 1997, Microsoft Corporation, all rights reserved
|
||
|
# Copyright (c) 1997, Parallel Technologies, Inc., all rights reserved#
|
||
|
#
|
||
|
# makefile
|
||
|
# RAS DirectParallel WAN mini-port/call-manager driver
|
||
|
# Nmake command file stub
|
||
|
#
|
||
|
# 01/07/97 Steve Cobb
|
||
|
# 09/15/97 Jay Lowe, Parallel Technologies, Inc.
|
||
|
#
|
||
|
# 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
|