mydtm.plg
来自「离散点生成等高线的程序」· PLG 代码 · 共 32 行
PLG
32 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyDTM - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPE9.tmp" with contents
[
rxapi.lib acrx15.lib acdb15.lib acutil15.lib acge15.lib acgiapi.lib achapi15.lib acISMobj15.lib acad.lib acedapi.lib acsiobj.lib adui15.lib acui15.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"Release/0MyDTM.pdb" /machine:I386 /def:".\MyDTM.def" /out:"Release/0MyDTM.arx" /implib:"Release/0MyDTM.lib"
.\Release\DocData.obj
.\Release\MyDTM.obj
.\Release\rxdebug.obj
.\Release\StdAfx.obj
.\Release\MyDTM.res
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPE9.tmp"
<h3>Output Window</h3>
Linking...
Creating library Release/0MyDTM.lib and object Release/0MyDTM.exp
LINK : warning LNK4089: all references to "KERNEL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "USER32.dll" discarded by /OPT:REF
<h3>Results</h3>
0MyDTM.arx - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?