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.
|
|
# sources # Author: David Kaplan ( DaveK ) # Date: 11-Mar-1997 # # Macros for building with NT 'build' command #
!include ..\..\..\place.inc
MAJORCOMP=Wam MINORCOMP=Wam
TARGETNAME=wam TARGETPATH=obj TARGETTYPE=DYNLINK
USE_MSVCRT=1 DLLENTRY=_DllMainCRTStartup USE_STL=1 USE_ATL=1 ATL_VER=21
INCLUDES=..\inc; \ ..\w3isapi; \ $(IISBASEDIR)\iisrearc\core\inc; \ $(IISBASEDIR)\iisrearc\inc; \ $(IISBASEDIR)\inc; \ $(IISBASEDIR)\inc\$(O); \ $(IISBASEDIR)\iisrearc\iisplus\isapiidl\$(O); \ $(IISBASEDIR)\iisrearc\iisplus\wamidl\$(O); \ $(NET_INC_PATH); MSC_WARNING_LEVEL=/W3 /WX
TARGETLIBS= \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(IISBASEDIR)\lib\$(O)\iisutil.lib \ # $(IISBASEDIR)\lib\$(O)\w3isapi.lib
SOURCES=\ wam.rc \ wam.cxx \ wamccf.cxx \
PRECOMPILED_INCLUDE=precomp.hxx PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj
|