iASL: Update windows project file for new source file.

Add aslsupport.l
This commit is contained in:
Robert Moore 2012-04-02 14:51:23 -07:00
parent 0adca1bedd
commit 3b6f9c48e5

View File

@ -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)&#x0D;&#x0A;"
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"
>