27 lines
605 B
Makefile
Raw Normal View History

2001-01-01 00:00:00 +01:00
# --------------------------------------------------------------------
#
# Copyright(c) Microsoft Corp., 1999
#
# --------------------------------------------------------------------
# --------------------------------------------------------------------
#
# File : Makefile
#
# Title : Makefile for the ADSI command line test program.
#
# Description :
#
# History :
#
# --------------------------------------------------------------------
!ifdef NTMAKEENV
!include $(NTMAKEENV)\makefile.def
!else
!error This doesn't build for Non-NT platforms.
!endif