2020-09-30 16:53:55 +02:00

56 lines
1.1 KiB
Plaintext

!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