This commit is contained in:
cyw
2026-02-13 14:34:15 +08:00
parent 6ed1953e24
commit f36e3f9df2
5206 changed files with 573757 additions and 16 deletions

View File

@@ -0,0 +1,31 @@
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\kernelengine.pch
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\vc120.pdb
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\stdafx.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\traceservice.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\timerengine.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\tcpsocketservice.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\tcpnetworkengine.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\queueservice.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\kernelengine.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\databaseaide.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\database.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\attemperengine.obj
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\asynchronismengine.obj
h:\git\wnmj\wnmj\运行\release\ansi\kernelengine.dll
h:\git\wnmj\wnmj\运行\release\ansi\kernelengine.pdb
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\kernelengine.res
h:\git\wnmj\wnmj\servers\链接库\ansi\kernelengine.lib
h:\git\wnmj\wnmj\servers\链接库\ansi\kernelengine.exp
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\msado15.tli
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\msado15.tlh
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\../../../运行/release/ansi/kernelengine.dll
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\cl.command.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\cl.read.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\cl.write.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\link.command.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\link.read.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\link.write.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\rc.command.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\rc.read.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\rc.write.1.tlog
h:\git\wnmj\wnmj\servers\服务器组件\内核引擎\release\内核引擎.tlog\内核引擎.write.1u.tlog

View File

@@ -0,0 +1,70 @@
生成启动时间为 2020-04-04 20:05:45。
1>项目“H:\git\wnmj\wnmj\Servers\服务器组件\内核引擎\KernelEngine.vcxproj”在节点 2 上(Rebuild 个目标)。
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _AFXEXT /D KERNEL_ENGINE_DLL /D _VC80_UPGRADE=0x0710 /D _WINDLL /D _MBCS /D _AFXDLL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"stdafx.h" /Fp"Release\KernelEngine.pch" /Fo"Release\\" /Fd"Release\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt Stdafx.cpp
Stdafx.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _AFXEXT /D KERNEL_ENGINE_DLL /D _VC80_UPGRADE=0x0710 /D _WINDLL /D _MBCS /D _AFXDLL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Release\\" /Fd"Release\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt KernelEngine.cpp AttemperEngine.cpp TimerEngine.cpp QueueService.cpp DataBase.cpp DataBaseAide.cpp TCPNetworkEngine.cpp TCPSocketService.cpp TraceService.cpp AsynchronismEngine.cpp
KernelEngine.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
AttemperEngine.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
TimerEngine.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
QueueService.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
DataBase.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
DataBaseAide.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
TCPNetworkEngine.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
TCPSocketService.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
1>TCPSocketService.cpp(664): warning C4101: “e”: 未引用的局部变量
TraceService.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
AsynchronismEngine.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
正在生成代码...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe /D NDEBUG /D _VC80_UPGRADE=0x0710 /D _AFXDLL /l"0x0804" /IRelease\ /nologo /fo"Release\KernelEngine.res" KernelEngine.rc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"../../../运行/Release/Ansi/KernelEngine.dll" /INCREMENTAL:NO /NOLOGO /DEF:".\KernelEngine.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:"../../../运行/Release/Ansi/KernelEngine.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"../../链接库/Ansi/KernelEngine.lib" /MACHINE:X86 /SAFESEH /DLL Release\KernelEngine.res
Release\KernelEngine.obj
Release\AttemperEngine.obj
Release\TimerEngine.obj
Release\QueueService.obj
Release\DataBase.obj
Release\DataBaseAide.obj
Release\TCPNetworkEngine.obj
Release\TCPSocketService.obj
Release\TraceService.obj
Release\AsynchronismEngine.obj
Release\Stdafx.obj
"H:\git\wnmj\wnmj\Servers\链接库\Ansi\ServiceCore.lib"
正在创建库 ../../链接库/Ansi/KernelEngine.lib 和对象 ../../链接库/Ansi/KernelEngine.exp
KernelEngine.vcxproj -> H:\git\wnmj\wnmj\Servers\服务器组件\内核引擎\../../../运行/Release/Ansi/KernelEngine.dll
PostBuildEvent:
mkdir ..\..\..\发布组件\服务器组件\Release\Ansi
copy /y ..\..\..\运行\Release\Ansi\KernelEngine.dll ..\..\..\发布组件\服务器组件\Release\Ansi\KernelEngine.dll
:VCEnd
子目录或文件 ..\..\..\发布组件\服务器组件\Release\Ansi 已经存在。
已复制 1 个文件。
1>已完成生成项目“H:\git\wnmj\wnmj\Servers\服务器组件\内核引擎\KernelEngine.vcxproj”(Rebuild 个目标)的操作。
生成成功。
已用时间 00:00:28.65

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
Release|Win32|H:\git\wnmj\wnmj\Servers\|