Made cfs-based webserver example compatible with 8.3 file systems.

This commit is contained in:
oliverschmidt 2010-09-28 19:36:16 +00:00
parent b2fe3db298
commit 8eeeef17d1
5 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 90 B

After

Width:  |  Height:  |  Size: 90 B

View File

@ -4,7 +4,7 @@
<title>Test Page for Contiki Installation
</title>
</head>
<body background="background.gif">
<body background="backgrnd.gif">
<h1 align="center">It Worked!
</h1>
<p align="center">If you can see this, it means that the installation of the

View File

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.apple2enh,v 1.16 2010/09/28 19:23:30 oliverschmidt Exp $
# $Id: Makefile.apple2enh,v 1.17 2010/09/28 19:36:16 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += pfs.S
@ -67,7 +67,7 @@ ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
endif
ifeq ($(HTTPD-CFS),1)
java -jar $(AC) -p contiki.dsk index.html bin 0 < httpd-cfs/index.html
java -jar $(AC) -p contiki.dsk background.gif bin 0 < httpd-cfs/background.gif
java -jar $(AC) -p contiki.dsk backgrnd.gif bin 0 < httpd-cfs/backgrnd.gif
java -jar $(AC) -p contiki.dsk contiki.gif bin 0 < httpd-cfs/contiki.gif
java -jar $(AC) -p contiki.dsk notfound.html bin 0 < httpd-cfs/notfound.html
endif

View File

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.c128,v 1.11 2010/09/28 19:23:30 oliverschmidt Exp $
# $Id: Makefile.c128,v 1.12 2010/09/28 19:36:16 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += pfs.S pfs_write.S
@ -58,7 +58,7 @@ ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
endif
ifeq ($(HTTPD-CFS),1)
$(C1541) -attach contiki.d71 -write httpd-cfs/index.html index.html,u
$(C1541) -attach contiki.d71 -write httpd-cfs/background.gif background.gif,u
$(C1541) -attach contiki.d71 -write httpd-cfs/backgrnd.gif backgrnd.gif,u
$(C1541) -attach contiki.d71 -write httpd-cfs/contiki.gif contiki.gif,u
$(C1541) -attach contiki.d71 -write httpd-cfs/notfound.html notfound.html,u
endif

View File

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.c64,v 1.13 2010/09/28 19:23:30 oliverschmidt Exp $
# $Id: Makefile.c64,v 1.14 2010/09/28 19:36:16 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += pfs.S pfs_write.S
@ -58,7 +58,7 @@ ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
endif
ifeq ($(HTTPD-CFS),1)
$(C1541) -attach contiki.d64 -write httpd-cfs/index.html index.html,u
$(C1541) -attach contiki.d64 -write httpd-cfs/background.gif background.gif,u
$(C1541) -attach contiki.d64 -write httpd-cfs/backgrnd.gif backgrnd.gif,u
$(C1541) -attach contiki.d64 -write httpd-cfs/contiki.gif contiki.gif,u
$(C1541) -attach contiki.d64 -write httpd-cfs/notfound.html notfound.html,u
endif