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.
19 lines
435 B
19 lines
435 B
# IIS60\sources
|
|
# Author: Andy Morrison (andymorr)
|
|
# Date: 18-Oct-00
|
|
#
|
|
# This file is used for building the 6.0 version of iislog.dll
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include $(PROJECT_ROOT)\iis\place.inc
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=iislog
|
|
|
|
SOURCES = $(SOURCES) \
|
|
..\plugin1.cpp \
|
|
..\odblogc.cpp \
|
|
..\asclogc.cpp
|