Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1138 → Rev 1137

/demos/trunk/pngdemo/test.png
File deleted
\ No newline at end of file
/demos/trunk/pngdemo/initfile.c
File deleted
/demos/trunk/pngdemo/pngdemo
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: pngdemo/readme.txt
===================================================================
--- pngdemo/readme.txt (revision 1138)
+++ pngdemo/readme.txt (nonexistent)
@@ -1,27 +0,0 @@
---------------------------------------
-PNGlib Demo (only open a png files)
-
-by
-
-Giacomo Guidi <giacomo@gandalf.sssup.it>
-
-Last update 20/03/2003
---------------------------------------
-
-This is a simple test demo for the png lib.
-The "test.png" file is loaded and saved
-into a buffer
-
---------------------------------------
-
-The demo is composed by:
-
-MAKEFILE The makefile used to compile the application
-README.TXT This file
-INITFILE.C The init file (with fs initialization)
-PNGDEMO.C The PNG Demo
-TEST.PNG The test png image
-
---------------------------------------
-
-- The file system is initialized as read only
Index: pngdemo/makefile
===================================================================
--- pngdemo/makefile (revision 1138)
+++ pngdemo/makefile (nonexistent)
@@ -1,19 +0,0 @@
-#
-# The mpeg library
-#
-
-# (see sources for copyrights)
-
-ifndef BASE
-BASE=../..
-endif
-include $(BASE)/config/config.mk
-
-PROGS= pngdemo
-
-include $(BASE)/config/example.mk
-
-OBJS= "initfile.o"
-
-pngdemo:
- make -f $(SUBMAKE) APP=pngdemo INIT= OTHEROBJS=$(OBJS) OTHERINCL=