📄 comgis.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ComGIS - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP1A.bat" with contents
[
@echo off
copy "hlp\ComGIS.cnt" .\Debug
]
Creating command line "C:\TEMP\RSP1A.bat"
Creating temporary file "C:\TEMP\RSP1B.bat" with contents
[
@echo off
echo. >"hlp\ComGIS.hm"
echo // Commands (ID_* and IDM_*) >>"hlp\ComGIS.hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\ComGIS.hm"
echo. >>"hlp\ComGIS.hm"
echo // Prompts (IDP_*) >>"hlp\ComGIS.hm"
makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\ComGIS.hm"
echo. >>"hlp\ComGIS.hm"
echo // Resources (IDR_*) >>"hlp\ComGIS.hm"
makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\ComGIS.hm"
echo. >>"hlp\ComGIS.hm"
echo // Dialogs (IDD_*) >>"hlp\ComGIS.hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\ComGIS.hm"
echo. >>"hlp\ComGIS.hm"
echo // Frame Controls (IDW_*) >>"hlp\ComGIS.hm"
makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\ComGIS.hm"
]
Creating command line "C:\TEMP\RSP1B.bat"
Creating temporary file "C:\TEMP\RSP1C.bat" with contents
[
@echo off
start /wait hcw /C /E /M "hlp\ComGIS.hpj"
if errorlevel 1 goto :Error
if not exist "hlp\ComGIS.hlp" goto :Error
copy "hlp\ComGIS.hlp" .\Debug
goto :done
:Error
echo hlp\ComGIS.hpj(1) : error:
type "hlp\ComGIS.log"
:done
]
Creating command line "C:\TEMP\RSP1C.bat"
Creating command line "rc.exe /l 0x804 /fo"Debug/ComGIS.res" /d "_DEBUG" /d "_AFXDLL" "E:\USER\Projects\ComGIS\ComGIS.rc""
Copying contents file...
已复制 1 个文件。
Making help include file...
Making help file...
已复制 1 个文件。
Creating temporary file "C:\TEMP\RSP1D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ComGIS.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\USER\Projects\ComGIS\ChildFrm.cpp"
"E:\USER\Projects\ComGIS\ComGIS.cpp"
"E:\USER\Projects\ComGIS\ComGISDoc.cpp"
"E:\USER\Projects\ComGIS\ComGISView.cpp"
"E:\USER\Projects\ComGIS\GeoDAO.cpp"
"E:\USER\Projects\ComGIS\GeoDataEngine.cpp"
"E:\USER\Projects\ComGIS\LayerTreeDlg.cpp"
"E:\USER\Projects\ComGIS\MainFrm.cpp"
"E:\USER\Projects\ComGIS\NewLayerDlg.cpp"
"E:\USER\Projects\ComGIS\NewWorkspaceDlg.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP1D.tmp"
Creating temporary file "C:\TEMP\RSP1E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ComGIS.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\USER\Projects\ComGIS\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP1E.tmp"
Creating temporary file "C:\TEMP\RSP1F.tmp" with contents
[
ddao35.lib /nologo /subsystem:windows /profile /debug /machine:I386 /out:"Debug/ComGIS.exe"
.\Debug\ChildFrm.obj
.\Debug\ComGIS.obj
.\Debug\ComGISDoc.obj
.\Debug\ComGISView.obj
.\Debug\GeoDAO.obj
.\Debug\GeoDataEngine.obj
.\Debug\LayerTreeDlg.obj
.\Debug\MainFrm.obj
.\Debug\NewLayerDlg.obj
.\Debug\NewWorkspaceDlg.obj
.\Debug\StdAfx.obj
.\Debug\ComGIS.res
]
Creating command line "link.exe @C:\TEMP\RSP1F.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
ComGIS.cpp
ComGISDoc.cpp
ComGISView.cpp
GeoDAO.cpp
GeoDataEngine.cpp
LayerTreeDlg.cpp
MainFrm.cpp
NewLayerDlg.cpp
NewWorkspaceDlg.cpp
Generating Code...
Linking...
Creating library Debug/ComGIS.lib and object Debug/ComGIS.exp
<h3>Results</h3>
ComGIS.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -