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.
44 lines
785 B
44 lines
785 B
!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
|
|
|
|
MINORCOMP=autoproxy
|
|
|
|
TARGETNAME=autoproxy
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(O);..\inc;$(SHELL_INC_PATH)
|
|
|
|
SOURCES=sockreg.cxx \
|
|
ipconfig.cxx \
|
|
protocol.cxx \
|
|
optreg.cxx \
|
|
apdetect.cxx \
|
|
cscpsite.cpp \
|
|
jsproxy.cpp \
|
|
regexp.cpp \
|
|
utils.cpp \
|
|
apsvcc.cpp
|