📄 pathfinder2d.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PathFinder2D - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/PathFinder2D.res" /d "NDEBUG" "C:\projects\PathFinder2D\PathFinder2D.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A4.tmp" with contents
[
/nologo /G6 /Gr /MT /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FAs /Fa"Release/" /Fp"Release/PathFinder2D.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"C:\projects\PathFinder2D\Astar.cpp"
"C:\projects\PathFinder2D\AStarArray.cpp"
"C:\projects\PathFinder2D\AStarComplete.cpp"
"C:\projects\PathFinder2D\AStarHeap.cpp"
"C:\projects\PathFinder2D\AStarHeapInteger.cpp"
"C:\projects\PathFinder2D\AStarLinkedList.cpp"
"C:\projects\PathFinder2D\BestFirst.cpp"
"C:\projects\PathFinder2D\BreadthFirst.cpp"
"C:\projects\PathFinder2D\DepthFirst.cpp"
"C:\projects\PathFinder2D\Development.cpp"
"C:\projects\PathFinder2D\Dijkstra.cpp"
"C:\projects\PathFinder2D\DStar.cpp"
"C:\projects\PathFinder2D\Generic.cpp"
"C:\projects\PathFinder2D\PathFinder2D.cpp"
"C:\projects\PathFinder2D\RightHandRule.cpp"
"C:\projects\PathFinder2D\Setup.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A4.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A5.tmp" with contents
[
/nologo /G6 /Gr /MT /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FAs /Fa"Release/" /Fp"Release/PathFinder2D.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"C:\projects\PathFinder2D\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A5.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A6.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/PathFinder2D.pdb" /machine:I386 /out:"Release/PathFinder2D.exe"
.\Release\Astar.obj
.\Release\AStarArray.obj
.\Release\AStarComplete.obj
.\Release\AStarHeap.obj
.\Release\AStarHeapInteger.obj
.\Release\AStarLinkedList.obj
.\Release\BestFirst.obj
.\Release\BreadthFirst.obj
.\Release\DepthFirst.obj
.\Release\Development.obj
.\Release\Dijkstra.obj
.\Release\DStar.obj
.\Release\Generic.obj
.\Release\PathFinder2D.obj
.\Release\RightHandRule.obj
.\Release\Setup.obj
.\Release\StdAfx.obj
.\Release\PathFinder2D.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A6.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Astar.cpp
AStarArray.cpp
AStarComplete.cpp
AStarHeap.cpp
AStarHeapInteger.cpp
AStarLinkedList.cpp
BestFirst.cpp
BreadthFirst.cpp
DepthFirst.cpp
Development.cpp
Dijkstra.cpp
DStar.cpp
Generic.cpp
PathFinder2D.cpp
RightHandRule.cpp
Setup.cpp
Generating Code...
Linking...
Creating temporary file "C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A8.bat" with contents
[
@echo off
hcw /c /m /e pathfinder.hpj
]
Creating command line "C:\DOCUME~1\ADMINI~1.SAS\LOCALS~1\Temp\RSP4A8.bat"
<h3>Results</h3>
PathFinder2D.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -