summaryrefslogtreecommitdiff
path: root/Mkfiles/Makefile.bc2
diff options
context:
space:
mode:
Diffstat (limited to 'Mkfiles/Makefile.bc2')
-rw-r--r--Mkfiles/Makefile.bc29
1 files changed, 8 insertions, 1 deletions
diff --git a/Mkfiles/Makefile.bc2 b/Mkfiles/Makefile.bc2
index 0e8961a8..996cddca 100644
--- a/Mkfiles/Makefile.bc2
+++ b/Mkfiles/Makefile.bc2
@@ -108,7 +108,8 @@ NDISASMOBJS = $(OBJD)ndisasm.$(OBJ) $(OBJD)disasm.$(OBJ) $(OBJD)sync.$(OBJ) \
OUTOBJ= $(OBJD)outbin.$(OBJ) $(OBJD)outaout.$(OBJ) $(OBJD)outcoff.$(OBJ) \
$(OBJD)outelf.$(OBJ) $(OBJD)outobj.$(OBJ) $(OBJD)outas86.$(OBJ) \
- $(OBJD)outrdf.$(OBJ) $(OBJD)outdbg.$(OBJ)
+ $(OBJD)outrdf.$(OBJ) $(OBJD)outdbg.$(OBJ) $(OBJD)outrdf2.$(OBJ) \
+ $(OBJD)zoutieee.$(OBJ)
################################################################
@@ -224,6 +225,12 @@ $(OBJD)outobj.$(OBJ): outobj.c nasm.h insnsi.h nasmlib.h
$(OBJD)outrdf.$(OBJ): outrdf.c nasm.h insnsi.h nasmlib.h
$(NASM_ASM)
+$(OBJD)outrdf2.$(OBJ): outrdf2.c nasm.h insnsi.h nasmlib.h
+ $(NASM_ASM)
+
+$(OBJD)zoutieee.$(OBJ): zoutieee.c nasm.h insnsi.h nasmlib.h
+ $(NASM_ASM)
+
$(OBJD)outform.$(OBJ): outform.c outform.h nasm.h insnsi.h
$(NASM_ASM)