3 Star 1 Fork 0

Gitee 极速下载/apache-apr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/apache/apr
克隆/下载
SConscript 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Import("env")
files = env.core_lib_files()
(major, minor, patch) = env.APRVersion()
libapr = env.SharedLibrary('apr-%d' % (major), files)
tests = Split("""
abts.c testutil.c
testtime.c teststr.c testvsn.c testipsub.c testshm.c
testmmap.c testud.c testtable.c testsleep.c testpools.c
testfmt.c testfile.c testdir.c testfileinfo.c testrand.c
testdso.c testoc.c testdup.c testsockets.c testproc.c
testpoll.c testlock.c testsockopt.c testpipe.c
testthread.c testhash.c testargs.c testnames.c testuser.c
testpath.c testenv.c testprocmutex.c testfnmatch.c
testatomic.c testflock.c testsock.c testglobalmutex.c
teststrnatcmp.c testfilecopy.c testtemp.c testlfs.c
testcond.c testuri.c testmemcache.c testdate.c
testxlate.c testdbd.c testrmm.c testmd4.c
teststrmatch.c testpass.c testcrypto.c testqueue.c
testbuckets.c testxml.c testdbm.c testuuid.c testmd5.c
testreslist.c dbd.c
""")
tenv = env.Clone()
tenv.AppendUnique(LIBS = libapr)
testall = tenv.Program('testall', source = ["test/"+t for t in tests])
targets = [libapr, testall]
Return("targets")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/apache-apr.git
git@gitee.com:mirrors/apache-apr.git
mirrors
apache-apr
apache-apr
trunk

搜索帮助