Files
bluflame/nordlicht2014-intro/nordlicht2014/CompressFast/nordlicht2014.log
2026-04-18 22:31:51 +02:00

153 lines
8.8 KiB
Plaintext

Build started 26.07.2014 01:44:35.
1>Project "E:\blu-flame.org\nordlicht2014-intro\nordlicht2014\nordlicht2014.vcxproj" on node 2 (Build target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W3 /WX- /O1 /Oi /Os /Oy /D WIN32 /D NDEBUG /D SYNC_PLAYER /D COMPRESS /D _WINDOWS /Gm- /MD /GS- /arch:IA32 /fp:fast /Zc:wchar_t /Zc:forScope /Fo"CompressFast\\" /Fd"CompressFast\vc120.pdb" /Gd /TC /analyze- /errorReport:prompt /QIfist "..\3rdparty\modified-rocket\data.c" "..\3rdparty\modified-rocket\device.c" "..\3rdparty\modified-rocket\track.c" ..\3rdparty\usync.c
1>cl : Command line warning D9035: option 'QIfist' has been deprecated and will be removed in a future release
data.c
device.c
1>..\3rdparty\modified-rocket\device.c(13): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_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(195) : see declaration of 'strncpy'
1>..\3rdparty\modified-rocket\device.c(15): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_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(186) : see declaration of 'strncat'
1>..\3rdparty\modified-rocket\device.c(16): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_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(186) : see declaration of 'strncat'
1>..\3rdparty\modified-rocket\device.c(17): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_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(186) : see declaration of 'strncat'
1>..\3rdparty\modified-rocket\device.c(114): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(211) : see declaration of 'fopen'
track.c
usync.c
Generating Code...
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W3 /WX- /O1 /Oi /Os /Oy /D WIN32 /D NDEBUG /D SYNC_PLAYER /D COMPRESS /D _WINDOWS /Gm- /MD /GS- /arch:IA32 /fp:fast /Zc:wchar_t /Zc:forScope /Fo"CompressFast\\" /Fd"CompressFast\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt /QIfist main.cpp
1>cl : Command line warning D9035: option 'QIfist' has been deprecated and will be removed in a future release
main.cpp
1>main.cpp(408): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
Link:
E:\blu-flame.org\nordlicht2014-intro\link.exe /ERRORREPORT:PROMPT /OUT:"E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.exe" /INCREMENTAL:NO /NOLOGO dxgi.lib d3d11.lib D3dcompiler.lib 4klang.obj winmm.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 /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /ENTRY:"main" /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.lib" /MACHINE:X86 /SAFESEH /crinkler /report:crinkler.html /progressgui /ordertries:200 /compmode:fast /hashsize:100 /transform:calls /hashtries:50 4klang.obj
CompressFast\data.obj
CompressFast\device.obj
CompressFast\track.obj
CompressFast\usync.obj
CompressFast\main.obj
4klang.obj
Crinkler 1.4 (Jan 19 2013) (c) 2005-2013 Aske Simon Christensen & Rune Stubbe
Ignoring unknown argument '/ERRORREPORT:PROMPT'
Ignoring unknown argument '/INCREMENTAL:NO'
Ignoring unknown argument '/NOLOGO'
Ignoring unknown argument '/MANIFEST'
Ignoring unknown argument '/MANIFESTUAC:level='asInvoker' uiAccess='false''
Ignoring unknown argument '/manifest:embed'
Ignoring unknown argument '/PDB:E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.pdb'
Ignoring unknown argument '/TLBID:1'
Ignoring unknown argument '/DYNAMICBASE'
Ignoring unknown argument '/NXCOMPAT'
Ignoring unknown argument '/IMPLIB:E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.lib'
Ignoring unknown argument '/MACHINE:X86'
Ignoring unknown argument '/SAFESEH'
Target: E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.exe
Subsystem type: WINDOWS
Large address aware: YES
Compression mode: FAST
Hash size: 100 MB
Hash tries: 50
Order tries: 200
Report: crinkler.html
Transforms: CALLS
Replace DLLs: NONE
Range DLLs: NONE
Loading dxgi.lib...
Loading d3d11.lib...
Loading D3dcompiler.lib...
Loading 4klang.obj...
Loading winmm.lib...
Loading kernel32.lib...
Loading user32.lib...
Loading gdi32.lib...
Loading winspool.lib...
Loading comdlg32.lib...
Loading advapi32.lib...
Loading shell32.lib...
Loading ole32.lib...
Loading oleaut32.lib...
Loading uuid.lib...
Loading odbc32.lib...
Loading odbccp32.lib...
Loading 4klang.obj...
Loading CompressFast\data.obj...
Loading CompressFast\device.obj...
Loading CompressFast\track.obj...
Loading CompressFast\usync.obj...
Loading CompressFast\main.obj...
Loading 4klang.obj...
Linking...
Calls transformed: 70
Uncompressed size of code: 7566
Uncompressed size of data: 28631
|-- Estimating models for code ----------------------------|
............................................................ 0m00s
Ideal compressed size: 2896.03
|-- Estimating models for data ----------------------------|
............................................................ 0m01s
Ideal compressed size: 7043.51
Estimated ideal compressed total size: 9939.54
Reordering sections...
Iteration: 10 Size: 9973.23
Iteration: 11 Size: 9971.52
Iteration: 19 Size: 9968.58
Iteration: 27 Size: 9965.71
Iteration: 29 Size: 9963.98
Iteration: 39 Size: 9961.47
Iteration: 43 Size: 9944.12
Iteration: 49 Size: 9942.43
Iteration: 51 Size: 9942.27
Iteration: 57 Size: 9936.35
Iteration: 68 Size: 9936.31
Iteration: 81 Size: 9934.06
Iteration: 99 Size: 9932.52
Iteration: 122 Size: 9931.72
Iteration: 127 Size: 9931.33
Iteration: 131 Size: 9926.10
Iteration: 137 Size: 9925.37
Iteration: 147 Size: 9925.11
Iteration: 151 Size: 9922.61
Iteration: 152 Size: 9921.90
Time spent: 0m02s
Calls transformed: 70
|-- Reestimating models for code --------------------------|
............................................................ 0m00s
Ideal compressed size: 2842.82
|-- Reestimating models for data --------------------------|
............................................................ 0m01s
Ideal compressed size: 7041.44
Reestimated ideal compressed total size: 9884.26
|-- Optimizing hash table size ----------------------------|
............................................................ 0m06s
Real compressed total size: 9961
Bytes lost to hashing: 76.74
Final file size: 10323
time spent: 0m19s
nordlicht2014.vcxproj -> E:\blu-flame.org\nordlicht2014-intro\CompressFast\nordlicht2014.exe
1>Done Building Project "E:\blu-flame.org\nordlicht2014-intro\nordlicht2014\nordlicht2014.vcxproj" (Build target(s)).
Build succeeded.
Time Elapsed 00:00:20.03