diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-03-25 14:42:44 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-25 14:42:44 +0000 |
| commit | de7bdb5226d662dab7a777aaa45479a9a6801ce6 (patch) | |
| tree | 2f834d1ea24492db479732f0e678ccac4e0dbe2e | |
| parent | 51b9449c478c82a0fd1228adaec721305c2020ef (diff) | |
| download | rockbox-de7bdb5226d662dab7a777aaa45479a9a6801ce6.zip rockbox-de7bdb5226d662dab7a777aaa45479a9a6801ce6.tar.gz rockbox-de7bdb5226d662dab7a777aaa45479a9a6801ce6.tar.bz2 rockbox-de7bdb5226d662dab7a777aaa45479a9a6801ce6.tar.xz | |
added header, removed -lsocket and -lnsl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/Makefile | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/uisimulator/Makefile b/uisimulator/Makefile index eb478a6..dbff25c 100644 --- a/uisimulator/Makefile +++ b/uisimulator/Makefile @@ -1,6 +1,21 @@ -############################################################################## -# Rockbox UI simulator -############################################################################# +############################################################################ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $id:$ +# +# Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se> +# +# All files in this archive are subject to the GNU General Public License. +# See the file COPYING in the source tree root for full license agreement. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +############################################################################ TARGET = rockboxui |