summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halfxs/makefile.inc
blob: 32569053792dd290536a18308a113e1ef5de5918 (plain) (blame)
1
2
3
4
5
6
7
8
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) $@