diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-08-05 16:23:49 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-08-05 16:23:49 +0000 |
commit | 3df20beff85760cb4d5ef079fafc36526e5cc626 (patch) | |
tree | 0121c8176bc379855924be109889475938020887 | |
parent | a37100697ea3dc2fa0053a20d0508aaac85456b6 (diff) |
minimal docs
small ad
corrected to right version dependency
svn path=/trunk/; revision=3412
-rw-r--r-- | externals/grill/absattr/absattr.cpp | 4 | ||||
-rw-r--r-- | externals/grill/absattr/readme.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/externals/grill/absattr/absattr.cpp b/externals/grill/absattr/absattr.cpp index b8731914..922cba03 100644 --- a/externals/grill/absattr/absattr.cpp +++ b/externals/grill/absattr/absattr.cpp @@ -12,8 +12,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <flext.h>
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 500)
-#error You need at least flext version 0.5.0
+#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 501)
+#error You need at least flext version 0.5.1
#endif
#include <map>
diff --git a/externals/grill/absattr/readme.txt b/externals/grill/absattr/readme.txt index 636c9bfb..bb16fac7 100644 --- a/externals/grill/absattr/readme.txt +++ b/externals/grill/absattr/readme.txt @@ -9,6 +9,10 @@ Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=pyext&no_n ----------------------------------------------------------------------------
+Driven by vibrez.net
+
+----------------------------------------------------------------------------
+
BUILDING from source
--------------------
|