| 12345678910111213141516171819202122232425262728293031323334353637 |
- 生成启动时间为 2017/7/3 17:14:43。
- 1>项目“E:\zProject\Code\Middleware-SLWY\Logger\Logger.vcxproj”在节点 2 上(build 个目标)。
- 1>InitializeBuildStatus:
- 正在创建“Debug\Logger.unsuccessfulbuild”,因为已指定“AlwaysCreate”。
- ClCompile:
- C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D LOGGER_EXPORTS /D _WINDLL /D _MBCS /Gm /EHsc /RTC1 /MTd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"StdAfx.h" /Fp"Debug\Logger.pch" /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt stdafx.cpp
- stdafx.cpp
- C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D LOGGER_EXPORTS /D _WINDLL /D _MBCS /Gm /EHsc /RTC1 /MTd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"StdAfx.h" /Fp"Debug\Logger.pch" /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt Logger.cpp LoggerEntity.cpp
- LoggerEntity.cpp
- Logger.cpp
- 正在生成代码...
- ResourceCompile:
- C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /l"0x0409" /nologo /fo"Debug\Logger.res" Logger.rc
- ManifestResourceCompile:
- C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"Debug\Logger.dll.embed.manifest.res" Debug\Logger_manifest.rc
- Link:
- C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"E:\zProject\Code\Middleware-SLWY\Debug\Logger.dll" /INCREMENTAL /NOLOGO /MANIFEST /ManifestFile:"Debug\Logger.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"E:\zProject\Code\Middleware-SLWY\Debug\Logger.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\zProject\Code\Middleware-SLWY\Debug\Logger.lib" /MACHINE:X86 /DLL Debug\Logger.res
- Debug\Logger.dll.embed.manifest.res
- Debug\Logger.obj
- Debug\LoggerEntity.obj
- Debug\stdafx.obj
- 正在创建库 E:\zProject\Code\Middleware-SLWY\Debug\Logger.lib 和对象 E:\zProject\Code\Middleware-SLWY\Debug\Logger.exp
- Manifest:
- C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /out:"Debug\Logger.dll.embed.manifest" /manifest Debug\Logger.dll.intermediate.manifest "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Include\Manifest\dpiaware.manifest"
- 所有输出均为最新。
- LinkEmbedManifest:
- 所有输出均为最新。
- Logger.vcxproj -> E:\zProject\Code\Middleware-SLWY\Debug\Logger.dll
- FinalizeBuildStatus:
- 正在删除文件“Debug\Logger.unsuccessfulbuild”。
- 正在对“Debug\Logger.lastbuildstate”执行 Touch 任务。
- 1>已完成生成项目“E:\zProject\Code\Middleware-SLWY\Logger\Logger.vcxproj”(build 个目标)的操作。
- 生成成功。
- 已用时间 00:00:19.74
|