mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
Makefiles and project files: update for new source file.
New file is utilities/utpredef.c
This commit is contained in:
parent
b8bfcf1bbb
commit
cd230d278a
@ -604,6 +604,10 @@
|
||||
RelativePath="..\..\source\components\utilities\utownerid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utpredef.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utresrc.c"
|
||||
>
|
||||
|
@ -4,6 +4,7 @@
|
||||
Version="9.00"
|
||||
Name="AcpiHelp"
|
||||
ProjectGUID="{543CE235-637F-4302-BCD4-02C08A4277D9}"
|
||||
RootNamespace="AcpiHelp"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
@ -243,6 +244,15 @@
|
||||
<File
|
||||
RelativePath="..\..\source\tools\acpihelp\ahdecode.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
DisableLanguageExtensions="true"
|
||||
AssemblerOutput="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\tools\acpihelp\ahmain.c"
|
||||
@ -284,6 +294,14 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Utilities"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utpredef.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
@ -587,6 +587,10 @@
|
||||
RelativePath="..\..\source\components\utilities\utownerid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utpredef.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utresrc.c"
|
||||
>
|
||||
|
@ -622,6 +622,10 @@
|
||||
RelativePath="..\..\source\components\utilities\utownerid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utpredef.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utresrc.c"
|
||||
>
|
||||
|
@ -536,6 +536,10 @@
|
||||
RelativePath="..\..\source\components\utilities\utownerid.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utpredef.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\components\utilities\utresrc.c"
|
||||
>
|
||||
|
@ -202,6 +202,7 @@ OBJECTS = \
|
||||
$(OBJDIR)/utobject.o\
|
||||
$(OBJDIR)/utosi.o\
|
||||
$(OBJDIR)/utownerid.o\
|
||||
$(OBJDIR)/utpredef.o\
|
||||
$(OBJDIR)/utresrc.o\
|
||||
$(OBJDIR)/utstate.o\
|
||||
$(OBJDIR)/utstring.o\
|
||||
|
@ -34,7 +34,8 @@ OBJECTS = \
|
||||
$(OBJDIR)/ahpredef.o\
|
||||
$(OBJDIR)/ahmain.o\
|
||||
$(OBJDIR)/getopt.o\
|
||||
$(OBJDIR)/utexcep.o
|
||||
$(OBJDIR)/utexcep.o\
|
||||
$(OBJDIR)/utpredef.o
|
||||
|
||||
#
|
||||
# Flags specific to acpihelp
|
||||
|
@ -188,6 +188,7 @@ OBJECTS = \
|
||||
$(OBJDIR)/utmutex.o\
|
||||
$(OBJDIR)/utobject.o\
|
||||
$(OBJDIR)/utownerid.o\
|
||||
$(OBJDIR)/utpredef.o\
|
||||
$(OBJDIR)/utresrc.o\
|
||||
$(OBJDIR)/utstate.o\
|
||||
$(OBJDIR)/utstring.o\
|
||||
|
Loading…
x
Reference in New Issue
Block a user