Author: wyoung
Date: Tue Feb 19 02:41:32 2013
New Revision: 2722

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2722&view=rev
Log:
Arbitrary choice: VC++2005 project files are now set up for 32-bit
builds only, and VC++2008 project files are 64-bit.  Justification
in just-checked-in README-Visual-C++.txt.

Modified:
    trunk/Bakefiles.bkgen

Modified: trunk/Bakefiles.bkgen
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/Bakefiles.bkgen?rev=2722&r1=2721&r2=2722&view=diff
==============================================================================
--- trunk/Bakefiles.bkgen (original)
+++ trunk/Bakefiles.bkgen Tue Feb 19 02:41:32 2013
@@ -16,9 +16,9 @@
                -ovc2003/mysql++.sln
        </add-flags>
        <add-flags formats="msvs2005prj">
-               -ovc2005/mysql++.sln -DMSVS_PLATFORMS=win32,win64
+               -ovc2005/mysql++.sln
        </add-flags>
        <add-flags formats="msvs2008prj">
-               -ovc2008/mysql++.sln -DMSVS_PLATFORMS=win32,win64
+               -ovc2008/mysql++.sln -DMSVS_PLATFORMS=win64
        </add-flags>
 </bakefile-gen>


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

Reply via email to