From b98aaa4af06f74666527d19e4348d0165cd92013 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 28 Dec 2007 13:39:41 +0000 Subject: [PATCH] add the sspi modules. --- Makefile.am | 4 ++-- psqlodbc.dsp | 8 ++++++++ psqlodbc.vcproj | 8 ++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5f908aa..b4725ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # # Makefile.am for psqlodbc30w (PostgreSQL ODBC driver) # -# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.45 2007/08/21 05:19:17 h-saito Exp $ +# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.46 2007/12/28 13:39:41 h-saito Exp $ # #------------------------------------------------------------------------- @@ -48,7 +48,7 @@ EXTRA_DIST = license.txt readme.txt \ win32.mak psqlodbc.reg psqlodbc.dsp \ psqlodbc.sln msdtc_enlist.cpp pgxalib.cpp \ pgxalib.def odbc.sql odbc-drop.sql \ - odbcapi25w.c \ + odbcapi25w.c sspisvcs.c sspisvcs.h \ \ docs/index.html docs/config.html docs/config-opt.html \ docs/faq.html docs/howto-accesslo.html \ diff --git a/psqlodbc.dsp b/psqlodbc.dsp index e27e9a5..1063273 100644 --- a/psqlodbc.dsp +++ b/psqlodbc.dsp @@ -216,6 +216,10 @@ SOURCE=socket.c # End Source File # Begin Source File +SOURCE=sspisvcs.c +# End Source File +# Begin Source File + SOURCE=statement.c # End Source File # Begin Source File @@ -316,6 +320,10 @@ SOURCE=socket.h # End Source File # Begin Source File +SOURCE=sspisvcs.h +# End Source File +# Begin Source File + SOURCE=statement.h # End Source File # Begin Source File diff --git a/psqlodbc.vcproj b/psqlodbc.vcproj index 43e188b..36cae10 100644 --- a/psqlodbc.vcproj +++ b/psqlodbc.vcproj @@ -901,6 +901,10 @@ /> + + @@ -1073,6 +1077,10 @@ RelativePath="socket.h" > + + -- 2.39.5