diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-03-28 08:38:09 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-28 08:38:09 +0000 |
| commit | 9898b48b68330f1be86390749535f7217bb856fd (patch) | |
| tree | 2275b67eeb22ca84e52435eb8aff571f945f255b /uisimulator | |
| parent | 6b5bf55acff9135dbefe66da307d74b566d032da (diff) | |
| download | rockbox-9898b48b68330f1be86390749535f7217bb856fd.zip rockbox-9898b48b68330f1be86390749535f7217bb856fd.tar.gz rockbox-9898b48b68330f1be86390749535f7217bb856fd.tar.bz2 rockbox-9898b48b68330f1be86390749535f7217bb856fd.tar.xz | |
removed the -I and -L with Linux-style paths. If we need those full paths,
we should make a configure script or similar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@40 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
| -rw-r--r-- | uisimulator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/Makefile b/uisimulator/Makefile index 67057d8..1b86de1 100644 --- a/uisimulator/Makefile +++ b/uisimulator/Makefile @@ -25,8 +25,8 @@ RM = rm CFLAGS = -g CPPFLAGS = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl -INCLUDES = -I/usr/X11R6/include -LIBDIRS = -L/usr/X11R6/lib +INCLUDES = +LIBDIRS = DEPEND = .depends OBJS= screenhack.o uibasic.o resources.o visual.o lcd.o lcd-x11.o |