1 Star 0 Fork 3

Ayrz/SQLiteFTS-CIPHER

forked from 奇天/SQLiteFTS-CIPHER 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
configure.bat 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
奇天 提交于 2019-01-30 13:28 . init commit
@echo off
if not exist "debug". (md "debug".)
if not exist "release". (md "release".)
if not exist "debug\icudt57.dll" (copy "dependency\icu\bin\icudt57.dll" "debug".)
if not exist "debug\icuin57.dll" (copy "dependency\icu\bin\icuin57.dll" "debug".)
if not exist "debug\icuuc57.dll" (copy "dependency\icu\bin\icuuc57.dll" "debug".)
if not exist "debug\libeay32.dll" (copy "dependency\openssl\bin\libeay32.dll" "debug".)
if not exist "release\icudt57.dll" (copy "dependency\icu\bin\icudt57.dll" "release".)
if not exist "release\icuin57.dll" (copy "dependency\icu\bin\icuin57.dll" "release".)
if not exist "release\icuuc57.dll" (copy "dependency\icu\bin\icuuc57.dll" "release".)
if not exist "release\libeay32.dll" (copy "dependency\openssl\bin\libeay32.dll" "release".)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ayrz2010/SQLiteFTS-CIPHER.git
[email protected]:ayrz2010/SQLiteFTS-CIPHER.git
ayrz2010
SQLiteFTS-CIPHER
SQLiteFTS-CIPHER
master

搜索帮助