72 lines
2.1 KiB
Plaintext
72 lines
2.1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1991 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.
|
||
|
|
||
|
History:
|
||
|
Created 01-Oct-96 by Erik Neuenschwander (t-erikne)
|
||
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
ATHROOT = ..
|
||
|
!include $(ATHROOT)\athena.inc
|
||
|
SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
|
||
|
|
||
|
TARGETNAME = statnery
|
||
|
TARGETPATH = obj
|
||
|
TARGETTYPE = LIBRARY
|
||
|
|
||
|
SOURCES =
|
||
|
|
||
|
MISCFILES = aleabanr.gif \
|
||
|
amaizrul.gif \
|
||
|
anabnr2.gif \
|
||
|
aswrule.gif \
|
||
|
$(O)\blank.htm \
|
||
|
blankbkg.gif \
|
||
|
btzhsepa.gif \
|
||
|
citbanna.gif \
|
||
|
citrbkg.gif \
|
||
|
$(O)\citrpun.htm \
|
||
|
$(O)\clearday.htm \
|
||
|
clrdaybg.jpg \
|
||
|
fieruld.gif \
|
||
|
$(O)\fiesta.htm \
|
||
|
fiestabg.jpg \
|
||
|
$(O)\glacier.htm \
|
||
|
glacrbkg.jpg \
|
||
|
ivy.gif \
|
||
|
$(O)\ivy.htm \
|
||
|
$(O)\leaves.htm \
|
||
|
leavesbg.jpg \
|
||
|
$(O)\maize.htm \
|
||
|
maizebkg.jpg \
|
||
|
$(O)\nature.htm \
|
||
|
naturebg.jpg \
|
||
|
$(O)\netblitz.htm \
|
||
|
netblzbg.gif \
|
||
|
piechtbg.jpg \
|
||
|
$(O)\piechts.htm \
|
||
|
sunbanna.gif \
|
||
|
sunfbkg.jpg \
|
||
|
$(O)\sunflowr.htm \
|
||
|
$(O)\sweets.htm \
|
||
|
sweetsbg.gif \
|
||
|
tech.gif \
|
||
|
$(O)\tech.htm
|
||
|
|
||
|
NTTARGETFILES=
|