home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / Extension / Tutorial / step2 / ADsFirstExt.plg < prev    next >
Encoding:
Text File  |  1999-04-28  |  2.4 KB  |  58 lines

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ADsFirstExt - Win32 Release MinDependency--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"ReleaseMinDependency/ADsFirstExt.res" /d "NDEBUG" /d "_AFXDLL" "C:\Content\sdk\Samples\Extension\Tutorial\step2\ADsFirstExt.rc"" 
  10. Creating temporary file "C:\TEMP\RSP7F2.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Fp"ReleaseMinDependency/ADsFirstExt.pch" /Yu"stdafx.h" /Fo"ReleaseMinDependency/" /Fd"ReleaseMinDependency/" /FD /c 
  13. "C:\Content\sdk\Samples\Extension\Tutorial\step2\ADsFirstExt.cpp"
  14. "C:\Content\sdk\Samples\Extension\Tutorial\step2\HelloWorld.cpp"
  15. ]
  16. Creating command line "cl.exe @C:\TEMP\RSP7F2.tmp" 
  17. Creating temporary file "C:\TEMP\RSP7F3.tmp" with contents
  18. [
  19. /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Fp"ReleaseMinDependency/ADsFirstExt.pch" /Yc"stdafx.h" /Fo"ReleaseMinDependency/" /Fd"ReleaseMinDependency/" /FD /c 
  20. "C:\Content\sdk\Samples\Extension\Tutorial\step2\StdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:\TEMP\RSP7F3.tmp" 
  23. Creating temporary file "C:\TEMP\RSP7F4.tmp" with contents
  24. [
  25. activeds.lib adsiid.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"ReleaseMinDependency/ADsFirstExt.pdb" /machine:I386 /def:".\ADsFirstExt.def" /out:"ReleaseMinDependency/ADsFirstExt.dll" /implib:"ReleaseMinDependency/ADsFirstExt.lib" 
  26. .\ReleaseMinDependency\ADsFirstExt.obj
  27. .\ReleaseMinDependency\HelloWorld.obj
  28. .\ReleaseMinDependency\StdAfx.obj
  29. .\ReleaseMinDependency\ADsFirstExt.res
  30. ]
  31. Creating command line "link.exe @C:\TEMP\RSP7F4.tmp"
  32. Creating temporary file "C:\TEMP\RSP7F5.bat" with contents
  33. [
  34. @echo off
  35. regsvr32 /s /c ".\ReleaseMinDependency\ADsFirstExt.dll"
  36. echo regsvr32 exec. time > ".\ReleaseMinDependency\regsvr32.trg"
  37. ]
  38. Creating command line "C:\TEMP\RSP7F5.bat"
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. ADsFirstExt.cpp
  44. HelloWorld.cpp
  45. Generating Code...
  46. Linking...
  47.    Creating library ReleaseMinDependency/ADsFirstExt.lib and object ReleaseMinDependency/ADsFirstExt.exp
  48. <h3>Output Window</h3>
  49. Performing registration
  50.  
  51.  
  52.  
  53. <h3>Results</h3>
  54. ADsFirstExt.dll - 0 error(s), 0 warning(s)
  55. </pre>
  56. </body>
  57. </html>
  58.