dlangui/examples/test/Debug/test.buildlog.html

40 lines
1.7 KiB
HTML

<html><head><META HTTP-EQUIV="Content-Type" content="text/html">
</head><body><pre>
<table width=100% bgcolor=#CFCFE5><tr><td>
<font face=arial size=+3>Build Log</font>
</table>
<table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Building Debug\test.exe
</font></table>
<table width=100% bgcolor=#EFEFE5><tr><td><font face=arial size=+1>
Command Line
</font></table>
set PATH=C:\D\dmd2\windows\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\\bin;%PATH%
dmd -g -debug -X -Xf&quot;Debug\test.json&quot; -deps=&quot;Debug\test.dep&quot; -c -of&quot;Debug\test.obj&quot; main.d
if errorlevel 1 goto reportError
set LIB=&quot;C:\D\dmd2\windows\bin\\..\lib&quot;
echo. &gt; Debug\test.build.lnkarg
echo &quot;Debug\test.obj&quot;,&quot;Debug\test.exe_cv&quot;,&quot;Debug\test.map&quot;,user32.lib+ &gt;&gt; Debug\test.build.lnkarg
echo kernel32.lib/NOMAP/CO/NOI &gt;&gt; Debug\test.build.lnkarg
&quot;C:\Tools\VisualDAddon\pipedmd.exe&quot; -deps Debug\test.lnkdep link.exe @Debug\test.build.lnkarg
if errorlevel 1 goto reportError
if not exist &quot;Debug\test.exe_cv&quot; (echo &quot;Debug\test.exe_cv&quot; not created! &amp;&amp; goto reportError)
echo Converting debug information...
&quot;C:\Tools\VisualDAddon\cv2pdb\cv2pdb.exe&quot; &quot;Debug\test.exe_cv&quot; &quot;Debug\test.exe&quot;
if errorlevel 1 goto reportError
if not exist &quot;Debug\test.exe&quot; (echo &quot;Debug\test.exe&quot; not created! &amp;&amp; goto reportError)
goto noError
:reportError
echo Building Debug\test.exe failed!
:noError
<table width=100% bgcolor=#EFEFE5><tr><td><font face=arial size=+1>
Output
</font></table>
main.d(26): Error: cannot modify const expression cfoo2
Building Debug\test.exe failed!
</body></html>