windows-nt/Source/XPSP1/NT/admin/pchealth/client/common/pftn/sources
2020-09-26 16:20:57 +08:00

29 lines
471 B
Plaintext

!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=client
MINORCOMP=pftn
TARGETNAME=pftn
TARGETTYPE=LIBRARY
USE_STATIC_ATL=1
SOURCES= \
pftn.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