Author: mysqlpp
Date: Fri Sep 9 05:16:45 2005
New Revision: 1089
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1089&view=rev
Log:
Finished reworking makemake system to use GNU make. VC++ version
builds into separate debug and release subdirs, 'clean' target
cleans up both versions, dependencies work correctly, etc.
Caveats:
- Only VC++ makemake files are converted at this time
- Works only with Cygwin version of GNU make. (Potentially could
work with MinGW + MSYS, but this is not tested.) Certainly will
not work with a pure native Win32 make, due to use of things like
"rm -r".
Added:
trunk/install.bat
Modified:
trunk/examples/ (props changed)
trunk/examples/Makefile.base
trunk/examples/Makefile.vc
trunk/lib/Makefile.base
trunk/lib/Makefile.vc
trunk/makemake.bat