mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 00:44:17 +03:00
Project/Make files: Update for file move.
Moved ahpredef.c to the common directory for use by iASL in addition to AcpiHelp.
This commit is contained in:
parent
97a2049af8
commit
3773b5ac3e
@ -77,6 +77,7 @@ OBJECTS = \
|
|||||||
adfile.o \
|
adfile.o \
|
||||||
adisasm.o \
|
adisasm.o \
|
||||||
adwalk.o \
|
adwalk.o \
|
||||||
|
ahpredef.o \
|
||||||
aslanalyze.o \
|
aslanalyze.o \
|
||||||
aslbtypes.o \
|
aslbtypes.o \
|
||||||
aslcodegen.o \
|
aslcodegen.o \
|
||||||
|
@ -248,15 +248,15 @@
|
|||||||
RelativePath="..\..\source\tools\acpihelp\ahmain.c"
|
RelativePath="..\..\source\tools\acpihelp\ahmain.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\source\tools\acpihelp\ahpredef.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common"
|
Name="Common"
|
||||||
Filter=".c"
|
Filter=".c"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\common\ahpredef.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\common\getopt.c"
|
RelativePath="..\..\source\common\getopt.c"
|
||||||
>
|
>
|
||||||
|
@ -1602,6 +1602,10 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\common\ahpredef.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\common\dmextern.c"
|
RelativePath="..\..\source\common\dmextern.c"
|
||||||
>
|
>
|
||||||
|
@ -45,6 +45,7 @@ OBJECTS = \
|
|||||||
$(OBJDIR)/adfile.o \
|
$(OBJDIR)/adfile.o \
|
||||||
$(OBJDIR)/adisasm.o \
|
$(OBJDIR)/adisasm.o \
|
||||||
$(OBJDIR)/adwalk.o \
|
$(OBJDIR)/adwalk.o \
|
||||||
|
$(OBJDIR)/ahpredef.o \
|
||||||
$(OBJDIR)/aslanalyze.o \
|
$(OBJDIR)/aslanalyze.o \
|
||||||
$(OBJDIR)/aslbtypes.o \
|
$(OBJDIR)/aslbtypes.o \
|
||||||
$(OBJDIR)/aslcodegen.o \
|
$(OBJDIR)/aslcodegen.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user