Update makefiles/projectfiles for new file, tbxfload.c

updates all makefiles and MS project files.
This commit is contained in:
Robert Moore 2012-06-29 10:55:25 -07:00
parent 0a2f2503d0
commit 83136604a9
8 changed files with 20 additions and 0 deletions

View File

@ -205,6 +205,7 @@ OBJECTS = \
tbinstal.o \ tbinstal.o \
tbutils.o \ tbutils.o \
tbxface.o \ tbxface.o \
tbxfload.o \
tbxfroot.o \ tbxfroot.o \
utaddress.o \ utaddress.o \
utalloc.o \ utalloc.o \

View File

@ -114,6 +114,7 @@ OBJECTS = \
tbinstal.o \ tbinstal.o \
tbutils.o \ tbutils.o \
tbxface.o \ tbxface.o \
tbxfload.o \
tbxfroot.o \ tbxfroot.o \
utaddress.o \ utaddress.o \
utalloc.o \ utalloc.o \

View File

@ -2072,6 +2072,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\..\source\components\tables\tbxfload.c"
>
</File>
<File <File
RelativePath="..\..\source\components\tables\tbxfroot.c" RelativePath="..\..\source\components\tables\tbxfroot.c"
> >

View File

@ -779,6 +779,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\..\source\components\tables\tbxfload.c"
>
</File>
<File <File
RelativePath="..\..\source\components\tables\tbxfroot.c" RelativePath="..\..\source\components\tables\tbxfroot.c"
> >

View File

@ -1969,6 +1969,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\..\source\components\tables\tbxfload.c"
>
</File>
<File <File
RelativePath="..\..\source\components\tables\tbxfroot.c" RelativePath="..\..\source\components\tables\tbxfroot.c"
> >

View File

@ -2986,6 +2986,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\..\source\components\tables\tbxfload.c"
>
</File>
<File <File
RelativePath="..\..\source\components\tables\tbxfroot.c" RelativePath="..\..\source\components\tables\tbxfroot.c"
> >

View File

@ -172,6 +172,7 @@ OBJECTS = \
$(OBJDIR)/tbinstal.o \ $(OBJDIR)/tbinstal.o \
$(OBJDIR)/tbutils.o \ $(OBJDIR)/tbutils.o \
$(OBJDIR)/tbxface.o \ $(OBJDIR)/tbxface.o \
$(OBJDIR)/tbxfload.o \
$(OBJDIR)/tbxfroot.o \ $(OBJDIR)/tbxfroot.o \
$(OBJDIR)/utaddress.o \ $(OBJDIR)/utaddress.o \
$(OBJDIR)/utalloc.o \ $(OBJDIR)/utalloc.o \

View File

@ -81,6 +81,7 @@ OBJECTS = \
$(OBJDIR)/tbinstal.o \ $(OBJDIR)/tbinstal.o \
$(OBJDIR)/tbutils.o \ $(OBJDIR)/tbutils.o \
$(OBJDIR)/tbxface.o \ $(OBJDIR)/tbxface.o \
$(OBJDIR)/tbxfload.o \
$(OBJDIR)/tbxfroot.o \ $(OBJDIR)/tbxfroot.o \
$(OBJDIR)/utaddress.o \ $(OBJDIR)/utaddress.o \
$(OBJDIR)/utalloc.o \ $(OBJDIR)/utalloc.o \