summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
179 $(CC) $(APPCFLAGS) -c $< -o $@ 179 $(CC) $(APPCFLAGS) -c $< -o $@
180 180
181$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c 181$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
182 $(CC) $(APPCFLAGS) -c $< -o $@ 182 $(CC) $(CFLAGS) -c $< -o $@
183 183
184$(OBJDIR)/font.o: $(FIRMWAREDIR)/id3.c 184$(OBJDIR)/font.o: $(FIRMWAREDIR)/font.c
185 $(CC) $(APPCFLAGS) -c $< -o $@ 185 $(CC) $(CFLAGS) -c $< -o $@
186 186
187$(OBJDIR)/loadfont.o: $(FIRMWAREDIR)/loadfont.c 187$(OBJDIR)/loadfont.o: $(FIRMWAREDIR)/loadfont.c
188 $(CC) $(APPCFLAGS) -c $< -o $@ 188 $(CC) $(CFLAGS) -c $< -o $@
189 189
190$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c 190$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c
191 $(CC) $(APPCFLAGS) -c $< -o $@ 191 $(CC) $(CFLAGS) -c $< -o $@
192 192
193$(OBJDIR)/status.o: $(APPDIR)/status.c 193$(OBJDIR)/status.o: $(APPDIR)/status.c
194 $(CC) $(APPCFLAGS) -c $< -o $@ 194 $(CC) $(APPCFLAGS) -c $< -o $@
@@ -203,10 +203,10 @@ $(OBJDIR)/mpeg.o: $(FIRMWAREDIR)/mpeg.c
203 $(CC) $(CFLAGS) -c $< -o $@ 203 $(CC) $(CFLAGS) -c $< -o $@
204 204
205$(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c 205$(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c
206 $(CC) $(APPCFLAGS) -c $< -o $@ 206 $(CC) $(CFLAGS) -c $< -o $@
207 207
208$(OBJDIR)/strtok.o: $(COMMON)/strtok.c 208$(OBJDIR)/strtok.o: $(COMMON)/strtok.c
209 $(CC) $(APPCFLAGS) -c $< -o $@ 209 $(CC) $(CFLAGS) -c $< -o $@
210 210
211$(OBJDIR)/stubs.o: ../common/stubs.c 211$(OBJDIR)/stubs.o: ../common/stubs.c
212 $(CC) $(CFLAGS) -c $< -o $@ 212 $(CC) $(CFLAGS) -c $< -o $@