An improvement for psqlodbc developpers. Make it possible to call some shell scripts...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 25 Mar 2020 06:40:54 +0000 (15:40 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 22 May 2020 11:46:28 +0000 (20:46 +0900)
wbuild.sh
wconfig.sh
winstaller.sh
wregress.sh

index fa1046c7843ad15f52d140e8c0a72f7ca79531d2..54e6e66b63764ea7d33d4e9df0f7f721fa73aa8e 100644 (file)
--- a/wbuild.sh
+++ b/wbuild.sh
@@ -3,6 +3,7 @@
 ## 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
index 90bc724e8f222631e938478cdb8eb6182e4e18cf..dd6bdf0485b03639bb4162f1fb63fe2cf1f07f07 100644 (file)
@@ -2,4 +2,5 @@
 ##
 ## Start editConfiguration with a mimimized console window
 ##
+cd $(dirname $0)
 Powershell.exe -Sta -WindowStyle Minimized winbuild/editConfiguration.ps1 $*
index 8d6e345323379f3367eb9d6784a933d38d25f4cb..9c3b186297064adf04435629523ef570e086d839 100644 (file)
@@ -3,6 +3,7 @@
 ## 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
index ec4f0b906c9fd2ed56b6ab092fb48b146ead26e8..f929e195818400f5f87bdecdfb3bdd37f27647fb 100644 (file)
@@ -3,6 +3,7 @@
 ## regression test on Windows using MSBuild 
 ##     from WSL or cygwin
 ##
+cd $(dirname $0)
 pscript=winbuild/regress.ps1
 if [ $# -gt 0 ]; then
    if [ $1 = "/?" ]; then