Build Log
  

Rebuild started: Project: hlcsg, Configuration: Release|x64

Command Lines
  
Creating temporary file "d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000AD3896888.rsp" with contents
[
/O2 /Ob2 /Oi /Ot /GL /I "..\common" /I "..\template" /D "NDEBUG" /D "HLCSG" /D "DOUBLEVEC_T" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /GF /FD /EHsc /MD /Gy /arch:SSE /fp:fast /Fp".\Release/hlcsg.pch" /Fo".\Release/" /Fd".\Release/" /FR"x64\Release\\" /W3 /c "..\common\scriplib.cpp"

"..\common\winding.cpp"

"..\common\threads.cpp"

"..\common\messages.cpp"

"..\common\mathlib.cpp"

"..\common\log.cpp"

"..\common\files.cpp"

"..\common\filelib.cpp"

"..\common\cmdlib.cpp"

"..\common\bspfile.cpp"

"..\common\blockmem.cpp"

".\wadpath.cpp"

".\wadinclude.cpp"

".\wadcfg.cpp"

".\textures.cpp"

".\qcsg.cpp"

".\properties.cpp"

".\map.cpp"

".\hullfile.cpp"

".\brushunion.cpp"

".\brush.cpp"

".\autowad.cpp"
]
Creating command line "cl.exe @"d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000AD3896888.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000AE3896888.rsp" with contents
[
/OUT:".\Release/hlcsg.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release\hlcsg.exe.intermediate.manifest" /PDB:".\Release/hlcsg.pdb" /SUBSYSTEM:CONSOLE /STACK:4194304,1048576 /OPT:REF /OPT:ICF /OPT:WIN98 /LTCG /MACHINE:X64 binmode.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\release\autowad.obj"

".\release\brush.obj"

".\release\brushunion.obj"

".\release\hullfile.obj"

".\release\map.obj"

".\release\properties.obj"

".\release\qcsg.obj"

".\release\textures.obj"

".\release\wadcfg.obj"

".\release\wadinclude.obj"

".\release\wadpath.obj"

".\release\blockmem.obj"

".\release\bspfile.obj"

".\release\cmdlib.obj"

".\release\filelib.obj"

".\release\files.obj"

".\release\log.obj"

".\release\mathlib.obj"

".\release\messages.obj"

".\release\threads.obj"

".\release\winding.obj"

".\release\scriplib.obj"
]
Creating command line "link.exe @"d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000AE3896888.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000AF3896888.rsp" with contents
[
/outputresource:".\release\hlcsg.exe;#1" /manifest

".\x64\release\hlcsg.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000AF3896888.rsp" /nologo"
Creating temporary file "d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\BAT0000B03896888.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\release\mt.dep"
]
Creating command line """d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\BAT0000B03896888.bat"""
Creating temporary file "d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000B13896888.rsp" with contents
[
/o "x64\Release/hlcsg.bsc"

".\x64\release\brush.sbr"

".\x64\release\brushunion.sbr"

".\x64\release\hullfile.sbr"

".\x64\release\map.sbr"

".\x64\release\properties.sbr"

".\x64\release\qcsg.sbr"

".\x64\release\textures.sbr"

".\x64\release\wadcfg.sbr"

".\x64\release\wadinclude.sbr"

".\x64\release\wadpath.sbr"

".\x64\release\blockmem.sbr"

".\x64\release\bspfile.sbr"

".\x64\release\cmdlib.sbr"

".\x64\release\filelib.sbr"

".\x64\release\files.sbr"

".\x64\release\log.sbr"

".\x64\release\mathlib.sbr"

".\x64\release\messages.sbr"

".\x64\release\threads.sbr"

".\x64\release\winding.sbr"

".\x64\release\scriplib.sbr"

".\x64\release\autowad.sbr"
]
Creating command line "bscmake.exe @"d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\RSP0000B13896888.rsp" /nologo"
Output Window
  
Compiling...
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE'
scriplib.cpp
winding.cpp
threads.cpp
messages.cpp
mathlib.cpp
log.cpp
..\common\log.cpp(134) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(189) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(304) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(329) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(365) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(386) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(406) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(426) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\log.cpp(483) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
files.cpp
filelib.cpp
..\common\filelib.cpp(78) : warning C4996: '_open' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(254) : see declaration of '_open'
        Message: 'This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\filelib.cpp(129) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\filelib.cpp(151) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\filelib.cpp(154) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\filelib.cpp(163) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\filelib.cpp(166) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cmdlib.cpp
..\common\cmdlib.cpp(97) : warning C4996: '_strlwr' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(132) : see declaration of '_strlwr'
        Message: 'This function or variable may be unsafe. Consider using _strlwr_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\cmdlib.cpp(100) : warning C4996: '_strlwr' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(132) : see declaration of '_strlwr'
        Message: 'This function or variable may be unsafe. Consider using _strlwr_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\cmdlib.cpp(173) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\cmdlib.cpp(212) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
..\common\cmdlib.cpp(225) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
..\common\cmdlib.cpp(240) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
..\common\cmdlib.cpp(528) : warning C4996: '_vsnprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(333) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\cmdlib.cpp(550) : warning C4996: 'strncat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
bspfile.cpp
..\common\bspfile.cpp(721) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\bspfile.cpp(726) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\bspfile.cpp(727) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\bspfile.cpp(730) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\bspfile.cpp(754) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
..\common\bspfile.cpp(761) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
..\common\bspfile.cpp(762) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
..\common\bspfile.cpp(811) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\bspfile.cpp(883) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
blockmem.cpp
wadpath.cpp
wadinclude.cpp
wadcfg.cpp
.\wadcfg.cpp(141) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\wadcfg.cpp(221) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\wadcfg.cpp(283) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
textures.cpp
.\textures.cpp(170) : warning C4996: 'getenv' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\textures.cpp(199) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\textures.cpp(208) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\textures.cpp(226) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\textures.cpp(532) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
.\textures.cpp(536) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
.\textures.cpp(665) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
qcsg.cpp
.\qcsg.cpp(1799) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
properties.cpp
map.cpp
.\map.cpp(215) : warning C4996: '_strupr' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(170) : see declaration of '_strupr'
        Message: 'This function or variable may be unsafe. Consider using _strupr_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
hullfile.cpp
.\hullfile.cpp(43) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\hullfile.cpp(56) : warning C4996: 'fscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\hullfile.cpp(78) : warning C4996: 'fscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
brushunion.cpp
Compiling...
brush.cpp
autowad.cpp
.\autowad.cpp(308) : warning C4996: 'getenv' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\autowad.cpp(327) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\autowad.cpp(336) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\autowad.cpp(354) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
Generating code
Finished generating code
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://d:\Downloads\ZHLT 3.0\3.4 x64 Source SDK\hlcsg\x64\Release\BuildLog.htm"
hlcsg - 0 error(s), 52 warning(s)