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.
35 lines
532 B
35 lines
532 B
TARGETNAME=proxy
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
IASDIR=$(PROJECT_ROOT)\ias
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=proxypch.h
|
|
|
|
USE_ATL=1
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
USE_VCCOM=1
|
|
|
|
INCLUDES=\
|
|
$(IASDIR)\inc;\
|
|
$(IASDIR)\services\inc;\
|
|
$(IASDIR)\inc\$(O);\
|
|
$(DS_INC_PATH)\crypto
|
|
|
|
SOURCES=\
|
|
attrdnry.cpp \
|
|
attridx.cpp \
|
|
counters.cpp \
|
|
dsobj.cpp \
|
|
iascache.cpp \
|
|
proxy.cpp \
|
|
radpack.cpp \
|
|
radproxy.cpp \
|
|
radproxyp.cpp \
|
|
rwlock.cpp \
|
|
timerq.cpp \
|
|
translate.cpp \
|
|
udpsock.cpp
|