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.
31 lines
505 B
31 lines
505 B
TARGETNAME=provider
|
|
TARGETPATH=..\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
|
|
|
|
!if !$(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) -D_DEBUG
|
|
!endif
|
|
|
|
USE_NATIVE_EH=ASYNC
|
|
USE_ATL=1
|
|
USE_STL=1
|
|
USE_IOSTREAM=1
|
|
ATL_VER=30
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=\
|
|
ntrkcomm.cpp \
|
|
objectpath.cpp \
|
|
provbase.cpp \
|
|
provfactory.cpp \
|
|
util.cpp \
|
|
assrt.cxx \
|
|
vs_trace.cxx \
|
|
|
|
|
|
UMTYPE=windows
|