import.bat

来自「symbina上可以使用一个xml解析器,对开发网络应用很有好处」· Batch 代码 · 共 28 行

BAT
28
字号
@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 + =
减小字号Ctrl + -
显示快捷键?