Build Log
  

Build started: Project: MazeRecursionExample, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\RSP0000018091288164.rsp" with contents
[
/Od /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\MazeRecursionExampleMain.cpp"
]
Creating command line "cl.exe @"c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\RSP0000018091288164.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\RSP0000028091288164.rsp" with contents
[
/OUT:"C:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\MazeRecursionExample.exe" /MANIFEST /MANIFESTFILE:"Debug\MazeRecursionExample.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\MazeRecursionExample.pdb" /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\MazeRecursionExampleMain.obj"
]
Creating command line "link.exe @"c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\RSP0000028091288164.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\RSP0000038091288164.rsp" with contents
[
/outputresource:".\Debug\MazeRecursionExample.exe;#1" /manifest

".\Debug\MazeRecursionExample.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\RSP0000038091288164.rsp" /nologo"
Creating temporary file "c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\BAT0000048091288164.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\BAT0000048091288164.bat"""
Output Window
  
Compiling...
MazeRecursionExampleMain.cpp
c:\users\jonathan\documents\computer science\csci 460\mazerecursionexample\mazerecursionexamplemain.cpp(162) : warning C4715: 'MazeRecursion' : not all control paths return a value
Linking...
LINK : C:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\MazeRecursionExample.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\Jonathan\Documents\Computer Science\CSCI 460\MazeRecursionExample\Debug\BuildLog.htm"
MazeRecursionExample - 0 error(s), 1 warning(s)