14 lines
394 B
Makefile
14 lines
394 B
Makefile
##########################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1991
|
|
# All Rights Reserved.
|
|
#
|
|
##########################################################################
|
|
|
|
!ifdef NTMAKEENV # Prevent NT's build.exe from executing this makefile
|
|
|
|
!include $(NTMAKEENV)\makefile.def
|
|
|
|
!endif # NTMAKEENV
|