projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30fd6a1
)
Change the default platform parameter from "x64" to "both" in Windows regression...
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sat, 10 Nov 2018 00:46:32 +0000
(09:46 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sat, 10 Nov 2018 00:46:32 +0000
(09:46 +0900)
winbuild/regress.ps1
patch
|
blob
|
blame
|
history
diff --git
a/winbuild/regress.ps1
b/winbuild/regress.ps1
index 63799dcd5f75c46f1520186edab9c14bf44d3158..7a34a4a99be9b4350414749dee4b179994a8dcd0 100644
(file)
--- a/
winbuild/regress.ps1
+++ b/
winbuild/regress.ps1
@@
-68,7
+68,7
@@
Param(
[switch]$Ansi,
[string]$VCVersion,
[ValidateSet("Win32", "x64", "both")]
-[string]$Platform="
x64
",
+[string]$Platform="
both
",
[string]$Toolset,
[ValidateSet("", "4.0", "12.0", "14.0", "15.0")]
[string]$MSToolsVersion,