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

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: TriggerSystem - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\WINDOWS\TEMP\RSP2033.TMP" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/TriggerSystem.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\02 Orkin\test\Agent.cpp"
  13. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\02 Orkin\test\main.cpp"
  14. "C:\Windows\Desktop\AIWisdomCD\SourceCode\02 Useful Techniques and Specialized Systems\02 Orkin\test\TriggerSystem.cpp"
  15. ]
  16. Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP2033.TMP" 
  17. Creating temporary file "C:\WINDOWS\TEMP\RSP2034.TMP" with contents
  18. [
  19. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/TriggerSystem.pdb" /debug /machine:I386 /out:"Debug/TriggerSystem.exe" /pdbtype:sept 
  20. ".\Debug\Agent.obj"
  21. ".\Debug\main.obj"
  22. ".\Debug\TriggerSystem.obj"
  23. ]
  24. Creating command line "link.exe @C:\WINDOWS\TEMP\RSP2034.TMP"
  25. <h3>Output Window</h3>
  26. Compiling...
  27. Agent.cpp
  28. main.cpp
  29. TriggerSystem.cpp
  30. Linking...
  31.  
  32.  
  33.  
  34. <h3>Results</h3>
  35. TriggerSystem.exe - 0 error(s), 0 warning(s)
  36. </pre>
  37. </body>
  38. </html>
  39.