| Build Log |
|
| Command Lines |
Creating temporary file "c:\Users\Mark\Desktop\Prototype\Lab9\Release\RSP0000AC43164108.rsp" with contents [ /O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP .\main.cpp ] Creating command line "cl.exe @c:\Users\Mark\Desktop\Prototype\Lab9\Release\RSP0000AC43164108.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\Mark\Desktop\Prototype\Lab9\Release\RSP0000AD43164108.rsp" with contents [ /OUT:"C:\Users\Mark\Desktop\Prototype\Lab9\Release\Pillars of Destruction.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\Pillars of Destruction.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Mark\Desktop\Prototype\Lab9\Release\Pillars of Destruction.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /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 ".\Release\backGround.obj" ".\Release\Camera.obj" ".\Release\main.obj" ".\Release\Missile.obj" ".\Release\Particles.obj" ".\Release\Planet.obj" ".\Release\Ship.obj" ] Creating command line "link.exe @c:\Users\Mark\Desktop\Prototype\Lab9\Release\RSP0000AD43164108.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Mark\Desktop\Prototype\Lab9\Release\RSP0000AE43164108.rsp" with contents [ /outputresource:".\Release\Pillars of Destruction.exe;#1" /manifest ".\Release\Pillars of Destruction.exe.intermediate.manifest" ] Creating command line "mt.exe @c:\Users\Mark\Desktop\Prototype\Lab9\Release\RSP0000AE43164108.rsp /nologo" Creating temporary file "c:\Users\Mark\Desktop\Prototype\Lab9\Release\BAT0000AF43164108.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep ] Creating command line "c:\Users\Mark\Desktop\Prototype\Lab9\Release\BAT0000AF43164108.bat" |
| Output Window |
Compiling...
main.cpp
c:\users\mark\desktop\prototype\lab9\backGround.h(259) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\main.cpp(316) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(386) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(444) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(459) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(475) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(547) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\main.cpp(555) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\main.cpp(578) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(580) : warning C4018: '<' : signed/unsigned mismatch
.\main.cpp(684) : warning C4101: 'y' : unreferenced local variable
.\main.cpp(684) : warning C4101: 'x' : unreferenced local variable
.\main.cpp(798) : warning C4101: 'input' : unreferenced local variable
Linking...
Generating code
Finished generating code
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\Users\Mark\Desktop\Prototype\Lab9\Release\BuildLog.htm" Pillars of Destruction - 0 error(s), 13 warning(s) |