summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halntp/makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halntp/makefile.inc')
-rw-r--r--private/ntos/nthals/halntp/makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/private/ntos/nthals/halntp/makefile.inc b/private/ntos/nthals/halntp/makefile.inc
new file mode 100644
index 000000000..038fffeab
--- /dev/null
+++ b/private/ntos/nthals/halntp/makefile.inc
@@ -0,0 +1,5 @@
+obj\mips\hal.def: hal.src
+ rcpp -P -f hal.src -DMIPS=1 $(C_DEFINES) -g obj\mips\hal.def
+
+$(TARGETPATH)\mips\hal.lib: $(TARGETPATH)\mips\halntp.lib
+ copy $** $@