1 Star 0 Fork 8

Turner Gao / Crow

forked from Asciphx / Crow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
conanfile.bat 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2022-06-17 14:17 . 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
C++
1
https://gitee.com/turner_admin/crow.git
git@gitee.com:turner_admin/crow.git
turner_admin
crow
Crow
master

搜索帮助