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.
|
|
!ifdef PROJECT_ROOT ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all !else ! INCLUDE $(INETROOT)\build\paths.all !endif
MAJORCOMP=HELPCTR MINORCOMP=notinc
TARGETNAME=notinc TARGETTYPE=DYNLINK DLLBASE=$(DEFBASEADDR) DLLDEF=notifyincident.def DLLENTRY=_DllMainCRTStartup UMTYPE=windows
USE_STATIC_ATL=1 USE_UNICODE=1
MIDL_TLBDIR=$(TARGETPATH) PASS0_SOURCEDIR=$(TARGETPATH) PASS0_HEADERDIR=$(TARGETPATH)
SOURCES= \ notifyincident.cpp \ safchannelnotifyincident.cpp \ notifyincident.rc \ notifyincident.idl \ atl.cpp INCLUDES= \ $(LOCALTARGET); \ $(LOCALROOT)\include; \ $(INETROOT)\helpctr\service\include; \ $(INETROOT)\helpctr\target\$(TARGET_DIRECTORY); \ $(INETROOT)\helpctr\include; \ $(LOCALLIBPATH); \ $(SDKLIBPATH); \
TARGETLIBS= \ $(SDKLIBPATH)\version.lib \ $(SDKLIBPATH)\oleaut32.lib \ $(SDKLIBPATH)\ole32.lib \ $(SDKLIBPATH)\uuid.lib \
!INCLUDE $(INETROOT)\build\sources.all
PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_PCH=stdafx.pch PRECOMPILED_OBJ=stdafx.obj
|