Restructure repository to include all source folders

Move git root from Client/ to src/ to track all source code:
- Client: Game client source (moved to Client/Client/)
- Server: Game server source
- GameTools: Development tools
- CryptoSource: Encryption utilities
- database: Database scripts
- Script: Game scripts
- rylCoder_16.02.2008_src: Legacy coder tools
- GMFont, Game: Additional resources

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 20:17:20 +09:00
parent 5d3cd64a25
commit dd97ddec92
11602 changed files with 1446576 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\BaseLibrary.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\BUFFER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\BUFFERFACTORY.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\BUFFERQUEUE.OBJ
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\cl.command.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\CL.read.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\CL.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\COMMAND.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\COMMANDQUEUE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\COMPLETIONHANDLER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\CRC32STATIC.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\CRC8STATIC.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\DEBUGUTILS.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\DISPATCH.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\EXCEPTIONREPORT.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\INET_ADDR.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\IOCPNET.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\IOWORKER.OBJ
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\lib.command.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\Lib-link.read.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\Lib-link.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\LISTENER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\MAPPEDFILE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\MATH.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\MEMORYPOOL.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\MINILZO.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\MINILZOWRAPPER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\OLEDB.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\OVERLAPPED.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\PERFORMANCECHECK.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\PSEUDORANDOM.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\PULSE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\RANDOM.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\REGFUNCTIONS.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\SERVERLOG.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\SERVERREQUEST.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\SESSION.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\SESSIONMGR.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\SESSIONPOLICY.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\SOCKETFACTORY.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\STDAFX.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\THREADMGR.OBJ
C:\project\trunk\Server\Intermediate\BaseLibrary\Debug\vc100.idb
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\DEBUG\VC100.PDB
C:\PROJECT\TRUNK\SERVER\LIBRARY\DEBUG\BASELIBRARY.LIB
C:\project\trunk\Server\RylServerProject\BaseLibrary\../../Library/Debug/BaseLibrary.lib

View File

@@ -0,0 +1,2 @@
#v4.0:v100:false
Debug|Win32|C:\project\trunk\Server\RylServerProject\|

View File

