diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-31 21:02:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-31 21:02:09 +0000 |
commit | f1063fc40b6d4cd3e3edce1cf621c114274d1867 (patch) | |
tree | b9e33d62072b5b94648da734b833b9e60e42d295 /Makefile | |
parent | ee18e2dca411637a65ac042c760af60ee634ae1e (diff) |
first working package, finding libc dep and all
svn path=/trunk/externals/ext13/; revision=13122
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # LIBRARY_NAME variable. The folder for your project should have the same name # as your library. LIBRARY_NAME = ext13 -LIBRARY_VERSION = 0.17.0 +LIBRARY_VERSION = 0.17 # Next, add your .c source files to the SOURCES variable. The help files will # be included automatically |