projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9466201
)
Fixed syntax error.
author
Hiroshi Saito
<hiroshi@winpg.jp>
Wed, 30 Aug 2006 07:29:08 +0000
(07:29 +0000)
committer
Hiroshi Saito
<hiroshi@winpg.jp>
Wed, 30 Aug 2006 07:29:08 +0000
(07:29 +0000)
(MSDTC=no)
win32.mak
patch
|
blob
|
blame
|
history
diff --git
a/win32.mak
b/win32.mak
index 340174505830d53f84c6553e5c690eb2b6407096..1ecb27874834c7a0b6c67fa10353632b3c200b49 100644
(file)
--- a/
win32.mak
+++ b/
win32.mak
@@
-65,7
+65,7
@@
ADD_DEFINES = $(ADD_DEFINES) /D "SSL_DLL=\"$(SSL_DLL)\""
!IF "$(_NMAKE_VER)" == "6.00.9782.0"
MSVC_VERSION=vc60
VC07_DELAY_LOAD=
-MSDTC
= "no"
+MSDTC
=no
!ELSE
MSVC_VERSION=vc70
VC07_DELAY_LOAD="/DelayLoad:libpq.dll /DelayLoad:$(SSL_DLL) /DELAY:UNLOAD"