Note that windows users shouldn't include md5.c in their projects per suggestion...
authorDave Page <dpage@pgadmin.org>
Mon, 27 Jan 2003 10:34:56 +0000 (10:34 +0000)
committerDave Page <dpage@pgadmin.org>
Mon, 27 Jan 2003 10:34:56 +0000 (10:34 +0000)
readme.txt

index 045b87bd8d7ce177370a33c69777eabb36136971..e59fcffefcd194ca9d25b448f2014ba1df59f411 100644 (file)
@@ -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.