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.
71 lines
2.1 KiB
71 lines
2.1 KiB
!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=
|