Author: wyoung
Date: Fri Jun 21 03:08:10 2013
New Revision: 2741

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2741&view=rev
Log:
Removed g++ line from "hello world" example Makefile.  We can assume GNU
make will know what the compiler is called on the system, since it knows
we're giving it a C++ program.

Modified:
    trunk/doc/userman/Makefile.hello.posix

Modified: trunk/doc/userman/Makefile.hello.posix
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/Makefile.hello.posix?rev=2741&r1=2740&r2=2741&view=diff
==============================================================================
--- trunk/doc/userman/Makefile.hello.posix (original)
+++ trunk/doc/userman/Makefile.hello.posix Fri Jun 21 03:08:10 2013
@@ -1,4 +1,3 @@
-CXX := g++
 CXXFLAGS := -I/usr/include/mysql -I/usr/local/include/mysql++
 LDFLAGS := -L/usr/local/lib
 LDLIBS := -lmysqlpp -lmysqlclient


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

Reply via email to