date 2000.11.06.17.36.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-06-29 07:56:27 +00:00
parent 21ae2591d8
commit 046ee43042

View File

@ -213,10 +213,6 @@ SOURCE=..\..\AslCompiler\aslopcodes.c
# End Source File
# Begin Source File
SOURCE=..\..\AslCompiler\aslosd.c
# End Source File
# Begin Source File
SOURCE=..\..\AslCompiler\aslresource.c
# End Source File
# Begin Source File
@ -239,6 +235,10 @@ SOURCE=..\..\AslCompiler\aslutils.c
SOURCE=..\..\Tools\Common\getopt.c
# End Source File
# Begin Source File
SOURCE=..\..\OsInterface\WinApp\oswinxf.c
# End Source File
# End Group
# Begin Group "Parser"
@ -296,7 +296,7 @@ SOURCE=../../AslCompiler/AslCompiler.l
InputPath=../../AslCompiler/AslCompiler.l
"$(InputPath).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
flex.exe -PAslCompiler -i -o$(InputPath).c $(InputPath)
..\..\ThirdPartyTools\BisonFlex\flex.exe -PAslCompiler -i -o$(InputPath).c $(InputPath)
# End Custom Build
@ -307,7 +307,7 @@ InputPath=../../AslCompiler/AslCompiler.l
InputPath=../../AslCompiler/AslCompiler.l
"$(InputPath).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
flex.exe -PAslCompiler -i -o$(InputPath).c $(InputPath)
..\..\ThirdPartyTools\BisonFlex\flex.exe -PAslCompiler -i -o$(InputPath).c $(InputPath)
# End Custom Build
@ -325,7 +325,7 @@ SOURCE=../../AslCompiler/AslCompiler.y
InputPath=../../AslCompiler/AslCompiler.y
BuildCmds= \
bison.exe -pAslCompiler -t -d -v -o$(InputPath).c $(InputPath)
..\..\ThirdPartyTools\BisonFlex\bison_custom.exe -pAslCompiler -t -d -v -o$(InputPath).c $(InputPath)
"$(InputPath).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@ -341,7 +341,7 @@ BuildCmds= \
InputPath=../../AslCompiler/AslCompiler.y
BuildCmds= \
bison.exe -pAslCompiler -t -d -v -o$(InputPath).c $(InputPath)
..\..\ThirdPartyTools\BisonFlex\bison_custom.exe -pAslCompiler -t -d -v -o$(InputPath).c $(InputPath)
"$(InputPath).c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)