1 Star 0 Fork 46

duoluodexiaokeke / openGauss-connector-odbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BuildAll.bat 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
::
:: 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' %*"
)
C
1
https://gitee.com/duoluodexiaokeke/openGauss-connector-odbc.git
git@gitee.com:duoluodexiaokeke/openGauss-connector-odbc.git
duoluodexiaokeke
openGauss-connector-odbc
openGauss-connector-odbc
master

搜索帮助