Build Log |
|
Command Lines |
Creating temporary file "e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\RSP00000738726460.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /openmp /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP .\ompHelloWorld.cpp ] Creating command line "cl.exe @e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\RSP00000738726460.rsp /nologo /errorReport:prompt" Creating temporary file "e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\RSP00000838726460.rsp" with contents [ /OUT:"E:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\HelloWorld.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\HelloWorld.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\HelloWorld.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\ompHelloWorld.obj" ".\Debug\HelloWorld.exe.embed.manifest.res" ] Creating command line "link.exe @e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\RSP00000838726460.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\RSP00000938726460.rsp" with contents [ /out:.\Debug\HelloWorld.exe.embed.manifest /notify_update /manifest .\Debug\HelloWorld.exe.intermediate.manifest ] Creating command line "mt.exe @e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\RSP00000938726460.rsp /nologo" Creating temporary file "e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\BAT00000A38726460.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\BAT00000A38726460.bat" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release ompHelloWorld.cpp e:\work\courses\hpc2010\0_3_helloworld\omphelloworld.cpp(51) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details. c:\program files (x86)\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch' Linking... Embedding manifest... |
Results |
Build log was saved at "file://e:\Work\Courses\HPC2010\0_3_HelloWorld\Debug\BuildLog.htm" HelloWorld - 0 error(s), 2 warning(s) |