Build Log
  

Build started: Project: pp1, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\BAT00007F46161040.bat" with contents
[
@echo off

"C:\Program Files\GnuWin32\bin\flex" -d -Sflex.skl scanner.l

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "flex -d scanner.l"

exit 1

:VCEnd
]
Creating command line """c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\BAT00007F46161040.bat"""
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008046161040.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\windows.cc"

".\lex.yy.c"

".\utility.cc"

".\main.cc"

".\errors.cc"
]
Creating command line "cl.exe @"c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008046161040.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\TMP00008146161040.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\pp1.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\pp1.exe.embed.manifest.res" "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\TMP00008146161040.tmp""
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008246161040.rsp" with contents
[
/OUT:"C:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\Debug\pp1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\pp1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\Debug\pp1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\errors.obj"

".\Debug\main.obj"

".\Debug\utility.obj"

".\Debug\lex.yy.obj"

".\Debug\windows.obj"

".\Debug\pp1.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008246161040.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008346161040.rsp" with contents
[
/out:".\Debug\pp1.exe.embed.manifest" /notify_update /manifest

".\Debug\pp1.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008346161040.rsp" /nologo"
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\BAT00008446161040.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\BAT00008446161040.bat"""
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\TMP00008546161040.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\pp1.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\pp1.exe.embed.manifest.res" "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\TMP00008546161040.tmp""
Creating temporary file "c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008646161040.rsp" with contents
[
/OUT:"C:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\Debug\pp1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\pp1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\Debug\pp1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\errors.obj"

".\Debug\main.obj"

".\Debug\utility.obj"

".\Debug\lex.yy.obj"

".\Debug\windows.obj"

".\Debug\pp1.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\RSP00008646161040.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
flex -d scanner.l
Compiling...
errors.cc
c:\users\keith\documents\visual studio 2008\projects\pp1\pp1\errors.cc(34) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
main.cc
utility.cc
c:\users\keith\documents\visual studio 2008\projects\pp1\pp1\utility.cc(21) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
c:\users\keith\documents\visual studio 2008\projects\pp1\pp1\utility.cc(56) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
lex.yy.c
windows.cc
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : C:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\Debug\pp1.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://c:\Users\Keith\Documents\Visual Studio 2008\Projects\pp1\pp1\Debug\BuildLog.htm"
pp1 - 0 error(s), 3 warning(s)