From 3b6f9c48e5c1dcc35518eb356bdb7a78122cce06 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Mon, 2 Apr 2012 14:51:23 -0700 Subject: [PATCH] iASL: Update windows project file for new source file. Add aslsupport.l --- generate/msvc9/AslCompiler.vcproj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/generate/msvc9/AslCompiler.vcproj b/generate/msvc9/AslCompiler.vcproj index 0feb3e659..dfd61ea87 100755 --- a/generate/msvc9/AslCompiler.vcproj +++ b/generate/msvc9/AslCompiler.vcproj @@ -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" /> @@ -3585,6 +3587,10 @@ /> + +