wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth ./Makefile.am graphincludes/project/wes...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth ./Makefile.am graphincludes/project/wes...
Date: Thu, 21 Apr 2005 14:18:16 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/04/21 18:18:16

Modified files:
        .              : Makefile.am 
        graphincludes/project: wesnoth.pm 

Log message:
        updated graph-includes config and command-line for newly-released v0.5

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/graphincludes/project/wesnoth.pm.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.30 wesnoth/Makefile.am:1.31
--- wesnoth/Makefile.am:1.30    Mon Apr 18 21:05:35 2005
+++ wesnoth/Makefile.am Thu Apr 21 18:18:16 2005
@@ -105,6 +105,7 @@
 # latest graph-includes.pl can be found currently at 
http://ydirson.free.fr/soft/wesnoth/graphs/
 wesnoth-deps.dot:
        (cd $(top_srcdir) && graph-includes -v --class wesnoth --group 1-1 \
+         -sysI /usr/include/c++/3.3 -sysI /usr/include -sysI /usr/include/SDL \
          --prefixstrip src/ -I src `find src -name '*.[ch]pp'`) > $@
 %.ps: %.dot
        dot -Tps $< > $@
Index: wesnoth/graphincludes/project/wesnoth.pm
diff -u wesnoth/graphincludes/project/wesnoth.pm:1.4 
wesnoth/graphincludes/project/wesnoth.pm:1.5
--- wesnoth/graphincludes/project/wesnoth.pm:1.4        Mon Apr 18 21:05:36 2005
+++ wesnoth/graphincludes/project/wesnoth.pm    Thu Apr 21 18:18:16 2005
@@ -9,10 +9,12 @@
 
 use base qw(graphincludes::project::default);
 
+use graphincludes::params;
+
 sub filelabel {
   my $self = shift;
   my ($file,$level) = @_;
-  $level = $main::minshow unless defined $level;
+  $level = $graphincludes::params::minshow unless defined $level;
 
   # 0: file
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]