This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/iris-legacy/iris/example/conntest/prepare

31 lines
573 B
Text
Raw Permalink Normal View History

2025-12-25 01:37:49 +05:00
#!/bin/sh
CS_BASE=../../../cutestuff
QCA_BASE=../../../qca
IRIS_BASE=../..
# import cutestuff
mkdir cutestuff
cp -a $CS_BASE/util cutestuff
cp -a $CS_BASE/network cutestuff
# import qca
mkdir qca
cp -a $QCA_BASE/src/* qca
# import iris
mkdir iris
cp -a $IRIS_BASE/libidn iris
cp -a $IRIS_BASE/libidn.pri iris
cp -a $IRIS_BASE/include iris
cp -a $IRIS_BASE/xmpp-core iris
cp -a $IRIS_BASE/xmpp-im iris
cp -a $IRIS_BASE/jabber iris
cp -a $IRIS_BASE/iris.pri iris
# other stuff
cp -a $IRIS_BASE/cs.pri .
cp -a $IRIS_BASE/example/example.pri .
cp -a $IRIS_BASE/COPYING .