amaze.plg

来自「一个迷宫生成算法」· PLG 代码 · 共 61 行

PLG
61
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Amaze - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Amaze.res" /d "_DEBUG" /d "_AFXDLL" "E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\Amaze.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Amaze.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\Amaze.cpp"
"E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\AmazeDoc.cpp"
"E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\AmazeView.cpp"
"E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\MainFrm.cpp"
"E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\Setup.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Amaze.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Amaze.pdb" /debug /machine:I386 /out:"Debug/Amaze.exe" /pdbtype:sept 
".\Debug\Amaze.obj"
".\Debug\AmazeDoc.obj"
".\Debug\AmazeView.obj"
".\Debug\MainFrm.obj"
".\Debug\Setup.obj"
".\Debug\StdAfx.obj"
".\Debug\Amaze.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Amaze.cpp
AmazeDoc.cpp
E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\AmazeDoc.cpp(123) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\AmazeDoc.cpp(139) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\lic\my program\advanced samples\实例\第四章\迷宫生成器\Amaze\AmazeDoc.cpp(153) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
AmazeView.cpp
MainFrm.cpp
Setup.cpp
Generating Code...
Linking...



<h3>Results</h3>
Amaze.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?