21 lines
440 B
Plaintext
21 lines
440 B
Plaintext
# sources
|
|
# Author: Lei Jin(leijin)
|
|
# Date: 07/03/1997
|
|
#
|
|
# This file is used for compiling Proxy web server from code
|
|
# for generic web server
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\sources.inc
|
|
|
|
!include $(PROJECT_ROOT)\iis\place51.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_IIS_5_1
|
|
|
|
TARGETNAME=wamreg51
|
|
|
|
TARGETLIBS=$(TARGETLIBS) $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib
|
|
|