19 lines
438 B
Makefile
19 lines
438 B
Makefile
|
#############################################################################
|
||
|
#
|
||
|
# Microsoft Confidential
|
||
|
# Copyright (C) Microsoft Corporation 1995-1996
|
||
|
# All Rights Reserved.
|
||
|
#
|
||
|
# Makefile for INETFIND
|
||
|
#
|
||
|
#############################################################################
|
||
|
|
||
|
!ifdef NTMAKEENV
|
||
|
|
||
|
#
|
||
|
# Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
|
||
|
#
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
||
|
|
||
|
!endif # NTMAKEENV
|