diff -r -N -C 3 ../oldpg/postgresql-7.3.3/doc/src/sgml/install-win32.sgml ./doc/src/sgml/install-win32.sgml *** ../oldpg/postgresql-7.3.3/doc/src/sgml/install-win32.sgml Thu Nov 7 00:30:39 2002 --- ./doc/src/sgml/install-win32.sgml Mon Jun 16 12:55:06 2003 *************** *** 103,108 **** --- 103,126 ---- C++, just right-click on the project and choose 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. + + +