From 08dada2df506405d7fa7dc57a19d4a283f51162d Mon Sep 17 00:00:00 2001 From: Alan Korr Date: Wed, 17 Apr 2002 12:13:43 +0000 Subject: cosmetic changes and additions : * now we have seperate private headers files containing private and static or public functions in memory-* files. * there is only one .c file of the same name the library. Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile. * most structures and codes are now private. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/memory/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/test/memory/makefile') diff --git a/firmware/test/memory/makefile b/firmware/test/memory/makefile index 2c14b7d0bd..2878500e45 100644 --- a/firmware/test/memory/makefile +++ b/firmware/test/memory/makefile @@ -17,7 +17,7 @@ ############################################################################# ARCH = test PACKAGE = memory -VERSION = 0.1.0 +VERSION = 0.1.1 -include ../makefile-vars -include ../makefile-rules -- cgit v1.2.3