first commit for openGauss connect odbc code
This commit is contained in:
11
installer/psqlodbc-setup/Make.bat
Executable file
11
installer/psqlodbc-setup/Make.bat
Executable file
@ -0,0 +1,11 @@
|
||||
::
|
||||
:: Build bootstrapper program of psqlodbc project
|
||||
::
|
||||
@echo off
|
||||
if "%1" == "/?" (
|
||||
powershell Get-Help '%~dp0\buildBootstrapper.ps1' -detailed
|
||||
) else if "%1" == "-?" (
|
||||
powershell Get-Help '%~dp0\buildBootstrapper.ps1' %2 %3 %4 %5 %6 %7 %8 %9
|
||||
) else (
|
||||
powershell "& '%~dp0\buildBootstrapper.ps1' %*"
|
||||
)
|
Reference in New Issue
Block a user