\r
<p>\r
This page describes how to build the PostgreSQL ODBC Driver (psqlodbc.dll) on Win32 platforms.\r
-Microsoft Visual C++ version 4.0 or higher is required. Other compilers may work \r
+Microsoft Visual C++ version 6.0 or higher is required. Other compilers may work \r
but have not been formally tested. The psqlodbc.dll may be built either in the \r
VC++ IDE or from the command line:\r
</p>\r
\r
<h2>IDE Method</h2>\r
\r
-<ol>\r
-<li>Create a new project workspace with the type DLL. For the name, type in the\r
- name "psqlodbc".</li>\r
-\r
-<li>The above step creates the directory "psqlodbc" under the \r
- "\\<Visual C++ top level directory>\\projects" path to hold the source files.\r
- (example, \\msdev\\projects\\psqlodbc). Now, either unzip the source code release\r
- into this directory or just copy all the files into this directory.</li>\r
-\r
-<li>Insert all of the source files (*.c, *.h, *.rc, *.def) into the Visual project\r
- using the "Insert files into project" command. You may have to do 2 inserts --\r
- the first to get the 'c' and header files, and the second to get the def file.\r
- Note, that from 07.01.0009, the file md5.c should <b>not</b> included in the project,\r
- this file is only used under *nix - the file win_md5.c is used instead in Win32.\r
- The file md5.h <b>is</b> required.\r
- Don't forget the .def file since it is an important part of the release.\r
- You can even insert ".txt" files into the projects -- they will do nothing.</li>\r
- \r
-<li>Add the "wsock32.lib" library to the end of the list of libraries for linking\r
- using the Build settings menu.</li>\r
- \r
-<li>Select the type of build on the toolbar (i.e., Release or Debug). This is\r
- one of the useful features of the visual c++ environment in that you can\r
- browse the entire project if you build the "Debug" release. For release\r
- purposes however, select "Release" build.</li>\r
-\r
-<li>Build the dll by selecting Build from the build menu.</li>\r
-\r
-<li>When complete, the "psqlodbc.dll" file is under the "Release" subdirectory.\r
- (i.e., "\\msdev\\projects\\psqlodbc\\release\\psqlodbc.dll")</li>\r
-</ol>\r
+<p>\r
+A Microsoft Visual C++ 6.0 project file (and workspace) is included in the source tree. Simply\r
+load the project, and build whichever configurations you prefer.\r
\r
</p>\r
\r
\r
<li>Use NMAKE to build the dll eg:<br><br>\r
\r
- <code>C:\\psqlodbc\\> nmake /f win32.mak CFG=Release ALL</code><br><br>\r
+ <code>C:\psqlodbc\> nmake /f win32.mak CFG=Release ALL</code><br><br>\r
\r
Possible configurations are Release and Debug.<br>\r
Possible build types are ALL or CLEAN.</li>\r
</p>\r
\r
</body>\r
-</html>
\ No newline at end of file
+</html>\r
--- /dev/null
+# Microsoft Developer Studio Project File - Name="psqlodbc" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
+\r
+CFG=psqlodbc - Win32 ANSI Release\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "psqlodbc.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "psqlodbc.mak" CFG="psqlodbc - Win32 ANSI Release"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "psqlodbc - Win32 ANSI Release" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE "psqlodbc - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE "psqlodbc - Win32 ANSI Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE "psqlodbc - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+MTL=midl.exe\r
+RSC=rc.exe\r
+\r
+!IF "$(CFG)" == "psqlodbc - Win32 ANSI Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "ANSI Release"\r
+# PROP BASE Intermediate_Dir "ANSI Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "ANSI-Release"\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /YX /FD /c\r
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /FR /FD /c\r
+# SUBTRACT CPP /YX\r
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD BASE RSC /l 0x809 /d "NDEBUG"\r
+# ADD RSC /l 0x809 /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /machine:I386 /out:"ANSI-Release/psqlodbca.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "Unicode Release"\r
+# PROP BASE Intermediate_Dir "Unicode Release"\r
+# PROP BASE Ignore_Export_Lib 0\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "Unicode-Release"\r
+# PROP Intermediate_Dir "Unicode-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /FR"ANSI-Release/" /FD /c\r
+# SUBTRACT BASE CPP /YX\r
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /D "UNICODE_SUPPORT" /FR /FD /c\r
+# SUBTRACT CPP /YX\r
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD BASE RSC /l 0x809 /fo"ANSI-Release/psqlodbc.res" /d "NDEBUG"\r
+# ADD RSC /l 0x809 /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo /o"ANSI-Release/psqlodbc.bsc"\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /machine:I386 /out:"ANSI-Release/psqlodbca.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /machine:I386 /out:"Unicode-Release/psqlodbcw.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+# SUBTRACT LINK32 /nodefaultlib\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 ANSI Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "ANSI Debug"\r
+# PROP BASE Intermediate_Dir "ANSI Debug"\r
+# PROP BASE Ignore_Export_Lib 0\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "ANSI-Debug"\r
+# PROP Intermediate_Dir "ANSI-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /FR"ANSI-Release/" /FD /c\r
+# SUBTRACT BASE CPP /YX\r
+# ADD CPP /nologo /MTd /W3 /GX /ZI /Od /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /FR /FD /c\r
+# SUBTRACT CPP /YX\r
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
+# ADD BASE RSC /l 0x809 /fo"ANSI-Release/psqlodbc.res" /d "NDEBUG"\r
+# ADD RSC /l 0x809 /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo /o"ANSI-Release/psqlodbc.bsc"\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /machine:I386 /out:"ANSI-Release/psqlodbca.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /profile /debug /machine:I386 /out:"ANSI-Debug/psqlodbca.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "Unicode Debug"\r
+# PROP BASE Intermediate_Dir "Unicode Debug"\r
+# PROP BASE Ignore_Export_Lib 0\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "Unicode-Debug"\r
+# PROP Intermediate_Dir "Unicode-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /D "UNICODE_SUPPORT" /FR"Unicode-Release/" /FD /c\r
+# SUBTRACT BASE CPP /YX\r
+# ADD CPP /nologo /MTd /W3 /GX /Od /I "C:/Program Files/PostgreSQL/8.1/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSQLODBC_EXPORTS" /D ODBCVER=0x0300 /D "DRIVER_CURSOR_IMPLEMENT" /D "WIN_MULTITHREAD_SUPPORT" /D "UNICODE_SUPPORT" /FR /FD /c\r
+# SUBTRACT CPP /YX\r
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
+# ADD BASE RSC /l 0x809 /fo"Unicode-Release/psqlodbc.res" /d "NDEBUG"\r
+# ADD RSC /l 0x809 /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo /o"Unicode-Release/psqlodbc.bsc"\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /pdb:"Unicode-Release/psqlodbcw.pdb" /machine:I386 /out:"Unicode-Release/psqlodbcw.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /profile /debug /machine:I386 /out:"Unicode-Debug/psqlodbcw.dll" /libpath:"C:/Program Files/PostgreSQL/8.1/lib/ms"\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "psqlodbc - Win32 ANSI Release"\r
+# Name "psqlodbc - Win32 Unicode Release"\r
+# Name "psqlodbc - Win32 ANSI Debug"\r
+# Name "psqlodbc - Win32 Unicode Debug"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
+# Begin Source File\r
+\r
+SOURCE=.\bind.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\columninfo.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\connection.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\convert.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\descriptor.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\dlg_specific.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\dlg_wingui.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\drvconn.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\environ.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\execute.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\info.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\info30.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\misc.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\multibyte.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\odbcapi.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\odbcapi30.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\odbcapi30w.c\r
+\r
+!IF "$(CFG)" == "psqlodbc - Win32 ANSI Release"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Release"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 ANSI Debug"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Debug"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\odbcapiw.c\r
+\r
+!IF "$(CFG)" == "psqlodbc - Win32 ANSI Release"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Release"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 ANSI Debug"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Debug"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\options.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\parse.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\pgapi30.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\pgtypes.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\psqlodbc.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\qresult.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\results.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\setup.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\statement.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\tuple.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\tuplelist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\win_md5.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\win_unicode.c\r
+\r
+!IF "$(CFG)" == "psqlodbc - Win32 ANSI Release"\r
+\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Release"\r
+\r
+# PROP BASE Intermediate_Dir "ANSI-Release"\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 ANSI Debug"\r
+\r
+# PROP BASE Intermediate_Dir "ANSI-Release"\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Debug"\r
+\r
+# PROP BASE Intermediate_Dir "ANSI-Release"\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
+# Begin Source File\r
+\r
+SOURCE=.\bind.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\columninfo.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\connection.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\convert.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\descriptor.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\dlg_specific.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\environ.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\md5.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\misc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\multibyte.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\pgapifunc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\pgtypes.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\psqlodbc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\qresult.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\resource.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\statement.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\tuple.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\tuplelist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\version.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\win_setup.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# Begin Source File\r
+\r
+SOURCE=.\psqlodbc.rc\r
+# End Source File\r
+# End Group\r
+# Begin Group "Export Files"\r
+\r
+# PROP Default_Filter ".def"\r
+# Begin Source File\r
+\r
+SOURCE=.\psqlodbca.def\r
+\r
+!IF "$(CFG)" == "psqlodbc - Win32 ANSI Release"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Release"\r
+\r
+# PROP BASE Intermediate_Dir "ANSI-Release"\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 ANSI Debug"\r
+\r
+# PROP BASE Intermediate_Dir "ANSI-Release"\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Debug"\r
+\r
+# PROP BASE Intermediate_Dir "ANSI-Release"\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Intermediate_Dir "ANSI-Release"\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\psqlodbcw.def\r
+\r
+!IF "$(CFG)" == "psqlodbc - Win32 ANSI Release"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Release"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 ANSI Debug"\r
+\r
+# PROP BASE Exclude_From_Build 1\r
+# PROP Exclude_From_Build 1\r
+\r
+!ELSEIF "$(CFG)" == "psqlodbc - Win32 Unicode Debug"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r