Mercurial > mplayer.hg
comparison Makefile @ 33965:8a480da297e5
Add an about box to the Win32 GUI.
Build the message by the MPlayer title string and the copyright note.
Patch by Stephen Sheldon, sfsheldo gmail com.
author | ib |
---|---|
date | Sat, 03 Sep 2011 15:52:07 +0000 |
parents | 335de7e0f6ed |
children | 5b3605aee33b |
comparison
equal
deleted
inserted
replaced
33964:d928b0d4500a | 33965:8a480da297e5 |
---|---|
822 ###### dependency declarations / specific CFLAGS ###### | 822 ###### dependency declarations / specific CFLAGS ###### |
823 | 823 |
824 # Make sure all generated header files are created. | 824 # Make sure all generated header files are created. |
825 codec-cfg.o: codecs.conf.h | 825 codec-cfg.o: codecs.conf.h |
826 $(DEP_FILES) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h | 826 $(DEP_FILES) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h |
827 mpcommon.o osdep/mplayer-rc.o gui/ui/gtk/about.o: version.h | 827 mpcommon.o osdep/mplayer-rc.o gui/ui/gtk/about.o gui/win32/gui.o: version.h |
828 | 828 |
829 osdep/mplayer-rc.o: osdep/mplayer.exe.manifest | 829 osdep/mplayer-rc.o: osdep/mplayer.exe.manifest |
830 | 830 |
831 gui/%: CFLAGS += -Wno-strict-prototypes | 831 gui/%: CFLAGS += -Wno-strict-prototypes |
832 | 832 |