Author: wyoung
Date: Wed Dec 20 23:09:02 2006
New Revision: 1339

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1339&view=rev
Log:
For link and include dirs in project files, changed c:\mysql to new 
Program Files subdir that MySQL installers are using these days.

Modified:
    trunk/examples/examples.bkl
    trunk/lib/lib.bkl

Modified: trunk/examples/examples.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/examples.bkl?rev=1339&r1=1338&r2=1339&view=diff
==============================================================================
--- trunk/examples/examples.bkl (original)
+++ trunk/examples/examples.bkl Wed Dec 20 23:09:02 2006
@@ -15,8 +15,8 @@
 
                <if cond="FORMAT in ['msvc6prj', 'mingw']">
                        <define>_UNICODE</define>
-                       <include>c:\mysql\include</include>
-                       <lib-path>c:\mysql\lib\opt</lib-path>
+                       <include>"C:\Program Files\MySQL\MySQL Server 
5.0\include"</include>
+                       <lib-path>"C:\Program Files\MySQL\MySQL Server 
5.0\lib\opt"</lib-path>
                        <sys-lib>mysqlpp</sys-lib>
                </if>
                <if cond="FORMAT=='msvc6prj'">

Modified: trunk/lib/lib.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/lib.bkl?rev=1339&r1=1338&r2=1339&view=diff
==============================================================================
--- trunk/lib/lib.bkl (original)
+++ trunk/lib/lib.bkl Wed Dec 20 23:09:02 2006
@@ -18,8 +18,8 @@
 
                <if cond="FORMAT in ['msvc6prj', 'mingw']">
                        <define>_UNICODE</define>
-                       <include>c:\mysql\include</include>
-                       <lib-path>c:\mysql\lib\opt</lib-path>
+                       <include>"C:\Program Files\MySQL\MySQL Server 
5.0\include"</include>
+                       <lib-path>"C:\Program Files\MySQL\MySQL Server 
5.0\lib\opt"</lib-path>
                </if>
                <if cond="FORMAT=='msvc6prj'">
                        <define>MYSQLPP_MAKING_DLL</define>


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

Reply via email to