projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1def338
)
Fixed dllname of win32
author
Hiroshi Saito
<hiroshi@winpg.jp>
Thu, 24 Aug 2006 23:01:36 +0000
(23:01 +0000)
committer
Hiroshi Saito
<hiroshi@winpg.jp>
Thu, 24 Aug 2006 23:01:36 +0000
(23:01 +0000)
ANSI: psqlodbca
Unicode: psqlodbc35w
win32.mak
patch
|
blob
|
blame
|
history
diff --git
a/win32.mak
b/win32.mak
index bd14a5a87c28a5d452a68a1c387ba0176b5c7e6d..99fee92e3c36c98dfc806faf7d554cb88fa9258d 100644
(file)
--- a/
win32.mak
+++ b/
win32.mak
@@
-93,7
+93,7
@@
NULL=nul
!ENDIF
!IF "$(ANSI_VERSION)" == "yes"
-MAINLIB = psqlodbc
+MAINLIB = psqlodbc
a
!ELSE
MAINLIB = psqlodbc35w
!ENDIF