windows-nt/Source/XPSP1/NT/admin/pchealth/helpctr/shell/printing/sources

38 lines
655 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=HelpCtr
MINORCOMP=HC_Printing
TARGETNAME=HCPrinting
TARGETTYPE=LIBRARY
DLLBASE=
DLLDEF=
USE_STATIC_ATL=1
USE_NATIVE_EH=1
USE_UNICODE=1
C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
SOURCES= \
PrintHost.cpp \
CPrint.cpp \
INCLUDES= \
$(LOCALLIBPATH);\
$(LOCALROOT)\HCApi\include;\
$(LOCALROOT)\Service\include;\
$(LOCALROOT)\Shell\include;\
$(LOCALROOT)\Shell\core;\
$(LOCALROOT)\include;\
$(INETROOT)\PCHMars\inc\$(O);
!INCLUDE $(INETROOT)\build\sources.all
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_CXX=1