annotate Gui/gui.mak @ 1973:5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
author |
arpi |
date |
Wed, 26 Sep 2001 21:35:14 +0000 (2001-09-26) |
parents |
d21f8afc7680 |
children |
d47cbcdce1a8 |
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 \
|
1860
|
6 $(MPLAYERDIR)psignal.c
|
1693
|
7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
|
|
8
|
1884
|
9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c
|
1693
|
10 OBJS = $(SRCS:.c=.o)
|
|
11
|