EncryptDecrypt.plg 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: EncryptDecrypt - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\DOCUME~1\Scott\LOCALS~1\Temp\RSP37A3.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/EncryptDecrypt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
  12. "C:\Documents and Settings\Scott\Desktop\ditto\EncryptDecrypt\Encryption.cpp"
  13. "C:\Documents and Settings\Scott\Desktop\ditto\EncryptDecrypt\MemUtil.cpp"
  14. "C:\Documents and Settings\Scott\Desktop\ditto\EncryptDecrypt\NewRandom.cpp"
  15. "C:\Documents and Settings\Scott\Desktop\ditto\EncryptDecrypt\rijndael.cpp"
  16. "C:\Documents and Settings\Scott\Desktop\ditto\EncryptDecrypt\sha2.cpp"
  17. ]
  18. Creating command line "cl.exe @C:\DOCUME~1\Scott\LOCALS~1\Temp\RSP37A3.tmp"
  19. Creating temporary file "C:\DOCUME~1\Scott\LOCALS~1\Temp\RSP37A4.tmp" with contents
  20. [
  21. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/EncryptDecrypt.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
  22. "C:\Documents and Settings\Scott\Desktop\ditto\EncryptDecrypt\StdAfx.cpp"
  23. ]
  24. Creating command line "cl.exe @C:\DOCUME~1\Scott\LOCALS~1\Temp\RSP37A4.tmp"
  25. Creating command line "link.exe -lib /nologo /out:"Debug\EncryptDecryptD.lib" ".\Debug\Encryption.obj" ".\Debug\MemUtil.obj" ".\Debug\NewRandom.obj" ".\Debug\rijndael.obj" ".\Debug\sha2.obj" ".\Debug\StdAfx.obj" "
  26. <h3>Output Window</h3>
  27. Compiling...
  28. StdAfx.cpp
  29. Compiling...
  30. Encryption.cpp
  31. MemUtil.cpp
  32. NewRandom.cpp
  33. rijndael.cpp
  34. sha2.cpp
  35. Generating Code...
  36. Creating library...
  37. Creating temporary file "C:\DOCUME~1\Scott\LOCALS~1\Temp\RSP37A5.bat" with contents
  38. [
  39. @echo off
  40. copy .\Debug\*.lib ..\
  41. ]
  42. Creating command line "C:\DOCUME~1\Scott\LOCALS~1\Temp\RSP37A5.bat"
  43. .\Debug\EncryptDecryptD.lib
  44. 1 file(s) copied.
  45. <h3>Results</h3>
  46. EncryptDecryptD.lib - 0 error(s), 0 warning(s)
  47. </pre>
  48. </body>
  49. </html>