NT4/private/ntos/nthals/halfxs/makefile.inc
2020-09-30 17:12:29 +02:00

10 lines
275 B
PHP

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) $@