创建静态链接库的程序

源代码在线查看: static lib.plg

软件大小: 10 K
上传用户: zhangpeng
关键词: 静态链接 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				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)
				
				
				
							

相关资源