Author: mysqlpp
Date: Thu Jul 27 21:46:55 2006
New Revision: 1315

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1315&view=rev
Log:
Pushed the debug DLL/LIB name change feature off for the future.  Can't
be done in a reasonable amount of time.

Modified:
    trunk/Wishlist

Modified: trunk/Wishlist
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=1315&r1=1314&r2=1315&view=diff
==============================================================================
--- trunk/Wishlist (original)
+++ trunk/Wishlist Thu Jul 27 21:46:55 2006
@@ -28,10 +28,6 @@
        possible to subclass yourself from the "MySQL++'s developers"
        base class.
 
-
-       o Name debug DLL and library under VC++ differently (trailing
-         'd'?) to prevent some problems due to mixing debug and
-         release programs and MySQL++ DLLs.
 
        o Hoist all inline function definitions up into the class
          definition, to avoid linkage warning problems with MinGW.
@@ -227,6 +223,12 @@
        They could happen at any time.  If you want one to appear at
        some definite date, get coding and provide a patch!
 
+       o Figure out some way to name debug DLL and library under VC++
+         differently (trailing 'd'?) to prevent some problems due
+         to mixing debug and release programs and MySQL++ DLLs.
+         This appears to require changes to Bakefile, or some sort of
+         post-build hackery.
+
        o Drop recursive make.  This will make parallel building work
          correctly, and it makes for a single VC++ project file.
          It'll make the "don't build examples" case a little trickier,


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to