mirror of https://github.com/lianthony/NT4.0
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.
120 lines
2.8 KiB
120 lines
2.8 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-91 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:
|
|
|
|
Keith Moore (keithmo) 13-Apr-1995
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
MAJORCOMP=internet
|
|
MINORCOMP=mosaic
|
|
|
|
TARGETNAME=shared
|
|
TARGETPATH=..\..\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\..\generic\xx_debug;..\..\generic\shared;..\..\generic\win32;..\..\oem\spy\make;..\..\sec\include;$(BASEDIR)\public\sdk\inc\mfc30
|
|
|
|
SOURCES= \
|
|
aiff.c \
|
|
async.c \
|
|
au.c \
|
|
charstrm.c \
|
|
cookie.c \
|
|
cookiedb.c \
|
|
dcache.c \
|
|
gtrutil.c \
|
|
guitar.c \
|
|
guiterrs.c \
|
|
guitfind.c \
|
|
hash.c \
|
|
htaccess.c \
|
|
htalert.c \
|
|
htanchor.c \
|
|
htatom.c \
|
|
htbtree.c \
|
|
htchunk.c \
|
|
htext.c \
|
|
htfile.c \
|
|
htformat.c \
|
|
htftp.c \
|
|
htfwrite.c \
|
|
htghist.c \
|
|
htgif.c \
|
|
htgopher.c \
|
|
htheader.c \
|
|
hthotlst.c \
|
|
htinit.c \
|
|
htjpeg.c \
|
|
htlist.c \
|
|
htmail.c \
|
|
html.c \
|
|
htmlpdtd.c \
|
|
htnews.c \
|
|
htparse.c \
|
|
htplain.c \
|
|
htspm.c \
|
|
htspmui.c \
|
|
htstring.c \
|
|
httcp.c \
|
|
httelnet.c \
|
|
http_spm.c \
|
|
htxbm.c \
|
|
imgcache.c \
|
|
jcomapi.c \
|
|
jdapi.c \
|
|
jdapimin.c \
|
|
jdapistd.c \
|
|
jdatasrc.c \
|
|
jdcoefct.c \
|
|
jdcolor.c \
|
|
jddctmgr.c \
|
|
jdhuff.c \
|
|
jdinput.c \
|
|
jdmainct.c \
|
|
jdmarker.c \
|
|
jdmaster.c \
|
|
jdmerge.c \
|
|
jdphuff.c \
|
|
jdpostct.c \
|
|
jdsample.c \
|
|
jerror.c \
|
|
jidctfst.c \
|
|
jidctred.c \
|
|
jmemansi.c \
|
|
jmemmgr.c \
|
|
jquant1.c \
|
|
jquant2.c \
|
|
jutils.c \
|
|
loaddoc.c \
|
|
mapcache.c \
|
|
plain.c \
|
|
pool.c \
|
|
present.c \
|
|
reformat.c \
|
|
sem.c \
|
|
sgml.c \
|
|
styles.c \
|
|
tempfile.c \
|
|
xbm.c \
|
|
|
|
!include ..\..\sources.inc
|