Build Log |
|
Command Lines |
Creating temporary file "e:\work\parser\vc\vc\Debug\RSP0000211004644.rsp" with contents [ /Od /I "E:\work\parser\parser" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TC ..\..\parser\parser.c ..\..\parser\main.c ..\..\parser\parser_ext.c ] Creating command line "cl.exe @e:\work\parser\vc\vc\Debug\RSP0000211004644.rsp /nologo /errorReport:prompt" Creating temporary file "e:\work\parser\vc\vc\Debug\RSP0000221004644.rsp" with contents [ /Od /I "E:\work\parser\parser" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\vc.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\stdafx.cpp ] Creating command line "cl.exe @e:\work\parser\vc\vc\Debug\RSP0000221004644.rsp /nologo /errorReport:prompt" Creating temporary file "e:\work\parser\vc\vc\Debug\RSP0000231004644.rsp" with contents [ /Od /I "E:\work\parser\parser" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\vc.cpp ] Creating command line "cl.exe @e:\work\parser\vc\vc\Debug\RSP0000231004644.rsp /nologo /errorReport:prompt" Creating temporary file "e:\work\parser\vc\vc\Debug\TMP0000241004644.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\vc.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\vc.exe.embed.manifest.res" e:\work\parser\vc\vc\Debug\TMP0000241004644.tmp" Creating temporary file "e:\work\parser\vc\vc\Debug\RSP0000251004644.rsp" with contents [ /OUT:"E:\work\parser\vc\Debug\vc.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\vc.exe.intermediate.manifest" /DEBUG /PDB:"e:\work\parser\vc\debug\vc.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib ".\debug\stdafx.obj" ".\debug\vc.obj" ".\debug\parser_ext.obj" ".\debug\main.obj" ".\debug\parser.obj" ".\Debug\vc.exe.embed.manifest.res" ] Creating command line "link.exe @e:\work\parser\vc\vc\Debug\RSP0000251004644.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "e:\work\parser\vc\vc\Debug\RSP0000261004644.rsp" with contents [ /out:.\debug\vc.exe.embed.manifest /notify_update /manifest .\debug\vc.exe.intermediate.manifest ] Creating command line "mt.exe @e:\work\parser\vc\vc\Debug\RSP0000261004644.rsp /nologo" Creating temporary file "e:\work\parser\vc\vc\Debug\BAT0000271004644.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep ] Creating command line "e:\work\parser\vc\vc\Debug\BAT0000271004644.bat" Creating temporary file "e:\work\parser\vc\vc\Debug\TMP0000281004644.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\vc.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\vc.exe.embed.manifest.res" e:\work\parser\vc\vc\Debug\TMP0000281004644.tmp" Creating temporary file "e:\work\parser\vc\vc\Debug\RSP0000291004644.rsp" with contents [ /OUT:"E:\work\parser\vc\Debug\vc.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\vc.exe.intermediate.manifest" /DEBUG /PDB:"e:\work\parser\vc\debug\vc.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib ".\debug\stdafx.obj" ".\debug\vc.obj" ".\debug\parser_ext.obj" ".\debug\main.obj" ".\debug\parser.obj" ".\Debug\vc.exe.embed.manifest.res" ] Creating command line "link.exe @e:\work\parser\vc\vc\Debug\RSP0000291004644.rsp /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... parser_ext.c main.c parser.c Generating Code... Compiling... vc.cpp e:\work\parser\vc\vc\vc.cpp(19) : warning C4996: 'getch' was declared deprecated c:\programme\microsoft visual studio 8\vc\include\conio.h(145) : see declaration of 'getch' Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.' Compiling manifest to resources... Linking... LINK : E:\work\parser\vc\Debug\vc.exe not found or not built by the last incremental link; performing full link Embedding manifest... |
Results |
Build log was saved at "file://e:\work\parser\vc\vc\Debug\BuildLog.htm" vc - 0 error(s), 1 warning(s) |