home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 02 Useful Techniques / 07 Vykruta / LOSGridDemo.plg < prev    next >
Encoding:
Text File  |  2001-12-10  |  2.2 KB  |  55 lines

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: LOSGridDemo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"Debug/LOSGridDemo.res" /d "_DEBUG" "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\07 Vykruta\LOSGridDemo.rc"" 
  10. Creating temporary file "C:\WINDOWS\TEMP\RSP2E2.TMP" with contents
  11. [
  12. /nologo /MTd /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/LOSGridDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\07 Vykruta\ChildView.cpp"
  14. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\07 Vykruta\LOSGridDemo.cpp"
  15. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\07 Vykruta\MainFrm.cpp"
  16. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\07 Vykruta\TransformMat.cpp"
  17. ]
  18. Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP2E2.TMP" 
  19. Creating temporary file "C:\WINDOWS\TEMP\RSP02E3.TMP" with contents
  20. [
  21. /nologo /MTd /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/LOSGridDemo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  22. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\07 Vykruta\StdAfx.cpp"
  23. ]
  24. Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP02E3.TMP" 
  25. Creating temporary file "C:\WINDOWS\TEMP\RSP02E4.TMP" with contents
  26. [
  27. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/LOSGridDemo.pdb" /debug /machine:I386 /out:"Debug/LOSGridDemo.exe" /pdbtype:sept 
  28. ".\Debug\ChildView.obj"
  29. ".\Debug\LOSGridDemo.obj"
  30. ".\Debug\MainFrm.obj"
  31. ".\Debug\StdAfx.obj"
  32. ".\Debug\TransformMat.obj"
  33. ".\Debug\LOSGridDemo.res"
  34. ]
  35. Creating command line "link.exe @C:\WINDOWS\TEMP\RSP02E4.TMP"
  36. <h3>Output Window</h3>
  37. Compiling resources...
  38. Compiling...
  39. StdAfx.cpp
  40. Compiling...
  41. ChildView.cpp
  42. LOSGridDemo.cpp
  43. MainFrm.cpp
  44. TransformMat.cpp
  45. Generating Code...
  46. Linking...
  47.  
  48.  
  49.  
  50. <h3>Results</h3>
  51. LOSGridDemo.exe - 0 error(s), 0 warning(s)
  52. </pre>
  53. </body>
  54. </html>
  55.