Author: wyoung
Date: Tue Feb 12 08:16:42 2008
New Revision: 2191
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2191&view=rev
Log:
Removed _d suffix stuff for MinGW. It's creating unloadable .exes here
for some reason. There may be a way to make it work, but seeing as how
it's already cost me several hours, I can't be bothered.
Modified:
trunk/mysql++.bkl
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2191&r1=2190&r2=2191&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Tue Feb 12 08:16:42 2008
@@ -34,10 +34,10 @@
</set>
<!-- This convoluted syntax adds "_d" to the end of library and DLL
- file names for VC++, MinGW and Xcode, in debug mode only. -->
+ file names for VC++ and Xcode, in debug mode only. -->
<set var="DEBUG_SUFFIX"/>
<set var="DEBUG_SUFFIX">
- <if cond="PLATFORM_WINDOWS_NATIVE=='yes' and BUILD=='debug'">_d</if>
+ <if cond="FORMAT=='msvs2003prj' and BUILD=='debug'">_d</if>
<if cond="FORMAT=='xcode2' and BUILD=='debug'">_d</if>
</set>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits