## Build all dlls of psqlodbc project for Windows
## from WSL or cygwin
##
+cd $(dirname $0)
pscript=winbuild/BuildAll.ps1
if [ $# -gt 0 ]; then
if [ $1 = "/?" ]; then
##
## Start editConfiguration with a mimimized console window
##
+cd $(dirname $0)
Powershell.exe -Sta -WindowStyle Minimized winbuild/editConfiguration.ps1 $*
## Build installers of psqlodbc project for Windows
## from WSL or cygwin
##
+cd $(dirname $0)
pscript=installer/buildInstallers.ps1
if [ $# -gt 0 ]; then
if [ $1 = "/?" ]; then
## regression test on Windows using MSBuild
## from WSL or cygwin
##
+cd $(dirname $0)
pscript=winbuild/regress.ps1
if [ $# -gt 0 ]; then
if [ $1 = "/?" ]; then