FontDlg.plg
上传用户:taiyu_2006
上传日期:2022-07-26
资源大小:36k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: FontDlg - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4B.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FontDlg.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:StudyVC++VC++learning复习FontDlgFontDlg.cpp"
  13. "E:StudyVC++VC++learning复习FontDlgFontDlgDoc.cpp"
  14. "E:StudyVC++VC++learning复习FontDlgFontDlgView.cpp"
  15. "E:StudyVC++VC++learning复习FontDlgMainFrm.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4B.tmp" 
  18. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4C.tmp" with contents
  19. [
  20. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FontDlg.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  21. "E:StudyVC++VC++learning复习FontDlgStdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4C.tmp" 
  24. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D.tmp" with contents
  25. [
  26. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/FontDlg.pdb" /debug /machine:I386 /out:"Debug/FontDlg.exe" /pdbtype:sept 
  27. ".DebugFontDlg.obj"
  28. ".DebugFontDlgDoc.obj"
  29. ".DebugFontDlgView.obj"
  30. ".DebugMainFrm.obj"
  31. ".DebugStdAfx.obj"
  32. ".DebugFontDlg.res"
  33. ]
  34. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D.tmp"
  35. <h3>Output Window</h3>
  36. Compiling...
  37. StdAfx.cpp
  38. Compiling...
  39. FontDlg.cpp
  40. FontDlgDoc.cpp
  41. FontDlgView.cpp
  42. MainFrm.cpp
  43. Generating Code...
  44. Linking...
  45. <h3>Results</h3>
  46. FontDlg.exe - 0 error(s), 0 warning(s)
  47. </pre>
  48. </body>
  49. </html>