comparison Gui/gui.mak @ 1866:32b1bb50a0e8

some bug fix, and add decoration item to skin conffile. faszom(C)
author pontscho
date Fri, 07 Sep 2001 21:04:14 +0000
parents c65abbc91c5c
children d21f8afc7680
comparison
equal deleted inserted replaced
1865:538b993b3518 1866:32b1bb50a0e8
4 4
5 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ 5 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
6 $(MPLAYERDIR)psignal.c 6 $(MPLAYERDIR)psignal.c
7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) 7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
8 8
9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c 9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c language.c error.c
10 OBJS = $(SRCS:.c=.o) 10 OBJS = $(SRCS:.c=.o)
11 11