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>
88 lines
8.0 KiB
Plaintext
88 lines
8.0 KiB
Plaintext
Build started 28.12.2011 16:12:12.
|
|
1>Project "C:\project\trunk\Server\RylServerProject\RylAuthServer\RylAuthServer.vcxproj" on node 5 (rebuild target(s)).
|
|
1>_PrepareForClean:
|
|
Deleting file "../../Intermediate/RylAuthServer/Debug\RylAuthServer.lastbuildstate".
|
|
InitializeBuildStatus:
|
|
Creating "../../Intermediate/RylAuthServer/Debug\RylAuthServer.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
ClCompile:
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I../ /I./ /I../BaseLibrary /I../RylServerLibrary /I../RylGameLibrary /I../MemoryManager /I../NFAuthClient /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _USE_32BIT_TIME_T /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/RylAuthServer/Debug\\" /Fd"../../Intermediate/RylAuthServer/Debug\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt AuthAgentDispatch.cpp AuthAgentServerTable.cpp AuthClientDispath.cpp AuthClientSend.cpp AuthorizeThread.cpp AuthorizeUser.cpp ItemCreator.cpp MasterPassword.cpp RylAuthServer.cpp RylAuthServerCommands.cpp RylAuthServerMain.cpp RylAuthServerWindow.cpp SendUserLoginout.cpp stdafx.cpp
|
|
stdafx.cpp
|
|
SendUserLoginout.cpp
|
|
RylAuthServerWindow.cpp
|
|
RylAuthServerMain.cpp
|
|
RylAuthServerCommands.cpp
|
|
RylAuthServer.cpp
|
|
MasterPassword.cpp
|
|
ItemCreator.cpp
|
|
AuthorizeUser.cpp
|
|
AuthorizeThread.cpp
|
|
AuthClientSend.cpp
|
|
AuthClientDispath.cpp
|
|
AuthAgentServerTable.cpp
|
|
AuthAgentDispatch.cpp
|
|
Generating Code...
|
|
ResourceCompile:
|
|
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /l"0x0409" /nologo /fo"../../Intermediate/RylAuthServer/Debug\RylAuthServer.res" RylAuthServer.rc
|
|
ManifestResourceCompile:
|
|
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.embed.manifest.res" ../../Intermediate/RylAuthServer/Debug\RylAuthServer_manifest.rc
|
|
Link:
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"../../Executable/Debug\RylAuthServer.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCMTD /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCMTD /MANIFEST /ManifestFile:"../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"../../Executable/Debug\RylAuthServer.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT:NO /IMPLIB:"../../Executable/Debug\RylAuthServer.lib" /MACHINE:X86 ../../Intermediate/RylAuthServer/Debug\RylAuthServer.res
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.embed.manifest.res
|
|
../../Intermediate/RylAuthServer/Debug\AuthAgentDispatch.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthAgentServerTable.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthClientDispath.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthClientSend.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthorizeThread.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthorizeUser.obj
|
|
../../Intermediate/RylAuthServer/Debug\ItemCreator.obj
|
|
../../Intermediate/RylAuthServer/Debug\MasterPassword.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServer.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServerCommands.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServerMain.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServerWindow.obj
|
|
../../Intermediate/RylAuthServer/Debug\SendUserLoginout.obj
|
|
../../Intermediate/RylAuthServer/Debug\stdafx.obj
|
|
C:\project\trunk\Server\Library\Debug\GMMemory.lib
|
|
C:\project\trunk\Server\Library\Debug\BaseLibrary.lib
|
|
C:\project\trunk\Server\Library\Debug\RylServerLibrary.lib
|
|
C:\project\trunk\Server\Library\Debug\ScriptEngine.lib
|
|
C:\project\trunk\Server\Library\Debug\zlib.lib
|
|
C:\project\trunk\Server\Library\Debug\RylGameLibrary.lib
|
|
Creating library ../../Executable/Debug\RylAuthServer.lib and object ../../Executable/Debug\RylAuthServer.exp
|
|
Manifest:
|
|
Deleting file "../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.embed.manifest".
|
|
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /out:"../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.embed.manifest" /manifest ../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.intermediate.manifest
|
|
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.embed.manifest.res" ../../Intermediate/RylAuthServer/Debug\RylAuthServer_manifest.rc
|
|
LinkEmbedManifest:
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"../../Executable/Debug\RylAuthServer.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCMTD /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCMTD /MANIFEST /ManifestFile:"../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"../../Executable/Debug\RylAuthServer.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT:NO /IMPLIB:"../../Executable/Debug\RylAuthServer.lib" /MACHINE:X86 ../../Intermediate/RylAuthServer/Debug\RylAuthServer.res
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServer.exe.embed.manifest.res
|
|
../../Intermediate/RylAuthServer/Debug\AuthAgentDispatch.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthAgentServerTable.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthClientDispath.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthClientSend.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthorizeThread.obj
|
|
../../Intermediate/RylAuthServer/Debug\AuthorizeUser.obj
|
|
../../Intermediate/RylAuthServer/Debug\ItemCreator.obj
|
|
../../Intermediate/RylAuthServer/Debug\MasterPassword.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServer.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServerCommands.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServerMain.obj
|
|
../../Intermediate/RylAuthServer/Debug\RylAuthServerWindow.obj
|
|
../../Intermediate/RylAuthServer/Debug\SendUserLoginout.obj
|
|
../../Intermediate/RylAuthServer/Debug\stdafx.obj
|
|
C:\project\trunk\Server\Library\Debug\GMMemory.lib
|
|
C:\project\trunk\Server\Library\Debug\BaseLibrary.lib
|
|
C:\project\trunk\Server\Library\Debug\RylServerLibrary.lib
|
|
C:\project\trunk\Server\Library\Debug\ScriptEngine.lib
|
|
C:\project\trunk\Server\Library\Debug\zlib.lib
|
|
C:\project\trunk\Server\Library\Debug\RylGameLibrary.lib
|
|
RylAuthServer.vcxproj -> C:\project\trunk\Server\RylServerProject\RylAuthServer\../../Executable/Debug\RylAuthServer.exe
|
|
FinalizeBuildStatus:
|
|
Deleting file "../../Intermediate/RylAuthServer/Debug\RylAuthServer.unsuccessfulbuild".
|
|
Touching "../../Intermediate/RylAuthServer/Debug\RylAuthServer.lastbuildstate".
|
|
1>Done Building Project "C:\project\trunk\Server\RylServerProject\RylAuthServer\RylAuthServer.vcxproj" (rebuild target(s)).
|
|
|
|
Build succeeded.
|
|
|
|
Time Elapsed 00:00:44.15
|