gates_of_skeldal/mapedit/Lex_Lib/Debug/BuildLog.htm
2025-01-24 18:27:22 +01:00

100 lines
No EOL
21 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">
</head>
<body>
<pre>
<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
Build Log
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
<h3>Build started: Project: Lex_Lib, Configuration: Debug|Win32</h3>
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Command Lines
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00001447843456.rsp" with contents
[
/Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_VC80_UPGRADE=0x0710&quot; /D &quot;_MBCS&quot; /Gm /EHsc /RTC1 /MTd /Zp1 /J /Fo&quot;Debug\\&quot; /Fd&quot;Debug\vc90.pdb&quot; /W3 /c /Wp64 /ZI /TC ..\..\Libs\Lex_lib.c
]
Creating command line "cl.exe @d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00001447843456.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00001647843456.rsp" with contents
[
/OUT:&quot;Debug/Lex_Lib.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Debug\Lex_Lib.exe.intermediate.manifest&quot; /MANIFESTUAC:&quot;level='asInvoker' uiAccess='false'&quot; /DEBUG /PDB:&quot;Debug/Lex_Lib.pdb&quot; /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
&quot;.\Debug\Lex_lib.obj&quot;
&quot;.\Debug\Lex_Lib.exe.embed.manifest.res&quot;
]
Creating command line "link.exe @d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00001647843456.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00001947843456.rsp" with contents
[
/out:.\Debug\Lex_Lib.exe.embed.manifest /notify_update /manifest
.\Debug\Lex_Lib.exe.intermediate.manifest
]
Creating command line "mt.exe @d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00001947843456.rsp /nologo"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\BAT00001F47843456.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% &gt; .\Debug\mt.dep
]
Creating command line "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\BAT00001F47843456.bat"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\TMP00002047843456.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ &quot;.\\Debug\\Lex_Lib.exe.embed.manifest&quot;
]
Creating command line "rc.exe /fo".\Debug\Lex_Lib.exe.embed.manifest.res" d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\TMP00002047843456.tmp"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00002347843456.rsp" with contents
[
/OUT:&quot;Debug/Lex_Lib.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Debug\Lex_Lib.exe.intermediate.manifest&quot; /MANIFESTUAC:&quot;level='asInvoker' uiAccess='false'&quot; /DEBUG /PDB:&quot;Debug/Lex_Lib.pdb&quot; /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
&quot;.\Debug\Lex_lib.obj&quot;
&quot;.\Debug\Lex_Lib.exe.embed.manifest.res&quot;
]
Creating command line "link.exe @d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\RSP00002347843456.rsp /NOLOGO /ERRORREPORT:PROMPT"
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Output Window
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...
#Starting job 0 : "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe" @E:\Users\Ondra\AppData\Local\Temp\Par6337.tmp /nologo /errorReport:prompt
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
Lex_lib.c
d:\vcprojects\skeldal\libs\lex_lib.c(27) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
d:\vcprojects\skeldal\libs\lex_lib.c(55) : warning C4996: 'fcloseall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fcloseall. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(719) : see declaration of 'fcloseall'
d:\vcprojects\skeldal\libs\lex_lib.c(119) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\vcprojects\skeldal\libs\lex_lib.c(156) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\vcprojects\skeldal\libs\lex_lib.c(190) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\lex_lib.c(197) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\lex_lib.c(204) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\lex_lib.c(207) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\lex_lib.c(210) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\lex_lib.c(215) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\vcprojects\skeldal\libs\lex_lib.c(231) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\vcprojects\skeldal\libs\lex_lib.c(238) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\vcprojects\skeldal\libs\lex_lib.c(252) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
#Finished 0 ..
d:\vcprojects\skeldal\libs\lex_lib.c(257) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\vcprojects\skeldal\libs\lex_lib.c(261) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\vcprojects\skeldal\libs\lex_lib.c(262) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\vcprojects\skeldal\libs\lex_lib.c(265) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\vcprojects\skeldal\libs\lex_lib.c(276) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Linking...
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Results
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://d:\vcprojects\Skeldal\mapedit\Lex_Lib\Debug\BuildLog.htm"
Lex_Lib - 0 error(s), 19 warning(s)
</pre></table><table width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
</font></table></body></html>