|
From: <ai...@us...> - 2009-10-21 01:36:03
|
Revision: 10539
http://plplot.svn.sourceforge.net/plplot/?rev=10539&view=rev
Author: airwin
Date: 2009-10-21 01:35:56 +0000 (Wed, 21 Oct 2009)
Log Message:
-----------
Add commented-out include/qt.h to cppsource_LIST as a reminder of how to
complete the styling of the include subdirectory once we are satisfied about
how uncrustify -c uncrustify.cfg styles our C++ code.
Modified Paths:
--------------
trunk/scripts/style_source.sh
Modified: trunk/scripts/style_source.sh
===================================================================
--- trunk/scripts/style_source.sh 2009-10-21 01:01:07 UTC (rev 10538)
+++ trunk/scripts/style_source.sh 2009-10-21 01:35:56 UTC (rev 10539)
@@ -122,7 +122,9 @@
# All C source (i.e., exclude qt.h) in include directory.
csource_LIST="$csource_LIST `ls include/*.h include/*.h.in include/*.h.cmake |grep -v qt.h`"
-export cppsource_LIST="bindings/c++/plstream.cc bindings/c++/plstream.h"
+export cppsource_LIST
+cppsource_LIST="bindings/c++/plstream.cc bindings/c++/plstream.h"
+# cppsource_LIST="$cppsource_LIST include/qt.h"
# Check that source file lists actually refer to files.
for source in $csource_LIST $cppsource_LIST ; do
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|