Source code of Windows XP (NT5)
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.
|
|
# sources # Author: Murali R. Krishnan ( MuraliK) # Date: 9-Oct-1995 # # 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 ..\..\place.inc
MAJORCOMP=iismap MINORCOMP=iismap
TARGETNAME=iismap TARGETTYPE=DYNLINK TARGETPATH=obj
MSC_WARNING_LEVEL=/W3 /WX
USE_MSVCRT=1 DLLENTRY=_DllMainCRTStartup
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O)
TARGETLIBS=\ ..\lib\$(O)\iiscrypt.lib \ ..\lib\$(O)\icrypt.lib \ $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib
SOURCES=\ mapmsg.mc \ iismap.cxx \ md5c.c \ iiscmr.cxx \ memalloc.cxx \ iismap.rc
INCLUDES=.\;..\..\inc;$(INCLUDES)
|