57 lines
4.6 KiB
Plaintext
57 lines
4.6 KiB
Plaintext
生成启动时间为 2020-03-30 20:00:28。
|
||
1>项目“H:\git\wnmj\wnmj\Servers\服务器组件\服务核心\ServiceCore.vcxproj”在节点 2 上(Build 个目标)。
|
||
1>ClCompile:
|
||
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D _AFXEXT /D SERVICE_CORE_DLL /D _WINDLL /D _MBCS /D _AFXDLL /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"stdafx.h" /Fp"Debug\ServiceCoreD.pch" /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt ServiceCore.cpp WHAllocationID.cpp WHCommandLine.cpp WHDataLocker.cpp WHDataQueue.cpp WHEncrypt.cpp WHIniData.cpp WHRegKey.cpp WHService.cpp WHThread.cpp
|
||
ServiceCore.cpp
|
||
正在生成代码...
|
||
正在编译...
|
||
WHThread.cpp
|
||
WHService.cpp
|
||
1>h:\git\wnmj\wnmj\servers\服务器组件\服务核心\whservice.cpp(176): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
||
c:\program files (x86)\microsoft visual studio 12.0\vc\include\string.h(112) : 参见“strcpy”的声明
|
||
1>h:\git\wnmj\wnmj\servers\服务器组件\服务核心\whservice.cpp(183): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
||
c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(356) : 参见“sprintf”的声明
|
||
WHRegKey.cpp
|
||
WHIniData.cpp
|
||
WHEncrypt.cpp
|
||
1>h:\git\wnmj\wnmj\servers\服务器组件\服务核心\whencrypt.cpp(359): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
||
c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(356) : 参见“sprintf”的声明
|
||
1>h:\git\wnmj\wnmj\servers\服务器组件\服务核心\whencrypt.cpp(389): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
|
||
c:\program files (x86)\microsoft visual studio 12.0\vc\include\swprintf.inl(85) : 参见“swprintf”的声明
|
||
WHDataQueue.cpp
|
||
WHDataLocker.cpp
|
||
WHCommandLine.cpp
|
||
WHAllocationID.cpp
|
||
1>h:\git\wnmj\wnmj\servers\服务器组件\服务核心\whallocationid.cpp(34): warning C4244: “参数”: 从“time_t”转换到“unsigned int”,可能丢失数据
|
||
正在生成代码...
|
||
Link:
|
||
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"../../../运行/Debug/Ansi/ServiceCoreD.dll" /INCREMENTAL /NOLOGO /DEF:".\ServiceCoreD.def" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /manifestinput:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\Include\Manifest\dpiaware.manifest" /DEBUG /PDB:"../../../运行/Debug/Ansi/ServiceCoreD.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"../../链接库/Ansi/ServiceCoreD.lib" /MACHINE:X86 /SAFESEH /DLL Debug\ServiceCore.res
|
||
Debug\ServiceCore.obj
|
||
Debug\Stdafx.obj
|
||
Debug\WHAllocationID.obj
|
||
Debug\WHCommandLine.obj
|
||
Debug\WHDataLocker.obj
|
||
Debug\WHDataQueue.obj
|
||
Debug\WHEncrypt.obj
|
||
Debug\WHIniData.obj
|
||
Debug\WHRegKey.obj
|
||
Debug\WHService.obj
|
||
Debug\WHThread.obj
|
||
ServiceCore.vcxproj -> H:\git\wnmj\wnmj\Servers\服务器组件\服务核心\../../../运行/Debug/Ansi/ServiceCoreD.dll
|
||
PostBuildEvent:
|
||
mkdir ..\..\..\发布组件\服务器组件\Debug\Ansi
|
||
mkdir ..\..\..\发布组件\客户端组件\Debug\Ansi
|
||
copy /y ..\..\..\运行\Debug\Ansi\ServiceCoreD.dll ..\..\..\发布组件\服务器组件\Debug\Ansi\ServiceCoreD.dll
|
||
copy /y ..\..\..\运行\Debug\Ansi\ServiceCoreD.dll ..\..\..\发布组件\客户端组件\Debug\Ansi\ServiceCoreD.dll
|
||
|
||
:VCEnd
|
||
子目录或文件 ..\..\..\发布组件\服务器组件\Debug\Ansi 已经存在。
|
||
子目录或文件 ..\..\..\发布组件\客户端组件\Debug\Ansi 已经存在。
|
||
已复制 1 个文件。
|
||
已复制 1 个文件。
|
||
1>已完成生成项目“H:\git\wnmj\wnmj\Servers\服务器组件\服务核心\ServiceCore.vcxproj”(Build 个目标)的操作。
|
||
|
||
生成成功。
|
||
|
||
已用时间 00:00:17.47
|