Author: mysqlpp
Date: Fri Sep 9 05:26:33 2005
New Revision: 1090
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1090&view=rev
Log:
Removed Borland C++, MinGW and GCC-with-makemake support:
- Borland C++ because it doesn't work right and there has been
hardly any interest from the community
- MinGW for the static library and linking issues; if your program
is LGPL or GPL, you can use Cygwin, so why is there a need for
MinGW?
- GCC because that was just a lark; use autotools instead
Removed:
trunk/README.bc
trunk/README.mingw
trunk/examples/Makefile.bc
trunk/examples/Makefile.gcc
trunk/examples/Makefile.mingw
trunk/lib/Makefile.bc
trunk/lib/Makefile.gcc
trunk/lib/Makefile.mingw
Modified:
trunk/makemake.bat