projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c362d98
)
Fix typo failing the Rebuild target (#68)
author
Christian Ullrich
<chris@chrullrich.net>
Mon, 28 Oct 2024 09:49:25 +0000
(10:49 +0100)
committer
GitHub
<noreply@github.com>
Mon, 28 Oct 2024 09:49:25 +0000
(
05:49
-0400)
winbuild/platformbuild.vcxproj
patch
|
blob
|
blame
|
history
diff --git
a/winbuild/platformbuild.vcxproj
b/winbuild/platformbuild.vcxproj
index e08aadc647d735ae25bfe2cab482347b5ddd5b3a..3530285006a478a9a577ed62aac6a3d58c4ee862 100755
(executable)
--- a/
winbuild/platformbuild.vcxproj
+++ b/
winbuild/platformbuild.vcxproj
@@
-103,7
+103,7
@@
Condition="!exists('$(PG_BIN)')"/>
<Error
Text="$(PG_BIN)\libpq.dll doesn't exist.%0D%0Aset PG_BIN properly."
- Condition="!exists('$(PG_BIN)\l
l
ibpq.dll')"/>
+ Condition="!exists('$(PG_BIN)\libpq.dll')"/>
<MSBuild Projects="psqlsetup.vcxproj"
Targets="ReBuild"
Properties="Configuration=$(Configuration);srcPath=$(srcPath)"/>