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.
 
 
 
 
 
 

26 lines
429 B

!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=core
MINORCOMP=logging
TARGETNAME=logging
TARGETTYPE=LIBRARY
USE_TRACING=1
SOURCES= \
ceventlogger.cpp \
UMTYPE=windows
INCLUDES= \
$(LOCALTARGET); \
TARGETLIBS= \
$(SDKLIBPATH)\ntdll.lib \
!INCLUDE $(INETROOT)\build\sources.all