1 Star 0 Fork 43

openGauss / openGauss-connector-odbc

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
BuildAll.bat 293 Bytes
Copy Edit Web IDE Raw Blame History
::
:: 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/opengaussorg/openGauss-connector-odbc.git
git@gitee.com:opengaussorg/openGauss-connector-odbc.git
opengaussorg
openGauss-connector-odbc
openGauss-connector-odbc
master

Search