1 Star 11 Fork 3

Asciphx/ccORM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conanfile.bat 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
asciphx 提交于 2021-07-16 02:32 +08:00 . frist
@echo off
title test conan
echo Here, i only test the connection of all header files, and can't output them correctly
if exist .\msql.hh del .\msql.hh;
for /f "tokens=2 skip=1 delims= " %%i in (.\www\a.hh) do (
type .\www\sql\%%~nxi >> .\msql.hh
)
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ASCIPHX/ccORM.git
git@gitee.com:ASCIPHX/ccORM.git
ASCIPHX
ccORM
ccORM
main

搜索帮助