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.
49 lines
928 B
49 lines
928 B
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=helpctr
|
|
MINORCOMP=SearchEngineLib
|
|
|
|
TARGETNAME=SELib_NET
|
|
TARGETTYPE=LIBRARY
|
|
DLLBASE=
|
|
DLLDEF=
|
|
|
|
UMTYPE=windows
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_STATIC_ATL=1
|
|
USE_TRACING=1
|
|
USE_UNICODE=1
|
|
USE_STL=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DSECURITY_WIN32
|
|
|
|
#
|
|
# These lines will send all intermediate files to the LOCALLIBPATH directory.
|
|
#
|
|
MIDL_TLBDIR=$(LOCALLIBPATH)
|
|
PASS0_SOURCEDIR=$(LOCALLIBPATH)
|
|
PASS0_HEADERDIR=$(LOCALLIBPATH)
|
|
|
|
|
|
SOURCES= \
|
|
NetSW.cpp \
|
|
NetSearchConfig.cpp \
|
|
ParamConfig.cpp \
|
|
RemoteConfig.cpp \
|
|
|
|
INCLUDES= \
|
|
$(LOCALLIBPATH);\
|
|
$(LOCALROOT)\Service\core;\
|
|
$(LOCALROOT)\Service\include;\
|
|
$(LOCALROOT)\include;\
|
|
$(LOCALROOT)\Shell;\
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|