summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/Makefile')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index bcfef516ca..970c61ac6c 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -101,7 +101,10 @@ clean:
101distclean: clean 101distclean: clean
102 $(RM) config.cache 102 $(RM) config.cache
103 103
104$(OBJDIR)/credits.o: $(APPDIR)/credits.c 104$(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS
105 perl $(APPDIR)/credits.pl < $< > $@
106
107$(OBJDIR)/credits.o: $(APPDIR)/credits.c $(APPDIR)/credits.h $(OBJDIR)/credits.raw
105 $(CC) $(APPCFLAGS) -c $< -o $@ 108 $(CC) $(APPCFLAGS) -c $< -o $@
106 109
107$(OBJDIR)/menu.o: $(APPDIR)/menu.c 110$(OBJDIR)/menu.o: $(APPDIR)/menu.c