summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halsni4x/sources
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ntos/nthals/halsni4x/sources
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/ntos/nthals/halsni4x/sources')
-rw-r--r--private/ntos/nthals/halsni4x/sources91
1 files changed, 91 insertions, 0 deletions
diff --git a/private/ntos/nthals/halsni4x/sources b/private/ntos/nthals/halsni4x/sources
new file mode 100644
index 000000000..491d21b3c
--- /dev/null
+++ b/private/ntos/nthals/halsni4x/sources
@@ -0,0 +1,91 @@
+!IF 0
+
+Copyright (c) 1993 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.
+
+
+
+!ENDIF
+
+MAJORCOMP=ntos
+MINORCOMP=hal
+
+TARGETNAME=halsni4x
+TARGETPATH=$(BASEDIR)\public\sdk\lib
+TARGETLIBS=$(BASEDIR)\private\ntos\nthals\x86new\obj\mips\x86new.lib \
+ $(BASEDIR)\public\sdk\lib\*\libcntpr.lib
+
+!IF $(MIPS)
+
+TARGETTYPE=HAL
+
+!ELSE
+
+TARGETTYPE=DRIVER
+
+!ENDIF
+
+C_DEFINES=-DSNI -DORION
+
+INCLUDES=..\x86new;..\..\inc
+
+MIPS_ENABLE_MIPS3=1
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+SOURCES=
+
+MIPS_SOURCES=hal.rc \
+ drivesup.c \
+ mips\x86bios.c \
+ mips\allstart.c \
+ mips\cacherr.s \
+ mips\unicache.s \
+ mips\duocache.s \
+ mips\orcache.s \
+ mips\j4flshbf.s \
+ mips\j4flshio.c \
+ mips\j4prof.c \
+ mips\jxebsup.c \
+ mips\jxenvirv.c \
+ mips\jxport.c \
+ mips\jxbeep.c \
+ mips\jxreturn.c \
+ mips\jxmapio.c \
+ mips\SNIdisp.c \
+ mips\jxhwsup.c \
+ mips\jxsysint.c \
+ mips\jxtime.c \
+ mips\jxusage.c \
+ mips\xxcalstl.c \
+ mips\xxinithl.c \
+ mips\xxinitnt.c \
+ mips\r4intdsp.c \
+ mips\xxmemory.c \
+ mips\mpagent.c \
+ mips\xxcache.c \
+ mips\xxclock.c \
+ mips\xxidle.s \
+ mips\x4misc.s \
+ mips\xxipiint.s \
+ mips\x4clock.s \
+ mips\xxipiint.s \
+ mips\x4tb.s
+
+DLLDEF=obj\*\hal.def
+
+!IF $(MIPS)
+
+NTTARGETFILES=$(TARGETPATH)\mips\hal.lib
+
+!ENDIF