Build Log |
|
Command Lines |
Creating temporary file "c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\RSP00001711242056.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"x64\Debug\\" /Fd"x64\Debug\vc90.pdb" /W3 /c /Wp64 /Zi /TP ".\Trim.cpp" ] Creating command line "cl.exe @"c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\RSP00001711242056.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\RSP00001811242056.rsp" with contents [ /OUT:"C:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\x64\Debug\Demo.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"x64\Debug\Demo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\x64\Debug\Demo.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\x64\Debug\Trim.obj" ".\x64\Debug\Demo.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\RSP00001811242056.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\RSP00001911242056.rsp" with contents [ /out:".\x64\Debug\Demo.exe.embed.manifest" /notify_update /manifest ".\x64\Debug\Demo.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\RSP00001911242056.rsp" /nologo" Creating temporary file "c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\BAT00001A11242056.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\Debug\mt.dep" ] Creating command line """c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\BAT00001A11242056.bat""" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release Trim.cpp .\Trim.cpp(9) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\VC\include\string.h(207) : see declaration of 'strdup' .\Trim.cpp(21) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details. D:\Microsoft Visual Studio\VC\include\string.h(207) : see declaration of 'strdup' Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\Users\Wyvern\Documents\Visual Studio 2008\Projects\Demo\Demo\x64\Debug\BuildLog.htm" Demo - 0 error(s), 3 warning(s) |