Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004346242816.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\main.cpp" ".\IntBinaryTree.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004346242816.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\TMP00004446242816.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\IntBinaryTree.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\IntBinaryTree.exe.embed.manifest.res" "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\TMP00004446242816.tmp"" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004546242816.rsp" with contents [ /OUT:"C:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\Debug\IntBinaryTree.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\IntBinaryTree.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\Debug\IntBinaryTree.pdb" /SUBSYSTEM:CONSOLE /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 ".\Debug\IntBinaryTree.obj" ".\Debug\main.obj" ".\Debug\IntBinaryTree.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004546242816.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004646242816.rsp" with contents [ /out:".\Debug\IntBinaryTree.exe.embed.manifest" /notify_update /manifest ".\Debug\IntBinaryTree.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004646242816.rsp" /nologo" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\BAT00004746242816.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\BAT00004746242816.bat""" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\TMP00004846242816.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\IntBinaryTree.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\IntBinaryTree.exe.embed.manifest.res" "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\TMP00004846242816.tmp"" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004946242816.rsp" with contents [ /OUT:"C:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\Debug\IntBinaryTree.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\IntBinaryTree.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\Debug\IntBinaryTree.pdb" /SUBSYSTEM:CONSOLE /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 ".\Debug\IntBinaryTree.obj" ".\Debug\main.obj" ".\Debug\IntBinaryTree.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\RSP00004946242816.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... IntBinaryTree.cpp main.cpp Generating Code... Compiling manifest to resources... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. Linking... LINK : C:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\Debug\IntBinaryTree.exe not found or not built by the last incremental link; performing full link Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. |
Results |
Build log was saved at "file://c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\IntBinaryTree_solution\IntBinaryTree\Debug\BuildLog.htm" IntBinaryTree - 0 error(s), 0 warning(s) |