added support/Util/dbuf.c to the project
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 28 Mar 2003 19:39:32 +0000 (19:39 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 28 Mar 2003 19:39:32 +0000 (19:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2426 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/Makefile.bcc
src/Makefile.in
src/src.dsp

index b4256b4e4d4ac4d1b48d97716f5181209ac5fd06..392733ae0afbcba4e610849f3766bff081ace2e4 100644 (file)
@@ -15,7 +15,8 @@ OBJECTS         = SDCCy.obj SDCClex.obj SDCChasht.obj SDCCmain.obj \
                   SDCClrange.obj SDCCptropt.obj SDCCpeeph.obj SDCCglue.obj \
                   asm.obj SDCCutil.obj SDCCmacro.obj SDCCdebug.obj cdbFile.obj
 
-SLIBOBJS        = $(SLIB)/SDCCerr.obj $(SLIB)/NewAlloc.obj $(SLIB)/MySystem.obj $(SLIB)/BuildCmd.obj
+SLIBOBJS        = $(SLIB)/SDCCerr.obj $(SLIB)/NewAlloc.obj $(SLIB)/MySystem.obj \
+                  $(SLIB)/BuildCmd.obj $(SLIB)/dbuf.obj
 
 TARGET          = $(PRJDIR)/bin/sdcc.exe
 
index 67828f675ebaec0bbeaef6802cdfada7c49513dd..b00d18c73c5e4678d9f7b5174621d85c03a03055 100644 (file)
@@ -20,7 +20,7 @@ ifdef SDCC_SUB_VERSION
 CFLAGS         += -DSDCC_SUB_VERSION_STR=\"$(SDCC_SUB_VERSION)\"
 endif
 
-SLIBOBJS       = SDCCerr.o NewAlloc.o MySystem.o BuildCmd.o
+SLIBOBJS       = SDCCerr.o NewAlloc.o MySystem.o BuildCmd.o dbuf.o
 
 OBJECTS        = SDCCy.o SDCChasht.o SDCCmain.o \
                  SDCCsymt.o SDCCopt.o SDCCast.o SDCCmem.o SDCCval.o \
@@ -134,4 +134,3 @@ checkconf:
        fi
 
 # End of main_in.mk/main.mk
-
index 2ac292633020c2d2959af9352a99d682ee29d639..f4fd162e6ca5b8819786b5996f22421ad8045e2c 100644 (file)
@@ -100,6 +100,10 @@ SOURCE=.\cdbFile.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\support\Util\dbuf.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\support\Util\MySystem.c
 # End Source File
 # Begin Source File
@@ -253,6 +257,10 @@ SOURCE=.\common.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\support\Util\dbuf.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\support\Util\newalloc.h
 # End Source File
 # Begin Source File