@@ -0,0 +1,91 @@
Build started 28.12.2011 16:02:47.
1>Project "C:\project\trunk\Server\RylServerProject\BaseLibrary\BaseLibrary.vcxproj" on node 3 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "../../Intermediate/BaseLibrary/Debug\BaseLibrary.lastbuildstate".
InitializeBuildStatus:
Creating "../../Intermediate/BaseLibrary/Debug\BaseLibrary.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I./ /I../ /I../MemoryManager /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _LIB /D WIN32 /D _DEBUG /D _LIB /D _WINDOWS /D _USE_32BIT_TIME_T /D _MBCS /Gm /EHsc /RTC1 /MDd /GS- /fp:precise /Zc:wchar_t /Zc:forScope /Fo"../../Intermediate/BaseLibrary/Debug\\" /Fd"../../Intermediate/BaseLibrary/Debug\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt Network\Dispatch\Dispatch.cpp Network\Dispatch\ServerRequest.cpp Network\Iocp\CompletionHandler.cpp Network\Iocp\IOCPNet.cpp Network\Iocp\IOWorker.cpp Network\Iocp\Overlapped.cpp Network\Listener\Listener.cpp Network\Session\Session.cpp Network\Session\SessionMgr.cpp Network\Session\SessionPolicy.cpp Network\Winsock\SocketFactory.cpp Network\Address\INET_Addr.cpp Stream\Buffer\Buffer.cpp Stream\Buffer\BufferFactory.cpp Stream\Buffer\BufferQueue.cpp Thread\ThreadMgr.cpp Log\ServerLog.cpp Utility\Debug\DebugUtils.cpp Utility\Debug\ExceptionReport.cpp Utility\Debug\PerformanceCheck.cpp Utility\Math\Math.cpp Utility\Math\PseudoRandom.cpp Utility\Math\Random.cpp Utility\Compress\MiniLZO\minilzo.cpp Utility\Compress\MiniLZO\miniLZOWrapper.cpp Utility\Registry\RegFunctions.cpp Utility\Time\Pulse\Pulse.cpp Utility\checksum\Crc32Static.cpp Utility\checksum\Crc8Static.cpp Utility\File\MappedFile.cpp Pattern\Command.cpp Pattern\CommandQueue.cpp Db\OLEDB.cpp Memory\MemoryPool.cpp stdafx.cpp
stdafx.cpp
MemoryPool.cpp
OLEDB.cpp
CommandQueue.cpp
Command.cpp
MappedFile.cpp
Crc8Static.cpp
Crc32Static.cpp
Pulse.cpp
RegFunctions.cpp
miniLZOWrapper.cpp
minilzo.cpp
Random.cpp
PseudoRandom.cpp
Math.cpp
PerformanceCheck.cpp
ExceptionReport.cpp
DebugUtils.cpp
ServerLog.cpp
ThreadMgr.cpp
Generating Code...
Compiling...
BufferQueue.cpp
BufferFactory.cpp
Buffer.cpp
INET_Addr.cpp
SocketFactory.cpp
SessionPolicy.cpp
SessionMgr.cpp
Session.cpp
Listener.cpp
Overlapped.cpp
IOWorker.cpp
IOCPNet.cpp
CompletionHandler.cpp
ServerRequest.cpp
Dispatch.cpp
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"../../Library/Debug/BaseLibrary.lib" ws2_32.lib /NOLOGO ../../Intermediate/BaseLibrary/Debug\Dispatch.obj
../../Intermediate/BaseLibrary/Debug\ServerRequest.obj
../../Intermediate/BaseLibrary/Debug\CompletionHandler.obj
../../Intermediate/BaseLibrary/Debug\IOCPNet.obj
../../Intermediate/BaseLibrary/Debug\IOWorker.obj
../../Intermediate/BaseLibrary/Debug\Overlapped.obj
../../Intermediate/BaseLibrary/Debug\Listener.obj
../../Intermediate/BaseLibrary/Debug\Session.obj
../../Intermediate/BaseLibrary/Debug\SessionMgr.obj
../../Intermediate/BaseLibrary/Debug\SessionPolicy.obj
../../Intermediate/BaseLibrary/Debug\SocketFactory.obj
../../Intermediate/BaseLibrary/Debug\INET_Addr.obj
../../Intermediate/BaseLibrary/Debug\Buffer.obj
../../Intermediate/BaseLibrary/Debug\BufferFactory.obj
../../Intermediate/BaseLibrary/Debug\BufferQueue.obj
../../Intermediate/BaseLibrary/Debug\ThreadMgr.obj
../../Intermediate/BaseLibrary/Debug\ServerLog.obj
../../Intermediate/BaseLibrary/Debug\DebugUtils.obj
../../Intermediate/BaseLibrary/Debug\ExceptionReport.obj
../../Intermediate/BaseLibrary/Debug\PerformanceCheck.obj
../../Intermediate/BaseLibrary/Debug\Math.obj
../../Intermediate/BaseLibrary/Debug\PseudoRandom.obj
../../Intermediate/BaseLibrary/Debug\Random.obj
../../Intermediate/BaseLibrary/Debug\minilzo.obj
../../Intermediate/BaseLibrary/Debug\miniLZOWrapper.obj
../../Intermediate/BaseLibrary/Debug\RegFunctions.obj
../../Intermediate/BaseLibrary/Debug\Pulse.obj
../../Intermediate/BaseLibrary/Debug\Crc32Static.obj
../../Intermediate/BaseLibrary/Debug\Crc8Static.obj
../../Intermediate/BaseLibrary/Debug\MappedFile.obj
../../Intermediate/BaseLibrary/Debug\Command.obj
../../Intermediate/BaseLibrary/Debug\CommandQueue.obj
../../Intermediate/BaseLibrary/Debug\OLEDB.obj
../../Intermediate/BaseLibrary/Debug\MemoryPool.obj
../../Intermediate/BaseLibrary/Debug\stdafx.obj
BaseLibrary.vcxproj -> C:\project\trunk\Server\RylServerProject\BaseLibrary\../../Library/Debug/BaseLibrary.lib
FinalizeBuildStatus:
Deleting file "../../Intermediate/BaseLibrary/Debug\BaseLibrary.unsuccessfulbuild".
Touching "../../Intermediate/BaseLibrary/Debug\BaseLibrary.lastbuildstate".
1>Done Building Project "C:\project\trunk\Server\RylServerProject\BaseLibrary\BaseLibrary.vcxproj" (rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:30.80

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,45 @@
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\BaseLibrary.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\BUFFER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\BUFFERFACTORY.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\BUFFERQUEUE.OBJ
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\cl.command.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\CL.read.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\CL.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\COMMAND.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\COMMANDQUEUE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\COMPLETIONHANDLER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\CRC32STATIC.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\CRC8STATIC.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\DEBUGUTILS.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\DISPATCH.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\EXCEPTIONREPORT.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\INET_ADDR.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\IOCPNET.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\IOWORKER.OBJ
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\lib.command.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\Lib-link.read.1.tlog
C:\project\trunk\Server\Intermediate\BaseLibrary\Release\Lib-link.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\LISTENER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\MAPPEDFILE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\MATH.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\MEMORYPOOL.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\MINILZO.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\MINILZOWRAPPER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\OLEDB.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\OVERLAPPED.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\PERFORMANCECHECK.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\PSEUDORANDOM.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\PULSE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\RANDOM.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\REGFUNCTIONS.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\SERVERLOG.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\SERVERREQUEST.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\SESSION.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\SESSIONMGR.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\SESSIONPOLICY.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\SOCKETFACTORY.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\STDAFX.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\THREADMGR.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\BASELIBRARY\RELEASE\VC100.PDB
C:\PROJECT\TRUNK\SERVER\LIBRARY\RELEASE\BASELIBRARY.LIB
C:\project\trunk\Server\RylServerProject\BaseLibrary\../../Library/Release\BaseLibrary.lib

View File

@@ -0,0 +1,2 @@
#v4.0:v100:false
Release|Win32|C:\project\trunk\Server\RylServerProject\|

View File

@@ -0,0 +1,91 @@
Build started 28.12.2011 16:17:36.
1>Project "C:\project\trunk\Server\RylServerProject\BaseLibrary\BaseLibrary.vcxproj" on node 3 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "../../Intermediate/BaseLibrary/Release\BaseLibrary.lastbuildstate".
InitializeBuildStatus:
Creating "../../Intermediate/BaseLibrary/Release\BaseLibrary.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I./ /I../ /I../MemoryManager /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D NDEBUG /D NO_GAMEGUARD /D _LIB /D _USE_32BIT_TIME_T /Gm- /EHsc /MD /GS- /arch:SSE2 /fp:precise /Zc:wchar_t /Zc:forScope /openmp /Fo"../../Intermediate/BaseLibrary/Release\\" /Fd"../../Intermediate/BaseLibrary/Release\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt Network\Dispatch\Dispatch.cpp Network\Dispatch\ServerRequest.cpp Network\Iocp\CompletionHandler.cpp Network\Iocp\IOCPNet.cpp Network\Iocp\IOWorker.cpp Network\Iocp\Overlapped.cpp Network\Listener\Listener.cpp Network\Session\Session.cpp Network\Session\SessionMgr.cpp Network\Session\SessionPolicy.cpp Network\Winsock\SocketFactory.cpp Network\Address\INET_Addr.cpp Stream\Buffer\Buffer.cpp Stream\Buffer\BufferFactory.cpp Stream\Buffer\BufferQueue.cpp Thread\ThreadMgr.cpp Log\ServerLog.cpp Utility\Debug\DebugUtils.cpp Utility\Debug\ExceptionReport.cpp Utility\Debug\PerformanceCheck.cpp Utility\Math\Math.cpp Utility\Math\PseudoRandom.cpp Utility\Math\Random.cpp Utility\Compress\MiniLZO\minilzo.cpp Utility\Compress\MiniLZO\miniLZOWrapper.cpp Utility\Registry\RegFunctions.cpp Utility\Time\Pulse\Pulse.cpp Utility\checksum\Crc32Static.cpp Utility\checksum\Crc8Static.cpp Utility\File\MappedFile.cpp Pattern\Command.cpp Pattern\CommandQueue.cpp Db\OLEDB.cpp Memory\MemoryPool.cpp stdafx.cpp
Dispatch.cpp
ServerRequest.cpp
CompletionHandler.cpp
IOCPNet.cpp
IOWorker.cpp
Overlapped.cpp
Listener.cpp
Session.cpp
SessionMgr.cpp
SessionPolicy.cpp
SocketFactory.cpp
INET_Addr.cpp
Buffer.cpp
BufferFactory.cpp
BufferQueue.cpp
ThreadMgr.cpp
ServerLog.cpp
DebugUtils.cpp
ExceptionReport.cpp
PerformanceCheck.cpp
Generating Code...
Compiling...
Math.cpp
PseudoRandom.cpp
Random.cpp
minilzo.cpp
miniLZOWrapper.cpp
RegFunctions.cpp
Pulse.cpp
Crc32Static.cpp
Crc8Static.cpp
MappedFile.cpp
Command.cpp
CommandQueue.cpp
OLEDB.cpp
MemoryPool.cpp
stdafx.cpp
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"../../Library/Release\BaseLibrary.lib" ws2_32.lib /NOLOGO ../../Intermediate/BaseLibrary/Release\Dispatch.obj
../../Intermediate/BaseLibrary/Release\ServerRequest.obj
../../Intermediate/BaseLibrary/Release\CompletionHandler.obj
../../Intermediate/BaseLibrary/Release\IOCPNet.obj
../../Intermediate/BaseLibrary/Release\IOWorker.obj
../../Intermediate/BaseLibrary/Release\Overlapped.obj
../../Intermediate/BaseLibrary/Release\Listener.obj
../../Intermediate/BaseLibrary/Release\Session.obj
../../Intermediate/BaseLibrary/Release\SessionMgr.obj
../../Intermediate/BaseLibrary/Release\SessionPolicy.obj
../../Intermediate/BaseLibrary/Release\SocketFactory.obj
../../Intermediate/BaseLibrary/Release\INET_Addr.obj
../../Intermediate/BaseLibrary/Release\Buffer.obj
../../Intermediate/BaseLibrary/Release\BufferFactory.obj
../../Intermediate/BaseLibrary/Release\BufferQueue.obj
../../Intermediate/BaseLibrary/Release\ThreadMgr.obj
../../Intermediate/BaseLibrary/Release\ServerLog.obj
../../Intermediate/BaseLibrary/Release\DebugUtils.obj
../../Intermediate/BaseLibrary/Release\ExceptionReport.obj
../../Intermediate/BaseLibrary/Release\PerformanceCheck.obj
../../Intermediate/BaseLibrary/Release\Math.obj
../../Intermediate/BaseLibrary/Release\PseudoRandom.obj
../../Intermediate/BaseLibrary/Release\Random.obj
../../Intermediate/BaseLibrary/Release\minilzo.obj
../../Intermediate/BaseLibrary/Release\miniLZOWrapper.obj
../../Intermediate/BaseLibrary/Release\RegFunctions.obj
../../Intermediate/BaseLibrary/Release\Pulse.obj
../../Intermediate/BaseLibrary/Release\Crc32Static.obj
../../Intermediate/BaseLibrary/Release\Crc8Static.obj
../../Intermediate/BaseLibrary/Release\MappedFile.obj
../../Intermediate/BaseLibrary/Release\Command.obj
../../Intermediate/BaseLibrary/Release\CommandQueue.obj
../../Intermediate/BaseLibrary/Release\OLEDB.obj
../../Intermediate/BaseLibrary/Release\MemoryPool.obj
../../Intermediate/BaseLibrary/Release\stdafx.obj
BaseLibrary.vcxproj -> C:\project\trunk\Server\RylServerProject\BaseLibrary\../../Library/Release\BaseLibrary.lib
FinalizeBuildStatus:
Deleting file "../../Intermediate/BaseLibrary/Release\BaseLibrary.unsuccessfulbuild".
Touching "../../Intermediate/BaseLibrary/Release\BaseLibrary.lastbuildstate".
1>Done Building Project "C:\project\trunk\Server\RylServerProject\BaseLibrary\BaseLibrary.vcxproj" (rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:23.79

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.