📄 import.bat
字号:
@echo off
rem
rem Copyright (C) 2005 Darrell Karbott (djk2005@users.sf.net)
rem This code is free software; you can redistribute it and/or
rem modify it under the terms of GNU Lesser General Public License.
rem See http://www.gnu.org/ for further details of the LGPL.
rem
rem ------------------------------------------------------------
rem This script copies files out of the iksemel source tree
rem so that iksemel can be built from this directory using
rem the standard (bldmake/abld) Symbian cli build scripts.
rem ------------------------------------------------------------
set iksemel_root=..\iksemel
copy %iksemel_root%\include\iksemel.h include
copy %iksemel_root%\include\common.h include
copy %iksemel_root%\src\base64.c src
copy %iksemel_root%\src\dom.c src
copy %iksemel_root%\src\filter.c src
copy %iksemel_root%\src\iks.c src
copy %iksemel_root%\src\ikstack.c src
copy %iksemel_root%\src\jabber.c src
copy %iksemel_root%\src\md5.c src
copy %iksemel_root%\src\sax.c src
copy %iksemel_root%\src\sha.c src
copy %iksemel_root%\src\stream.c src
copy %iksemel_root%\src\utility.c src
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -