mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 16:34:24 +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 \
|
||||
adisasm.o \
|
||||
adwalk.o \
|
||||
ahpredef.o \
|
||||
aslanalyze.o \
|
||||
aslbtypes.o \
|
||||
aslcodegen.o \
|
||||
|
@ -248,15 +248,15 @@
|
||||
RelativePath="..\..\source\tools\acpihelp\ahmain.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\tools\acpihelp\ahpredef.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Common"
|
||||
Filter=".c"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\source\common\ahpredef.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\common\getopt.c"
|
||||
>
|
||||
|
@ -1602,6 +1602,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\common\ahpredef.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\common\dmextern.c"
|
||||
>
|
||||
|
@ -45,6 +45,7 @@ OBJECTS = \
|
||||
$(OBJDIR)/adfile.o \
|
||||
$(OBJDIR)/adisasm.o \
|
||||
$(OBJDIR)/adwalk.o \
|
||||
$(OBJDIR)/ahpredef.o \
|
||||
$(OBJDIR)/aslanalyze.o \
|
||||
$(OBJDIR)/aslbtypes.o \
|
||||
$(OBJDIR)/aslcodegen.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user