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.
41 lines
1.3 KiB
41 lines
1.3 KiB
!IFNDEF USE_CRTDLL
|
|
MIPS_OPTIONS=-nodwalign -float
|
|
GPSIZE=32
|
|
!ENDIF
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
MIPS_SOURCES=..\mips\alignem.c \
|
|
..\mips\allproc.c \
|
|
..\mips\apcuser.c \
|
|
..\mips\branchem.c \
|
|
..\mips\buserror.c \
|
|
..\mips\callback.c \
|
|
..\mips\callout.s \
|
|
..\mips\dmpstate.c \
|
|
..\mips\exceptn.c \
|
|
..\mips\floatem.c \
|
|
..\mips\flush.c \
|
|
..\mips\getsetrg.c \
|
|
..\mips\thredini.c \
|
|
..\mips\timindex.s \
|
|
..\mips\xxapcint.s \
|
|
..\mips\xxclock.s \
|
|
..\mips\xxflshtb.c \
|
|
..\mips\xxintsup.s \
|
|
..\mips\xxirql.s \
|
|
..\mips\xxmiscs.s \
|
|
..\mips\x4mpipi.s \
|
|
..\mips\xxmpipi.c \
|
|
..\mips\xxregsv.s \
|
|
..\mips\xxspinlk.s \
|
|
..\mips\x4ctxsw.s \
|
|
..\mips\sysstubs.s \
|
|
..\mips\systable.s \
|
|
..\mips\x4trap.s \
|
|
..\mips\threadbg.s \
|
|
..\mips\initkr.c \
|
|
..\mips\intobj.c \
|
|
..\mips\x4start.s \
|
|
..\mips\x4sqrt.s \
|
|
..\mips\vdm.c
|