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.
25 lines
365 B
25 lines
365 B
!IF 0
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE ..\wininet.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DBETA_LOGGING
|
|
|
|
MINORCOMP=p3pclient
|
|
|
|
TARGETNAME=p3pclient
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=policyref.cpp \
|
|
map2policy.cpp \
|
|
p3pparser.cpp \
|
|
request.cpp \
|
|
p3ppolicy.cpp \
|
|
download.cpp \
|
|
xmlwrapper.cpp \
|
|
xmltree.cpp
|