Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 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
PASS1_PUBLISH=\ {..\$(O)\adsiis.tlb=$(SDK_LIB_PATH)\adsiis.tlb}
|