2 Star 16 Fork 8

Asciphx/Crow

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

搜索帮助