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.
55 lines
1.1 KiB
55 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE ..\wininet.inc
|
|
|
|
TARGETNAME=urlcache
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(O);..\inc;..\inc\$(O);$(SHELL_INC_PATH);
|
|
|
|
C_DEFINES= $(C_DEFINES) -D_URLCACHEAPI_ -D_WINX32_
|
|
|
|
SOURCES= \
|
|
cachapia.cxx \
|
|
cachapiw.cxx \
|
|
cacheapi.cxx \
|
|
cachecfg.cxx \
|
|
urlcache.cxx \
|
|
contain.cxx \
|
|
downsize.cxx \
|
|
filemap.cxx \
|
|
hashutil.cxx \
|
|
hndlmgr.cxx \
|
|
cachglob.cxx \
|
|
cookies.cxx \
|
|
conlist.cxx \
|
|
conmgr.cxx \
|
|
filemgr.cxx \
|
|
reg.cxx \
|
|
util.cxx \
|
|
ids.cxx \
|
|
group.cxx \
|
|
debug.c
|