mirror of
https://github.com/acpica/acpica/
synced 2024-12-25 03:46:53 +03:00
Update makefiles/projectfiles for new file, tbxfload.c
updates all makefiles and MS project files.
This commit is contained in:
parent
0a2f2503d0
commit
83136604a9
@ -205,6 +205,7 @@ OBJECTS = \
|
||||
tbinstal.o \
|
||||
tbutils.o \
|
||||
tbxface.o \
|
||||
tbxfload.o \
|
||||
tbxfroot.o \
|
||||
utaddress.o \
|
||||
utalloc.o \
|
||||
|
@ -114,6 +114,7 @@ OBJECTS = \
|
||||
tbinstal.o \
|
||||
tbutils.o \
|
||||
tbxface.o \
|
||||
tbxfload.o \
|
||||
tbxfroot.o \
|
||||
utaddress.o \
|
||||
utalloc.o \
|
||||
|
@ -2072,6 +2072,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfload.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfroot.c"
|
||||
>
|
||||
|
@ -779,6 +779,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfload.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfroot.c"
|
||||
>
|
||||
|
@ -1969,6 +1969,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfload.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfroot.c"
|
||||
>
|
||||
|
@ -2986,6 +2986,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfload.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\tables\tbxfroot.c"
|
||||
>
|
||||
|
@ -172,6 +172,7 @@ OBJECTS = \
|
||||
$(OBJDIR)/tbinstal.o \
|
||||
$(OBJDIR)/tbutils.o \
|
||||
$(OBJDIR)/tbxface.o \
|
||||
$(OBJDIR)/tbxfload.o \
|
||||
$(OBJDIR)/tbxfroot.o \
|
||||
$(OBJDIR)/utaddress.o \
|
||||
$(OBJDIR)/utalloc.o \
|
||||
|
@ -81,6 +81,7 @@ OBJECTS = \
|
||||
$(OBJDIR)/tbinstal.o \
|
||||
$(OBJDIR)/tbutils.o \
|
||||
$(OBJDIR)/tbxface.o \
|
||||
$(OBJDIR)/tbxfload.o \
|
||||
$(OBJDIR)/tbxfroot.o \
|
||||
$(OBJDIR)/utaddress.o \
|
||||
$(OBJDIR)/utalloc.o \
|
||||
|
Loading…
Reference in New Issue
Block a user