static lib.plg

来自「创建静态链接库的程序」· PLG 代码 · 共 28 行

PLG
28
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Static Lib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP60B5.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fp"Debug/Static Lib.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vc书籍\Static Lib\Zrfstat.c"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP60B5.TMP" 
Creating command line "link.exe -lib /nologo /out:"Debug\Static Lib.lib"  ".\Debug\Zrfstat.obj" "
<h3>Output Window</h3>
Compiling...
Zrfstat.c
Creating library...



<h3>Results</h3>
Static Lib.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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