removed #include "getline.h"
[fw/sdcc] / as / hc08 / Makefile.bcc
index 068d802b3792d451d938147f349939d1678e4317..b822c8d7d111d9ca4f274b5082a276fd70fade21 100644 (file)
@@ -1,13 +1,15 @@
-# Makefile for Borlad C++
+# Makefile for Borland C++
 
 PRJDIR          = ../..
 
 !include $(PRJDIR)/Bcc.inc
 
-ASOBJECTS       = asmain.obj aslex.obj assubr.obj asnoice.obj \
+ASOBJECTS       = asmain.obj aslex.obj assubr.obj \
                   asexpr.obj asdata.obj aslist.obj asout.obj \
                   h08ext.obj h08pst.obj h08mch.obj h08adr.obj \
-                  ../asxxsrc/strcmpi.obj ../asxxsrc/assym.obj
+                  ../asxxsrc/strcmpi.obj ../asxxsrc/assym.obj \
+                  ../asxxsrc/asnoice.obj \
+                  ../../support/Util/dbuf.obj ../../support/Util/dbuf_string.obj
 
 ASX8051         = $(PRJDIR)/bin/asx8051.exe