From: Dave Page Date: Mon, 27 Jan 2003 10:34:56 +0000 (+0000) Subject: Note that windows users shouldn't include md5.c in their projects per suggestion... X-Git-Tag: REL-07_03_0100^2~23 X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=03c432e63f1af4dd225c3d3b417888a46eef139f;p=psqlodbc.git Note that windows users shouldn't include md5.c in their projects per suggestion from Andreas Pflug --- diff --git a/readme.txt b/readme.txt index 045b87b..e59fcff 100644 --- a/readme.txt +++ b/readme.txt @@ -23,10 +23,11 @@ IDE Method into this directory or just copy all the files into this directory. 3. Insert all of the source files (*.c, *.h, *.rc, *.def) into the Visual project - using the "Insert files into project" command. You may have to do 2 inserts -- - the first to get the 'c' and header files, and the second to get the def file. - Don't forget the .def file since it is an important part of the release. - You can even insert ".txt" files into the projects -- they will do nothing. + with the exception of md5.c using the "Insert files into project" command. + You may have to do 2 inserts -- the first to get the 'c' and header files, and + the second to get the def file. Don't forget the .def file since it is an + important part of the release. You can even insert ".txt" files into the + projects -- they will do nothing. 4. Add the "wsock32.lib" library to the end of the list of libraries for linking using the Build settings menu.