创建静态链接库的程序
源代码在线查看: static lib.plg
Build Log
--------------------Configuration: Static Lib - Win32 Debug--------------------
Command Lines
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" "
Output Window
Compiling...
Zrfstat.c
Creating library...
Results
Static Lib.lib - 0 error(s), 0 warning(s)