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
TARGETNAME=iiscrmap TARGETTYPE=DYNLINK TARGETPATH=obj
MSC_WARNING_LEVEL=/W3 /WX
USE_MSVCRT=1 DLLENTRY=DLLEntry
RAW_TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\crypt32.lib
TARGETLIBS=$(RAW_TARGETLIBS) \ $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \ $(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \ $(IISBASEDIR)\svcs\iismap\$(O)\iismap.lib
INCLUDES=..\iismap\$(O); \ ..\..\inc; \ ..\..\inc\$(O);
SOURCES=\ iiscrmap.cxx \ iiscrmap.rc
C_DEFINES=-D_INETASRV_H_
|