21 Star 42 Fork 57

openGauss/openGauss-connector-odbc

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BuildAll.bat 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
lishifu 提交于 2020-06-24 16:11 +08:00 . first commit for openGauss connect odbc code
::
:: Build all dlls of psqlodbc project
::
@echo off
if "%1" == "/?" (
powershell Get-Help '%~dp0\winbuild\BuildAll.ps1' -detailed
) else if "%1" == "-?" (
powershell Get-Help '%~dp0\winbuild\BuildAll.ps1' %2 %3 %4 %5 %6 %7 %8 %9
) else (
powershell "& '%~dp0\winbuild\BuildAll.ps1' %*"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/opengauss/openGauss-connector-odbc.git
git@gitee.com:opengauss/openGauss-connector-odbc.git
opengauss
openGauss-connector-odbc
openGauss-connector-odbc
master

搜索帮助