📄 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\Min\LOCALS~1\Temp\RSP14B.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\Min\LOCALS~1\Temp\RSP14B.tmp"
Creating temporary file "C:\DOCUME~1\Min\LOCALS~1\Temp\RSP14C.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\Min\LOCALS~1\Temp\RSP14C.tmp"
Creating temporary file "C:\DOCUME~1\Min\LOCALS~1\Temp\RSP14D.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\Min\LOCALS~1\Temp\RSP14D.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
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\Min\LOCALS~1\Temp\RSP14F.bat" with contents
[
@echo off
hcw /c /m /e pathfinder2d.hpj
copy release\pathfinder2d.exe pathfinder2d.exe
]
Creating command line "C:\DOCUME~1\Min\LOCALS~1\Temp\RSP14F.bat"
1 file(s) copied.
<h3>Results</h3>
PathFinder2D.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -