port from perforce
This commit is contained in:
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/data.obj
Normal file
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/data.obj
Normal file
Binary file not shown.
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/device.obj
Normal file
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/device.obj
Normal file
Binary file not shown.
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/main.obj
Normal file
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/main.obj
Normal file
Binary file not shown.
@@ -0,0 +1,185 @@
|
||||
Build started 26.07.2014 12:32:45.
|
||||
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"Compress\\" /Fd"Compress\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"Compress\\" /Fd"Compress\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(364): 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\Compress\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\Compress\nordlicht2014.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /ENTRY:"main" /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\blu-flame.org\nordlicht2014-intro\Compress\nordlicht2014.lib" /MACHINE:X86 /SAFESEH /crinkler /report:crinkler.html /progressgui /ordertries:2000 /compmode:slow /hashsize:200 /transform:calls /hashtries:200 4klang.obj
|
||||
Compress\data.obj
|
||||
Compress\device.obj
|
||||
Compress\track.obj
|
||||
Compress\usync.obj
|
||||
Compress\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\Compress\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\Compress\nordlicht2014.lib'
|
||||
Ignoring unknown argument '/MACHINE:X86'
|
||||
Ignoring unknown argument '/SAFESEH'
|
||||
Target: E:\blu-flame.org\nordlicht2014-intro\Compress\nordlicht2014.exe
|
||||
Subsystem type: WINDOWS
|
||||
Large address aware: YES
|
||||
Compression mode: SLOW
|
||||
Hash size: 200 MB
|
||||
Hash tries: 200
|
||||
Order tries: 2000
|
||||
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 Compress\data.obj...
|
||||
Loading Compress\device.obj...
|
||||
Loading Compress\track.obj...
|
||||
Loading Compress\usync.obj...
|
||||
Loading Compress\main.obj...
|
||||
Loading 4klang.obj...
|
||||
|
||||
Linking...
|
||||
|
||||
|
||||
Calls transformed: 62
|
||||
|
||||
Uncompressed size of code: 7458
|
||||
Uncompressed size of data: 28759
|
||||
|
||||
|-- Estimating models for code ----------------------------|
|
||||
............................................................ 0m11s
|
||||
Ideal compressed size: 2713.76
|
||||
|
||||
|-- Estimating models for data ----------------------------|
|
||||
............................................................ 1m57s
|
||||
Ideal compressed size: 6956.42
|
||||
|
||||
Estimated ideal compressed total size: 9670.19
|
||||
|
||||
|
||||
Reordering sections...
|
||||
Iteration: 9 Size: 9682.55
|
||||
Iteration: 13 Size: 9678.69
|
||||
Iteration: 18 Size: 9677.73
|
||||
Iteration: 19 Size: 9676.99
|
||||
Iteration: 37 Size: 9676.11
|
||||
Iteration: 39 Size: 9673.52
|
||||
Iteration: 40 Size: 9673.00
|
||||
Iteration: 49 Size: 9672.54
|
||||
Iteration: 64 Size: 9671.27
|
||||
Iteration: 67 Size: 9668.77
|
||||
Iteration: 68 Size: 9666.83
|
||||
Iteration: 70 Size: 9644.53
|
||||
Iteration: 77 Size: 9644.10
|
||||
Iteration: 78 Size: 9639.27
|
||||
Iteration: 80 Size: 9638.94
|
||||
Iteration: 95 Size: 9638.55
|
||||
Iteration: 96 Size: 9637.06
|
||||
Iteration: 100 Size: 9635.97
|
||||
Iteration: 112 Size: 9634.70
|
||||
Iteration: 113 Size: 9630.29
|
||||
Iteration: 145 Size: 9628.46
|
||||
Iteration: 148 Size: 9626.91
|
||||
Iteration: 160 Size: 9623.50
|
||||
Iteration: 191 Size: 9623.38
|
||||
Iteration: 207 Size: 9621.32
|
||||
Iteration: 214 Size: 9620.94
|
||||
Iteration: 220 Size: 9620.78
|
||||
Iteration: 272 Size: 9620.55
|
||||
Iteration: 291 Size: 9619.76
|
||||
Iteration: 308 Size: 9619.55
|
||||
Iteration: 333 Size: 9618.55
|
||||
Iteration: 341 Size: 9612.51
|
||||
Iteration: 420 Size: 9611.63
|
||||
Iteration: 468 Size: 9611.45
|
||||
Iteration: 496 Size: 9611.17
|
||||
Iteration: 543 Size: 9610.70
|
||||
Iteration: 638 Size: 9610.60
|
||||
Iteration: 798 Size: 9610.17
|
||||
Iteration: 827 Size: 9609.85
|
||||
Iteration: 831 Size: 9609.69
|
||||
Iteration: 884 Size: 9609.28
|
||||
Iteration: 969 Size: 9609.06
|
||||
Iteration: 1011 Size: 9608.06
|
||||
Iteration: 1155 Size: 9607.80
|
||||
Iteration: 1263 Size: 9607.47
|
||||
Iteration: 1449 Size: 9605.05
|
||||
Iteration: 1460 Size: 9605.04
|
||||
Iteration: 1522 Size: 9603.85
|
||||
Iteration: 1569 Size: 9603.62
|
||||
Iteration: 1595 Size: 9603.40
|
||||
Iteration: 1642 Size: 9602.90
|
||||
Iteration: 1777 Size: 9602.79
|
||||
Iteration: 1945 Size: 9602.33
|
||||
Time spent: 0m45s
|
||||
|
||||
Calls transformed: 62
|
||||
|
||||
|-- Reestimating models for code --------------------------|
|
||||
............................................................ 0m13s
|
||||
Ideal compressed size: 2640.51
|
||||
|
||||
|-- Reestimating models for data --------------------------|
|
||||
............................................................ 2m00s
|
||||
Ideal compressed size: 6935.46
|
||||
|
||||
Reestimated ideal compressed total size: 9575.97
|
||||
|
||||
|-- Optimizing hash table size ----------------------------|
|
||||
............................................................ 0m51s
|
||||
Real compressed total size: 9658
|
||||
Bytes lost to hashing: 82.03
|
||||
|
||||
Final file size: 10033
|
||||
|
||||
time spent: 6m05s
|
||||
nordlicht2014.vcxproj -> E:\blu-flame.org\nordlicht2014-intro\Compress\nordlicht2014.exe
|
||||
1>Done Building Project "E:\blu-flame.org\nordlicht2014-intro\nordlicht2014\nordlicht2014.vcxproj" (Build target(s)).
|
||||
|
||||
Build succeeded.
|
||||
|
||||
Time Elapsed 00:06:06.45
|
||||
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.
@@ -0,0 +1,2 @@
|
||||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
|
||||
Compress|Win32|E:\blu-flame.org\nordlicht2014-intro\|
|
||||
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/track.obj
Normal file
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/track.obj
Normal file
Binary file not shown.
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/usync.obj
Normal file
BIN
hgplus/nordlicht2014-intro/nordlicht2014/Compress/usync.obj
Normal file
Binary file not shown.
Reference in New Issue
Block a user