19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
# IIS51\sources
|
|
# Author: Andy Morrison (andymorr)
|
|
# Date: 18-Oct-00
|
|
#
|
|
# This file is used for building the 5.1 version of ADSIIS
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include $(PROJECT_ROOT)\iis\place51.inc
|
|
|
|
!include ..\sources.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_IIS_5_1
|
|
|
|
TARGETNAME=adsiis51
|
|
|
|
# specifies the globdata.cxx in the IIS51 directory that is specific to 51 dll
|
|
SOURCES = $(SOURCES) globals.cxx |