Mercurial > mplayer.hg
changeset 19072:e6f5f7c26166
cosmetics to ease future patching
author | diego |
---|---|
date | Thu, 13 Jul 2006 22:56:02 +0000 |
parents | 5da674b26ce1 |
children | 8b52dad54b1d |
files | Gui/Makefile |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/Makefile Thu Jul 13 22:24:28 2006 +0000 +++ b/Gui/Makefile Thu Jul 13 22:56:02 2006 +0000 @@ -14,7 +14,8 @@ win32/preferences.c \ win32/skinload.c \ win32/widgetrender.c \ - win32/wincfg.c + win32/wincfg.c \ + else SRCS = wm/ws.c \ wm/wsxdnd.c \ @@ -41,7 +42,8 @@ mplayer/gtk/opts.c \ mplayer/gtk/url.c \ mplayer/gtk/eq.c \ - mplayer/gtk/common.c + mplayer/gtk/common.c \ + endif OBJS = $(SRCS:.c=.o)