在brew中实现中文输入法

源代码在线查看: text.plg

软件大小: 18 K
上传用户: rain0413
关键词: brew 输入法
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: Text - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\xuan\LOCALS~1\Temp\RSPD.tmp" with contents
				[
				/nologo /MTd /W3 /Gm /GX /ZI /Od /I "C:\PROGRA~2\BREWSD~1.0\inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AEE_SIMULATOR" /FR"Debug/" /Fp"Debug/Text.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"C:\ProgramFiles\BREWSDKv2.1.0\src\AEEAppGen.c"
				"C:\ProgramFiles\BREWSDKv2.1.0\src\AEEModGen.c"
				"C:\ProgramFiles\BREWSDKv2.1.0\Examples\Text\Text.c"
				]
				Creating command line "cl.exe @C:\DOCUME~1\xuan\LOCALS~1\Temp\RSPD.tmp" 
				Creating temporary file "C:\DOCUME~1\xuan\LOCALS~1\Temp\RSPE.tmp" with contents
				[
				oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/Text.pdb" /debug /machine:I386 /out:"Text.dll" /implib:"Debug/Text.lib" /pdbtype:sept 
				.\Debug\AEEAppGen.obj
				.\Debug\AEEModGen.obj
				.\Debug\Text.obj
				]
				Creating command line "link.exe @C:\DOCUME~1\xuan\LOCALS~1\Temp\RSPE.tmp"
				Output Window
				Compiling...
				AEEAppGen.c
				AEEModGen.c
				Text.c
				Linking...
				   Creating library Debug/Text.lib and object Debug/Text.exp
				Creating command line "bscmake.exe /nologo /o"Debug/Text.bsc"  .\Debug\AEEAppGen.sbr .\Debug\AEEModGen.sbr .\Debug\Text.sbr"
				Creating browse info file...
				Output Window
				
				
				
				Results
				Text.dll - 0 error(s), 0 warning(s)
				
				
				
							

相关资源