summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-25 14:42:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-25 14:42:44 +0000
commitde7bdb5226d662dab7a777aaa45479a9a6801ce6 (patch)
tree2f834d1ea24492db479732f0e678ccac4e0dbe2e /uisimulator
parent51b9449c478c82a0fd1228adaec721305c2020ef (diff)
downloadrockbox-de7bdb5226d662dab7a777aaa45479a9a6801ce6.tar.gz
rockbox-de7bdb5226d662dab7a777aaa45479a9a6801ce6.zip
added header, removed -lsocket and -lnsl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/Makefile21
1 files changed, 18 insertions, 3 deletions
diff --git a/uisimulator/Makefile b/uisimulator/Makefile
index eb478a6d6b..dbff25c62a 100644
--- a/uisimulator/Makefile
+++ b/uisimulator/Makefile
@@ -1,6 +1,21 @@
1############################################################################## 1############################################################################
2# Rockbox UI simulator 2# __________ __ ___.
3############################################################################# 3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8# $id:$
9#
10# Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se>
11#
12# All files in this archive are subject to the GNU General Public License.
13# See the file COPYING in the source tree root for full license agreement.
14#
15# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16# KIND, either express or implied.
17#
18############################################################################
4 19
5TARGET = rockboxui 20TARGET = rockboxui
6 21