Build Log
  

Build started: Project: TheParser, Configuration: Release|Win32

Command Lines
  
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BAT00019927763748.bat" with contents
[
@echo off

bison -oparser.cpp -d -v parser.y



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BAT00019927763748.bat"""
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BAT00019A27763748.bat" with contents
[
@echo off

flex -olexer.cpp -8 lexer.l



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BAT00019A27763748.bat"""
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019B27763748.rsp" with contents
[
/Od /I "D:\Home\Visual Studio 2005\Projects\YapSolution\SDControls" /I "D:\Home\Visual Studio 2005\Projects\YapSolution\YapInterface" /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXEXT" /D "_WINDLL" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /FD /EHa /RTCs /MD /Yc"stdafx.h" /Fp"Release\TheParser.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP  /D "BUILD_THEPARSER"

".\lexer_util.cpp"

".\InputDialogBox.cpp"
]
Creating command line "cl.exe @"d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019B27763748.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019C27763748.rsp" with contents
[
/Od /I "D:\Home\Visual Studio 2005\Projects\YapSolution\SDControls" /I "D:\Home\Visual Studio 2005\Projects\YapSolution\YapInterface" /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXEXT" /D "_WINDLL" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /FD /EHa /RTCs /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP  /D "BUILD_THEPARSER"

".\parser.cpp"

".\lexer.cpp"
]
Creating command line "cl.exe @"d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019C27763748.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019D27763748.rsp" with contents
[
/OUT:"D:\Home\Visual Studio 2005\siliners\bin\TheParser.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:"Release\TheParser.dll.intermediate.manifest" /DEF:".\TheParser.def" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /IMPLIB:"D:\Home\Visual Studio 2005\siliners\lib\TheParser.lib" /MACHINE:X86 SDControls.lib YapInterface.lib "..\..\..\siliners\lib\SDControls.lib" "..\..\..\siliners\bin\language-ko.lib" "..\..\..\siliners\lib\YapInterface.lib"

".\Release\EditInput.obj"

".\Release\InputDialogBox.obj"

".\Release\KeywordLexer.obj"

".\Release\KeywordParser.obj"

".\Release\lexer.obj"

".\Release\lexer_util.obj"

".\Release\parser.obj"

".\Release\parser_util.obj"

".\Release\random.obj"

".\Release\stdafx.obj"

".\Release\SyntaxAnalyzer.obj"

".\Release\TheParser.obj"

".\Release\theparser_type.obj"

".\Release\userdefinedtype.obj"

".\Release\TheParser.res"
]
Creating command line "link.exe @"d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019D27763748.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019E27763748.rsp" with contents
[
/outputresource:"..\..\..\siliners\bin\TheParser.dll;#2" /manifest

".\Release\TheParser.dll.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\RSP00019E27763748.rsp" /nologo"
Creating temporary file "d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BAT00019F27763748.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BAT00019F27763748.bat"""
Output Window
  
Performing Custom Build Step
Performing Custom Build Step
Compiling...
lexer_util.cpp
InputDialogBox.cpp
Compiling...
parser.cpp
lexer.cpp
Generating Code...
Linking...
   Creating library D:\Home\Visual Studio 2005\siliners\lib\TheParser.lib and object D:\Home\Visual Studio 2005\siliners\lib\TheParser.exp
Embedding manifest...
Results
  
Build log was saved at "file://d:\Home\Visual Studio 2005\Projects\YapSolution\TheParser\Release\BuildLog.htm"
TheParser - 0 error(s), 0 warning(s)