summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-06 18:53:18 +0000
committerPixel <pixel@nobis-crew.org>2009-06-06 18:53:18 +0000
commita5a0d71a3a767d6a9b7b057400f384bacdb69dd4 (patch)
tree543ddbfaaf30e08c05277debb1fce13add044e07
parentbad0cd00ee93488f9b9182117f74446441b6fb09 (diff)
Adding Base85 files to Makefiles.
-rw-r--r--Makefile1
-rw-r--r--Makefile.mingw321
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6f8a42..7d6e902 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,7 @@ String.cc \
Regex.cc \
\
Base64.cc \
+Base85.cc \
\
Handle.cc \
Input.cc \
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index 7777bf2..0c234fd 100644
--- a/Makefile.mingw32
+++ b/Makefile.mingw32
@@ -50,6 +50,7 @@ String.cc \
Regex.cc \
\
Base64.cc \
+Base85.cc \
\
Handle.cc \
Input.cc \