1 Star 0 Fork 0

pguanhai/c-ares

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
buildconf.bat 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
bradh352 提交于 2020-09-11 10:21 . update path for include
@echo off
REM
REM
REM This batch file must be used to set up a git tree to build on
REM systems where there is no autotools support (i.e. Microsoft).
REM
REM This file is not included nor needed for c-ares' release
REM archives, neither for c-ares' daily snapshot archives.
if exist GIT-INFO goto start_doing
ECHO ERROR: This file shall only be used with a c-ares git checkout.
goto end_all
:start_doing
if not exist include\ares_build.h.dist goto end_ares_build_h
copy /Y include\ares_build.h.dist include\ares_build.h
:end_ares_build_h
:end_all
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pguanhai/c-ares.git
git@gitee.com:pguanhai/c-ares.git
pguanhai
c-ares
c-ares
master

搜索帮助