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>
50 lines
2.6 KiB
Plaintext
50 lines
2.6 KiB
Plaintext
Build started 28.12.2011 16:17:36.
|
|
1>Project "C:\project\trunk\Server\RylServerProject\zlib\zlib.vcxproj" on node 4 (rebuild target(s)).
|
|
1>_PrepareForClean:
|
|
Deleting file "../../Intermediate/zlib/Release\zlib.lastbuildstate".
|
|
InitializeBuildStatus:
|
|
Creating "../../Intermediate/zlib/Release\zlib.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
|
ClCompile:
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /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/zlib/Release\\" /Fd"../../Intermediate/zlib/Release\vc100.pdb" /Gd /TC /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt adler32.c compress.c crc32.c deflate.c gzio.c infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c maketree.c trees.c uncompr.c zutil.c
|
|
adler32.c
|
|
compress.c
|
|
crc32.c
|
|
deflate.c
|
|
gzio.c
|
|
infblock.c
|
|
infcodes.c
|
|
inffast.c
|
|
inflate.c
|
|
inftrees.c
|
|
infutil.c
|
|
maketree.c
|
|
trees.c
|
|
uncompr.c
|
|
zutil.c
|
|
Generating Code...
|
|
Lib:
|
|
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"../../Library/Release\zlib.lib" /NOLOGO ../../Intermediate/zlib/Release\adler32.obj
|
|
../../Intermediate/zlib/Release\compress.obj
|
|
../../Intermediate/zlib/Release\crc32.obj
|
|
../../Intermediate/zlib/Release\deflate.obj
|
|
../../Intermediate/zlib/Release\gzio.obj
|
|
../../Intermediate/zlib/Release\infblock.obj
|
|
../../Intermediate/zlib/Release\infcodes.obj
|
|
../../Intermediate/zlib/Release\inffast.obj
|
|
../../Intermediate/zlib/Release\inflate.obj
|
|
../../Intermediate/zlib/Release\inftrees.obj
|
|
../../Intermediate/zlib/Release\infutil.obj
|
|
../../Intermediate/zlib/Release\maketree.obj
|
|
../../Intermediate/zlib/Release\trees.obj
|
|
../../Intermediate/zlib/Release\uncompr.obj
|
|
../../Intermediate/zlib/Release\zutil.obj
|
|
zlib.vcxproj -> C:\project\trunk\Server\RylServerProject\zlib\../../Library/Release\zlib.lib
|
|
FinalizeBuildStatus:
|
|
Deleting file "../../Intermediate/zlib/Release\zlib.unsuccessfulbuild".
|
|
Touching "../../Intermediate/zlib/Release\zlib.lastbuildstate".
|
|
1>Done Building Project "C:\project\trunk\Server\RylServerProject\zlib\zlib.vcxproj" (rebuild target(s)).
|
|
|
|
Build succeeded.
|
|
|
|
Time Elapsed 00:00:01.43
|