Mercurial > mplayer.hg
annotate Gui/gui.mak @ 4503:0ae360217690
RoQ fileformat added, anything it is ;)
author | gabucino |
---|---|
date | Sun, 03 Feb 2002 11:00:39 +0000 |
parents | d47cbcdce1a8 |
children | c39affa2b376 |
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 | |
2902
d47cbcdce1a8
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents:
1884
diff
changeset
|
5 GTKSRCS = $(MPLAYERDIR)gtk/menu.c $(MPLAYERDIR)gtk/mb.c $(MPLAYERDIR)gtk/about.c \ |
d47cbcdce1a8
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents:
1884
diff
changeset
|
6 $(MPLAYERDIR)gtk/pl.c $(MPLAYERDIR)gtk/sb.c $(MPLAYERDIR)gtk/fs.c \ |
d47cbcdce1a8
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents:
1884
diff
changeset
|
7 $(MPLAYERDIR)gtk/opts.c |
d47cbcdce1a8
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents:
1884
diff
changeset
|
8 |
1693 | 9 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ |
2902
d47cbcdce1a8
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents:
1884
diff
changeset
|
10 $(MPLAYERDIR)psignal.c $(GTKSRCS) |
1693 | 11 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) |
12 | |
1884 | 13 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c |
1693 | 14 OBJS = $(SRCS:.c=.o) |
15 |