diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-14 16:05:33 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-14 16:05:33 +0000 |
commit | 1426a7df8ac32fbd14195bd71c7544a9a235c702 (patch) | |
tree | 4dd514b2b3365bb9990fd47c81b068156cdc33c0 /Gui/gui.mak | |
parent | 6d8a1d4109166e54cb50a7c45f4eaaa639512b2c (diff) |
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2903 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/gui.mak')
-rw-r--r-- | Gui/gui.mak | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Gui/gui.mak b/Gui/gui.mak index 221f351fd8..dfcdc40b86 100644 --- a/Gui/gui.mak +++ b/Gui/gui.mak @@ -2,8 +2,12 @@ SKINSRC = skin/skin.c skin/font.c skin/cut.c SKINOBJ = skin/skin.o skin/font.o skin/cut.o +GTKSRCS = $(MPLAYERDIR)gtk/menu.c $(MPLAYERDIR)gtk/mb.c $(MPLAYERDIR)gtk/about.c \ + $(MPLAYERDIR)gtk/pl.c $(MPLAYERDIR)gtk/sb.c $(MPLAYERDIR)gtk/fs.c \ + $(MPLAYERDIR)gtk/opts.c + MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ - $(MPLAYERDIR)psignal.c + $(MPLAYERDIR)psignal.c $(GTKSRCS) MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c |