18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
# IIS60\sources
|
|
# Author: Andy Morrison (andymorr)
|
|
# Date: 18-Oct-00
|
|
#
|
|
# This file is used for building the 6.0 version of ADSIIS
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include $(PROJECT_ROOT)\iis\place.inc
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=adsiis
|
|
|
|
# specifies the globdata.cxx in the root directory that is specific to 6.0 dll
|
|
|
|
SOURCES = $(SOURCES) ..\globals.cxx |