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.
 
 
 
 
 
 

38 lines
665 B

!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=client
MINORCOMP=pfcommon
TARGETNAME=pfcommon
TARGETTYPE=LIBRARY
USE_STATIC_ATL=1
SOURCES= \
util.cpp \
ntevents.cpp \
weblog.cpp \
pfhash.cpp \
pfarray.cpp \
pfcab.cpp \
pfxml.cpp \
pfdb.cpp \
pfstm.cpp \
pfcrc.cpp \
INCLUDES= \
$(LOCALTARGET); \
$(LOCALROOT)\include; \
PASS0_SOURCEDIR=.
!INCLUDE $(INETROOT)\build\sources.all
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_PCH=stdafx.pch
PRECOMPILED_OBJ=stdafx.obj