smallcad203.plg

来自「一个简单的画图程序 可以画点线面等」· PLG 代码 · 共 108 行

PLG
108
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SmallCAD203 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/SmallCAD203.res" /d "_DEBUG" /d "_AFXDLL" "D:\SmallCAD203\SmallCAD203.rc"" 
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SmallCAD203.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\SmallCAD203\ColorDIg.cpp"
"D:\SmallCAD203\Function.cpp"
"D:\SmallCAD203\FunctionEllipse.cpp"
"D:\SmallCAD203\FunctionHandLine.cpp"
"D:\SmallCAD203\FunctionLine.cpp"
"D:\SmallCAD203\FunctionPoint.cpp"
"D:\SmallCAD203\FunctionPolygon.cpp"
"D:\SmallCAD203\FunctionRectangle.cpp"
"D:\SmallCAD203\FunctionTriangle.cpp"
"D:\SmallCAD203\Graph.cpp"
"D:\SmallCAD203\GraphEllipse.cpp"
"D:\SmallCAD203\GraphLine.cpp"
"D:\SmallCAD203\GraphList.cpp"
"D:\SmallCAD203\GraphPoint.cpp"
"D:\SmallCAD203\GraphRectangle.cpp"
"D:\SmallCAD203\GraphTriangle.cpp"
"D:\SmallCAD203\MainFrm.cpp"
"D:\SmallCAD203\Scale2.cpp"
"D:\SmallCAD203\SmallCAD203.cpp"
"D:\SmallCAD203\SmallCAD203Doc.cpp"
"D:\SmallCAD203\SmallCAD203View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP1F.tmp" 
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP20.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SmallCAD203.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\SmallCAD203\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP20.tmp" 
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP21.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SmallCAD203.pdb" /debug /machine:I386 /out:"Debug/SmallCAD203.exe" /pdbtype:sept 
.\Debug\ColorDIg.obj
.\Debug\Function.obj
.\Debug\FunctionEllipse.obj
.\Debug\FunctionHandLine.obj
.\Debug\FunctionLine.obj
.\Debug\FunctionPoint.obj
.\Debug\FunctionPolygon.obj
.\Debug\FunctionRectangle.obj
.\Debug\FunctionTriangle.obj
.\Debug\Graph.obj
.\Debug\GraphEllipse.obj
.\Debug\GraphLine.obj
.\Debug\GraphList.obj
.\Debug\GraphPoint.obj
.\Debug\GraphRectangle.obj
.\Debug\GraphTriangle.obj
.\Debug\MainFrm.obj
.\Debug\Scale2.obj
.\Debug\SmallCAD203.obj
.\Debug\SmallCAD203Doc.obj
.\Debug\SmallCAD203View.obj
.\Debug\StdAfx.obj
.\Debug\SmallCAD203.res
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP21.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ColorDIg.cpp
Function.cpp
FunctionEllipse.cpp
FunctionHandLine.cpp
FunctionLine.cpp
FunctionPoint.cpp
FunctionPolygon.cpp
FunctionRectangle.cpp
FunctionTriangle.cpp
Graph.cpp
GraphEllipse.cpp
GraphLine.cpp
GraphList.cpp
GraphPoint.cpp
GraphRectangle.cpp
GraphTriangle.cpp
MainFrm.cpp
Scale2.cpp
SmallCAD203.cpp
SmallCAD203Doc.cpp
Generating Code...
Compiling...
SmallCAD203View.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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