summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halfxs/makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halfxs/makefile.inc')
-rw-r--r--private/ntos/nthals/halfxs/makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/private/ntos/nthals/halfxs/makefile.inc b/private/ntos/nthals/halfxs/makefile.inc
new file mode 100644
index 000000000..325690537
--- /dev/null
+++ b/private/ntos/nthals/halfxs/makefile.inc
@@ -0,0 +1,9 @@
+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\halfxs.lib
+ copy $** $@
+
+$(TARGETPATH)\mips\hal.dll: $(TARGETPATH)\mips\halfxs.dll
+ copy $** $@
+ binplace $(BINPLACE_FLAGS) $@