36 lines
497 B
Plaintext
36 lines
497 B
Plaintext
|
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
|