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.
 
 
 
 
 
 

29 lines
471 B

!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