mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 08:54:16 +03:00
iASL: Update windows project file for new source file.
Add aslsupport.l
This commit is contained in:
parent
0adca1bedd
commit
3b6f9c48e5
@ -3547,7 +3547,8 @@
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Flex - Main compiler lexer generation ($(InputPath))"
|
||||
CommandLine="c:\GnuWin32\bin\flex.exe -PAslCompiler -i -s -oAslCompiler\$(InputName).l.c $(InputPath)
"
|
||||
Outputs="AslCompiler\$(InputName).l.c "
|
||||
AdditionalDependencies="$(InputDir)aslsupport.l"
|
||||
Outputs="AslCompiler\$(InputName).l.c"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -3557,6 +3558,7 @@
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Flex - Main compiler lexer generation ($(InputPath)) DEBUG"
|
||||
CommandLine="c:\GnuWin32\bin\flex.exe -PAslCompiler -i -s -oAslCompilerDebug\AslCompilerDebug.l.c $(InputPath)
"
|
||||
AdditionalDependencies="$(InputDir)aslsupport.l"
|
||||
Outputs="AslCompilerDebug\AslCompilerDebug.l.c "
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -3585,6 +3587,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\aslsupport.l"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\source\compiler\dtparser.l"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user