diff -N -r -C3 --exclude=CVS ../pgsql_HEAD/doc/src/sgml/install-win32.sgml ./doc/src/sgml/install-win32.sgml *** ../pgsql_HEAD/doc/src/sgml/install-win32.sgml Sun May 13 00:51:35 2001 --- ./doc/src/sgml/install-win32.sgml Mon Aug 27 06:59:52 2001 *************** *** 111,116 **** --- 111,134 ---- C++, just right-click on the project and chose to add it.) + + Alternatively, you can use the native mode of the GNU compilers (minimalist + GNU win32 - mingw32) to compile the win32 parts of PostgreSQL. + Currently, only libpq has a Makefile suitable for compilation with mingw32. + + + To build everything that you can with GNU tools on + Windows, change into the + src directory and type the command + + make -f mingw32.mak + + This assumes that you are theCygnus Toolkit's bash + shell or have a suitable mingw32 environment with make and gcc installed. The + Makefiles also support cross-compilation. + + +