diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 16:41:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 16:41:28 +0000 |
commit | c1e1cd5fa88fc21a6a38cd02c021995f0d96e40c (patch) | |
tree | ac35234afd05f2264f0d61261588f87ae21c0ae0 | |
parent | eb8da537ef9c8278edc5e67ee0aea44e9a07e15d (diff) |
added note about implementing CPPFLAGS
svn path=/trunk/externals/template/; revision=15531
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..f3350ce --- /dev/null +++ b/TODO.txt @@ -0,0 +1,3 @@ + +- implement CPPFLAGS for all -I include statements, and replace PD_INCLUDE with that +http://stackoverflow.com/questions/2754966/cflags-vs-cppflags |