126 lines
3.1 KiB
Plaintext
126 lines
3.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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-1990
|
|
|
|
|
|
Revision History:
|
|
|
|
John DeRosa [DEC] 23-June-1992
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=fw
|
|
|
|
TARGETNAME=fw
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
MIPS_OPTIONS=-nodwalign
|
|
|
|
!IF $(MIPS)
|
|
INCLUDES=..\inc;..\fastfat;..\bldr;.\mips;..\nthals\halfxs\mips;..\bldr\mips;..\dd\floppy;..\rtl
|
|
!ENDIF
|
|
|
|
SOURCES=
|
|
|
|
i386_SOURCES=
|
|
|
|
MIPS_SOURCES=mips\fwio.c \
|
|
mips\fwload.c \
|
|
mips\fwprint.c \
|
|
mips\fwtime.c \
|
|
mips\fwtrap.s \
|
|
mips\fwentry.s \
|
|
mips\j4inter.s \
|
|
mips\j4reset.s \
|
|
mips\j4start.s \
|
|
mips\j4cache.s \
|
|
mips\jxboot.c \
|
|
mips\jxconfig.c \
|
|
mips\jxdisp.c \
|
|
mips\jxenvir.c \
|
|
mips\jxfboot.c \
|
|
mips\jxhwsup.c \
|
|
mips\jxkbd.c \
|
|
mips\jxmemory.c \
|
|
mips\jxport.c \
|
|
mips\jxreboot.c \
|
|
mips\jxserial.c \
|
|
mips\jxsysid.c \
|
|
mips\jxvendor.c \
|
|
mips\jxvideo.c \
|
|
mips\kbdtest.c \
|
|
mips\memtest.s \
|
|
mips\rlefont.c \
|
|
mips\selftest.c \
|
|
mips\stubs.c \
|
|
mips\sonictst.c \
|
|
mips\x4trap.s \
|
|
mips\xxfonts.c \
|
|
mips\xxldfont.c \
|
|
mips\xxirql.s \
|
|
mips\monitor.c \
|
|
mips\fwtime.c \
|
|
mips\fwsignal.c \
|
|
mips\jzsetup.c \
|
|
mips\jzboot.c \
|
|
mips\jzcommon.c \
|
|
mips\jzconfig.c \
|
|
mips\jzenvir.c \
|
|
mips\jzether.c \
|
|
mips\jzgetpar.c \
|
|
mips\jzmake.c \
|
|
mips\jzstubs.c \
|
|
mips\jztime.c \
|
|
mips\jazzg364.c \
|
|
mips\jg364h.s \
|
|
mips\mg364h.s \
|
|
mips\jzvxlh.s \
|
|
mips\pldfont.c \
|
|
mips\eisafunc.c \
|
|
mips\eisapod.c \
|
|
mips\eisaini.c \
|
|
mips\eisaintr.c \
|
|
mips\eisamisc.c \
|
|
mips\omf.c \
|
|
mips\subrout.s \
|
|
mips\jxbmp.c \
|
|
mips\bmp.c \
|
|
mips\jzvxl484.c \
|
|
mips\fwusa.c \
|
|
mips\jzusa.c \
|
|
mips\eisausa.c \
|
|
mips\debug.c
|
|
|
|
!IF $(MIPS)
|
|
NTTARGETFILES=obj\mips\j4fw.exe \
|
|
obj\mips\j4sy.exe \
|
|
obj\mips\j4reset.exe \
|
|
obj\mips\jzsetup.exe \
|
|
obj\mips\vxlrom.exe \
|
|
obj\mips\vxlromh.exe \
|
|
obj\mips\g364rom.exe \
|
|
obj\mips\g364romh.exe
|
|
!ENDIF
|
|
|