2025-04-27 07:49:33 -04:00

29 lines
499 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