| Build Log |
|
| Command Lines |
Creating temporary file "c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\RSP00000930281520.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\testroms.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\testroms.cpp ] Creating command line "cl.exe @c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\RSP00000930281520.rsp /nologo /errorReport:prompt" Creating temporary file "c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\RSP00000A30281520.rsp" with contents [ /OUT:"C:\WORK\jaguar\skunk\sources\testroms\Debug\testroms.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\testroms.exe.intermediate.manifest" /DEBUG /PDB:"c:\WORK\jaguar\skunk\sources\testroms\debug\testroms.pdb" /SUBSYSTEM:CONSOLE /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\stdafx.obj" ".\Debug\testroms.obj" ".\Debug\testroms.exe.embed.manifest.res" ] Creating command line "link.exe @c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\RSP00000A30281520.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\RSP00000B30281520.rsp" with contents [ /out:.\Debug\testroms.exe.embed.manifest /notify_update /manifest .\Debug\testroms.exe.intermediate.manifest ] Creating command line "mt.exe @c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\RSP00000B30281520.rsp /nologo" Creating temporary file "c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\BAT00000C30281520.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\BAT00000C30281520.bat" |
| Output Window |
Compiling...
testroms.cpp
c:\work\jaguar\skunk\sources\testroms\testroms\testroms.cpp(119) : 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\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\testroms\testroms\testroms.cpp(123) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(270) : see declaration of 'gets'
Linking...
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\WORK\jaguar\skunk\sources\testroms\testroms\Debug\BuildLog.htm" testroms - 0 error(s), 2 warning(s) |