perm.plg
来自「在任务级并行平台P2HP上开发的demo应用」· PLG 代码 · 共 33 行
PLG
33 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Perm - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\cgcl\LOCALS~1\Temp\RSP6B.tmp" with contents
[
.\tinyxmld.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/Perm.pdb" /machine:I386 /out:"Release/Perm.exe"
".\Release\GlobePar.obj"
".\Release\Perm.obj"
".\Release\ProteinSeq.obj"
".\Release\Simulation.obj"
".\Release\StdAfx.obj"
".\Release\UseXML.obj"
".\Release\Perm.res"
]
Creating command line "link.exe @C:\DOCUME~1\cgcl\LOCALS~1\Temp\RSP6B.tmp"
<h3>Output Window</h3>
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
<h3>Results</h3>
Perm.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?