summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-13 06:06:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-13 06:06:26 +0000
commitc455e7bd53d11c69d7f87a2d1068ed44125b92d5 (patch)
tree6fcfac5022b5cfb210be0bb66042e97eb4ca5578 /uisimulator
parent11b67af481d6c7599dd76c1b25262305cde1de92 (diff)
downloadrockbox-c455e7bd53d11c69d7f87a2d1068ed44125b92d5.tar.gz
rockbox-c455e7bd53d11c69d7f87a2d1068ed44125b92d5.zip
minor corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2279 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/win32/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index eaf9104a81..1822fd1131 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -179,16 +179,16 @@ $(OBJDIR)/settings.o: $(APPDIR)/settings.c
$(CC) $(APPCFLAGS) -c $< -o $@
$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
- $(CC) $(APPCFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
-$(OBJDIR)/font.o: $(FIRMWAREDIR)/id3.c
- $(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/font.o: $(FIRMWAREDIR)/font.c
+ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/loadfont.o: $(FIRMWAREDIR)/loadfont.c
- $(CC) $(APPCFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c
- $(CC) $(APPCFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/status.o: $(APPDIR)/status.c
$(CC) $(APPCFLAGS) -c $< -o $@
@@ -203,10 +203,10 @@ $(OBJDIR)/mpeg.o: $(FIRMWAREDIR)/mpeg.c
$(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c
- $(CC) $(APPCFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/strtok.o: $(COMMON)/strtok.c
- $(CC) $(APPCFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
$(OBJDIR)/stubs.o: ../common/stubs.c
$(CC) $(CFLAGS) -c $< -o $@