comparison Gui/gui.mak @ 2902:d47cbcdce1a8

rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
author pontscho
date Wed, 14 Nov 2001 16:05:33 +0000
parents d21f8afc7680
children c39affa2b376
comparison
equal deleted inserted replaced
2901:f77f8379f28f 2902:d47cbcdce1a8
1 1
2 SKINSRC = skin/skin.c skin/font.c skin/cut.c 2 SKINSRC = skin/skin.c skin/font.c skin/cut.c
3 SKINOBJ = skin/skin.o skin/font.o skin/cut.o 3 SKINOBJ = skin/skin.o skin/font.o skin/cut.o
4 4
5 GTKSRCS = $(MPLAYERDIR)gtk/menu.c $(MPLAYERDIR)gtk/mb.c $(MPLAYERDIR)gtk/about.c \
6 $(MPLAYERDIR)gtk/pl.c $(MPLAYERDIR)gtk/sb.c $(MPLAYERDIR)gtk/fs.c \
7 $(MPLAYERDIR)gtk/opts.c
8
5 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ 9 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
6 $(MPLAYERDIR)psignal.c 10 $(MPLAYERDIR)psignal.c $(GTKSRCS)
7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) 11 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
8 12
9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c 13 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c
10 OBJS = $(SRCS:.c=.o) 14 OBJS = $(SRCS:.c=.o)
11 15