Mercurial > mplayer.hg
annotate Gui/gui.mak @ 1845:e03117bddf84
key hand fix
author | pontscho |
---|---|
date | Sun, 02 Sep 2001 19:38:37 +0000 |
parents | e8f61691814e |
children | c65abbc91c5c |
rev | line source |
---|---|
1693 | 1 |
2 SKINSRC = skin/skin.c skin/font.c skin/cut.c | |
3 SKINOBJ = skin/skin.o skin/font.o skin/cut.o | |
4 | |
5 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ | |
6 $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.c | |
7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) | |
8 | |
1706 | 9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c |
1693 | 10 OBJS = $(SRCS:.c=.o) |
11 |